Home
last modified time | relevance | path

Searched defs:testReadOnlyParam (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/tests/c2_comp_intf/
H A DC2CompIntfTest.h29 void testReadOnlyParam(const T* expected, T* invalid) { in testReadOnlyParam() function
/aosp_15_r20/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp465 void C2CompIntfTest::testReadOnlyParam(const T &preParam, const T &newParam) { in testReadOnlyParam() function in android::C2CompIntfTest