Home
last modified time | relevance | path

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

/test/xts/hats/hdf/codec/hdi_idlomx/
Dcodec_hdi_omx_dec_test.cpp140 err = func_->WaitState(g_component, CODEC_STATE_EXECUTING);
146 err = func_->WaitState(g_component, CODEC_STATE_IDLE);
150 err = func_->WaitState(g_component, CODEC_STATE_IDLE);
157 err = func_->WaitState(g_component, CODEC_STATE_LOADED);
Dcodec_hdi_omx_enc_test.cpp483 err = func_->WaitState(g_component, CODEC_STATE_EXECUTING);
490 err = func_->WaitState(g_component, CODEC_STATE_IDLE);
494 err = func_->WaitState(g_component, CODEC_STATE_IDLE);
501 err = func_->WaitState(g_component, CODEC_STATE_LOADED);
Dcodec_function_utils.h149 bool WaitState(sptr<ICodecComponent> component, CodecStateType objState);
Dcodec_function_utils.cpp353 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState) in WaitState() function in FunctionUtil