HomeSort by relevance Sort by last modified time
    Searched refs:mInMutation (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
StateQueue.cpp 45 mInMutation(false), mIsDirty(false), mIsInitialized(false)
75 ALOG_ASSERT(!mInMutation, "begin() called when in a mutation");
76 mInMutation = true;
82 ALOG_ASSERT(mInMutation, "end() called when not in a mutation");
88 mInMutation = false;
97 ALOG_ASSERT(!mInMutation, "push() called when in a mutation");
StateQueue.h 190 bool mInMutation; // whether we're currently in the middle of a mutation

Completed in 52 milliseconds