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