Searched refs:mExecutingState (Results 1 – 2 of 2) sorted by relevance
229 sp<ExecutingState> mExecutingState; member
584 mExecutingState = new ExecutingState(this); in ACodec()7294 mCodec->mExecutingState->resume(); in onOMXEvent()7295 mCodec->changeState(mCodec->mExecutingState); in onOMXEvent()8319 if (mCodec->mExecutingState->active()) { in onOMXEvent()8320 mCodec->mExecutingState->submitOutputBuffers(); in onOMXEvent()8323 mCodec->changeState(mCodec->mExecutingState); in onOMXEvent()8684 mCodec->changeState(mCodec->mExecutingState); in changeStateIfWeOwnAllBuffers()