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

/frameworks/av/include/media/stagefright/
H A DACodec.h188 bool mShutdownInProgress; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp365 mShutdownInProgress(false),
3673 if (mCodec->mShutdownInProgress) {
3676 mCodec->mShutdownInProgress = false;
4087 mCodec->mShutdownInProgress = true;
4356 mCodec->mShutdownInProgress = true;

Completed in 40 milliseconds