Searched refs:mExecutingState (Results 1 – 2 of 2) sorted by relevance
218 sp<ExecutingState> mExecutingState; member
587 mExecutingState = new ExecutingState(this); in ACodec()7007 mCodec->mExecutingState->resume(); in onOMXEvent()7008 mCodec->changeState(mCodec->mExecutingState); in onOMXEvent()7943 if (mCodec->mExecutingState->active()) { in onOMXEvent()7944 mCodec->mExecutingState->submitOutputBuffers(); in onOMXEvent()7947 mCodec->changeState(mCodec->mExecutingState); in onOMXEvent()8290 mCodec->changeState(mCodec->mExecutingState); in changeStateIfWeOwnAllBuffers()