Home
last modified time | relevance | path

Searched refs:WaitState (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
H A Dcodecsendcommand_fuzzer.cpp39 void WaitState(CodecStateType objState) in WaitState() function
80 WaitState(type); in CodecSendCommand()
84 WaitState(CODEC_STATE_LOADED); in CodecSendCommand()
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_dec_test.cpp134 err = func_->WaitState(g_component, CODEC_STATE_EXECUTING); in HWTEST_F()
140 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F()
144 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F()
151 err = func_->WaitState(g_component, CODEC_STATE_LOADED); in HWTEST_F()
H A Dcodec_hdi_omx_enc_test.cpp727 err = func_->WaitState(g_component, CODEC_STATE_EXECUTING); in HWTEST_F()
734 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F()
738 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F()
745 err = func_->WaitState(g_component, CODEC_STATE_LOADED); in HWTEST_F()
771 err = func_->WaitState(g_component, CODEC_STATE_EXECUTING); in HWTEST_F()
778 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F()
782 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F()
789 err = func_->WaitState(g_component, CODEC_STATE_LOADED); in HWTEST_F()
815 err = func_->WaitState(g_component, CODEC_STATE_EXECUTING); in HWTEST_F()
822 err = func_->WaitState(g_componen in HWTEST_F()
[all...]
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() function in FunctionUtil

Completed in 4 milliseconds