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

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp46 mInMutation(false), mIsDirty(false), mIsInitialized(false)
78 ALOG_ASSERT(!mInMutation, "begin() called when in a mutation");
79 mInMutation = true;
85 ALOG_ASSERT(mInMutation, "end() called when not in a mutation");
91 mInMutation = false;
100 ALOG_ASSERT(!mInMutation, "push() called when in a mutation");
H A DStateQueue.h200 bool mInMutation; // whether we're currently in the middle of a mutation member in class:android::StateQueue

Completed in 79 milliseconds