Searched defs:StateQueueMutatorDump (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DStateQueue.h99 // The StateQueueObserverDump and StateQueueMutatorDump keep
114 struct StateQueueMutatorDump { struct in namespace:android
115 StateQueueMutatorDump() : mPushDirty(0), mPushAck(0), mBlockedSequence(0) { } function in struct:android::StateQueueMutatorDump
116 /*virtual*/ ~StateQueueMutatorDump() { }
182 void setMutatorDump(StateQueueMutatorDump *dump)
207 StateQueueMutatorDump mMutatorDummyDump; // default area for mutator dump if not set
208 StateQueueMutatorDump* mMutatorDump; // pointer to active mutator dump, always non-NULL

Completed in 48 milliseconds