Searched refs:objState (Results 1 – 3 of 3) sorted by relevance
353 bool FunctionUtil::WaitState(sptr<ICodecComponent> component, CodecStateType objState) in WaitState() argument365 } while (state != objState && count <= MAX_WAIT); in WaitState()
149 bool WaitState(sptr<ICodecComponent> component, CodecStateType objState);
187 void waitState(OMX_STATETYPE objState) in waitState() argument196 } while (state != objState && count <= MAX_WAIT); in waitState()