Home
last modified time | relevance | path

Searched refs:config_vb (Results 1 – 7 of 7) sorted by relevance

/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp266 return mIntf->config_vb(params, C2_DONT_BLOCK, failures); in config()
285 ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures)); in configReadOnlyParam()
302 c2_status_t stConfig = mIntf->config_vb(params, C2_DONT_BLOCK, &failures); in configWritableParamValidValue()
321 ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures)); in configWritableParamInvalidValue()
DC2SampleComponent_test.cpp102 virtual c2_status_t config_vb( in config_vb() function in MyComponentInstance
/hardware/google/av/codec2/include/
DC2Component.h216 virtual c2_status_t config_vb(
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h53 c2_status_t config_vb( in config_vb() function
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp223 (void)component->intf()->config_vb({pools.get()}, C2_DONT_BLOCK, &result); in play()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp486 c2_status_t err = intf()->config_vb(updates, C2_MAY_BLOCK, &failures); in processQueue()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp60 return mIntf->config_vb(params, mayBlock, failures); in config()