Searched refs:mExecutingState (Results 1 – 2 of 2) sorted by relevance
246 sp<ExecutingState> mExecutingState; member
618 mExecutingState = new ExecutingState(this); in ACodec()7663 mCodec->mExecutingState->resume(); in onOMXEvent()7664 mCodec->changeState(mCodec->mExecutingState); in onOMXEvent()8816 if (mCodec->mExecutingState->active()) { in onOMXEvent()8817 mCodec->mExecutingState->submitOutputBuffers(); in onOMXEvent()8820 mCodec->changeState(mCodec->mExecutingState); in onOMXEvent()9189 mCodec->changeState(mCodec->mExecutingState); in changeStateIfWeOwnAllBuffers()