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.h246 sp<ExecutingState> mExecutingState; member
/frameworks/av/media/libstagefright/
DACodec.cpp618 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()