Searched refs:WaitState (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/ |
H A D | codecsendcommand_fuzzer.cpp | 39 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 D | codec_hdi_omx_dec_test.cpp | 134 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 D | codec_hdi_omx_enc_test.cpp | 727 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 D | codec_function_utils.h | 149 bool WaitState(sptr<ICodecComponent> component, CodecStateType objState);
|
H A D | codec_function_utils.cpp | 352 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState)
in WaitState() function in FunctionUtil
|
Completed in 4 milliseconds