Home
last modified time | relevance | path

Searched refs:querySupportedValues_vb (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp185 virtual c2_status_t querySupportedValues_vb( in querySupportedValues_vb() function in MyComponentInstance
410 EXPECT_EQ(C2_OK, comp->querySupportedValues_vb(query, C2_DONT_BLOCK)); in TEST_F()
DC2ComponentInterface_test.cpp589 mIntf->querySupportedValues_vb(validValueInfos, C2_DONT_BLOCK)); \
/hardware/google/av/codec2/include/
DC2Component.h327 virtual c2_status_t querySupportedValues_vb(
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h65 c2_status_t querySupportedValues_vb( in querySupportedValues_vb() function
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp83 return mIntf->querySupportedValues_vb(fields, mayBlock); in querySupportedValues()