Home
last modified time | relevance | path

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

/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_hdi_omx_dec_test.cpp140 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 Dcodec_hdi_omx_enc_test.cpp483 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 Dcodec_function_utils.h149 bool WaitState(sptr<ICodecComponent> component, CodecStateType objState);
H A Dcodec_function_utils.cpp353 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState) in WaitState() function in FunctionUtil

Completed in 3 milliseconds