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

/frameworks/av/include/media/stagefright/
H A DACodec.h235 sp<ExecutingState> mExecutingState; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp532 mExecutingState = new ExecutingState(this);
6982 mCodec->mExecutingState->resume();
6983 mCodec->changeState(mCodec->mExecutingState);
7472 if (mCodec->mExecutingState->active()) {
7473 mCodec->mExecutingState->submitOutputBuffers();
7476 mCodec->changeState(mCodec->mExecutingState);
7808 mCodec->changeState(mCodec->mExecutingState);

Completed in 197 milliseconds