Searched refs:WaitState (Results 1 - 4 of 4) sorted by relevance
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_hdi_omx_dec_test.cpp | 140 err = func_->WaitState(g_component, CODEC_STATE_EXECUTING); in HWTEST_F() 146 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F() 150 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F() 157 err = func_->WaitState(g_component, CODEC_STATE_LOADED); in HWTEST_F()
|
H A D | codec_hdi_omx_enc_test.cpp | 483 err = func_->WaitState(g_component, CODEC_STATE_EXECUTING); in HWTEST_F() 490 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F() 494 err = func_->WaitState(g_component, CODEC_STATE_IDLE); in HWTEST_F() 501 err = func_->WaitState(g_component, CODEC_STATE_LOADED); in HWTEST_F()
|
H A D | codec_function_utils.h | 149 bool WaitState(sptr<ICodecComponent> component, CodecStateType objState);
|
H A D | codec_function_utils.cpp | 353 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState)
in WaitState() function in FunctionUtil
|
Completed in 3 milliseconds