Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h276 bool mShutdownInProgress; member
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp570 mShutdownInProgress(false), in ACodec()
6991 if (mCodec->mShutdownInProgress) { in stateEntered()
6994 mCodec->mShutdownInProgress = false; in stateEntered()
7589 mCodec->mShutdownInProgress = true; in onMessageReceived()
8345 mShutdownInProgress = true; in forceStateTransition()