Home
last modified time | relevance | path

Searched defs:objState (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
Dcodecsendcommand_fuzzer.cpp39 void WaitState(CodecStateType objState) in WaitState()
/drivers/peripheral/codec/test/unittest/idl_omx/
Dcodec_function_utils.cpp352 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState) in WaitState()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp555 void ComponentNode::WaitStateChange(uint32_t objState, OMX_STATETYPE *status) in WaitStateChange()
/drivers/peripheral/codec/hal/idl_service/src/
Dcomponent_node.cpp673 void ComponentNode::WaitStateChange(CodecStateType objState, CodecStateType &status) in WaitStateChange()
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp192 void waitState(OMX_STATETYPE objState) in waitState()