Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DACodec.h161 bool mShutdownInProgress; member
/frameworks/av/media/libstagefright/
DACodec.cpp336 mShutdownInProgress(false), in ACodec()
2997 if (mCodec->mShutdownInProgress) { in stateEntered()
3000 mCodec->mShutdownInProgress = false; in stateEntered()
3310 mCodec->mShutdownInProgress = true; in onMessageReceived()
3480 mCodec->mShutdownInProgress = true; in onOMXEvent()