Searched refs:WaitState (Results 1 – 4 of 4) sorted by relevance
| /test/xts/hats/hdf/codec/hdi_idlomx/ |
| D | codec_hdi_omx_dec_test.cpp | 140 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);
|
| D | codec_hdi_omx_enc_test.cpp | 483 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);
|
| D | codec_function_utils.h | 149 bool WaitState(sptr<ICodecComponent> component, CodecStateType objState);
|
| D | codec_function_utils.cpp | 353 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState) in WaitState() function in FunctionUtil
|