Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DStateQueue.cpp61 ALOG_ASSERT(!mInMutation, "begin() called when in a mutation"); in begin()
62 mInMutation = true; in begin()
68 ALOG_ASSERT(mInMutation, "end() called when not in a mutation"); in end()
74 mInMutation = false; in end()
83 ALOG_ASSERT(!mInMutation, "push() called when in a mutation"); in push()
DStateQueue.h198 bool mInMutation = false; // whether we're currently in the middle of a mutation variable