Home
last modified time | relevance | path

Searched refs:mExecutingState (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h218 sp<ExecutingState> mExecutingState; member
/frameworks/av/media/libstagefright/
DACodec.cpp587 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()