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

/frameworks/av/services/audioflinger/
H A DStateQueue.h95 // The StateQueueObserverDump and StateQueueMutatorDump keep
110 struct StateQueueMutatorDump { struct in namespace:android
111 StateQueueMutatorDump() : mPushDirty(0), mPushAck(0), mBlockedSequence(0) { } function in struct:android::StateQueueMutatorDump
112 /*virtual*/ ~StateQueueMutatorDump() { }
178 void setMutatorDump(StateQueueMutatorDump *dump)
203 StateQueueMutatorDump mMutatorDummyDump; // default area for mutator dump if not set
204 StateQueueMutatorDump* mMutatorDump; // pointer to active mutator dump, always non-NULL

Completed in 57 milliseconds