Home
last modified time | relevance | path

Searched refs:objState (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
H A Dcodecsendcommand_fuzzer.cpp39 void WaitState(CodecStateType objState) in WaitState() argument
47 } while (state != objState && count <= MAX_WAIT); in WaitState()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h104 void WaitStateChange(uint32_t objState, OMX_STATETYPE *status);
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_function_utils.h149 bool WaitState(sptr<ICodecComponent> component, CodecStateType objState);
H A Dcodec_function_utils.cpp352 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState) in WaitState() argument
364 } while (state != objState && count <= MAX_WAIT); in WaitState()
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcomponent_node.h84 void WaitStateChange(CodecStateType objState, CodecStateType &status);
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp556 void ComponentNode::WaitStateChange(uint32_t objState, OMX_STATETYPE *status) in WaitStateChange() argument
564 while (*status != objState && count++ < maxStateWaitCount) { in WaitStateChange()
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp683 void ComponentNode::WaitStateChange(CodecStateType objState, CodecStateType &status) in WaitStateChange() argument
687 while (status != objState && count < maxStateWaitCount) { in WaitStateChange()
/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp192 void waitState(OMX_STATETYPE objState) in waitState() argument
201 } while (state != objState && count <= MAX_WAIT); in waitState()

Completed in 9 milliseconds