Searched refs:StateQueueMutatorDump (Results 1 - 4 of 4) 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
H A DStateQueue.cpp34 void StateQueueMutatorDump::dump(int fd)
H A DThreads.h910 StateQueueMutatorDump mStateQueueMutatorDump;
H A DThreads.cpp4552 StateQueueMutatorDump mutatorCopy = mStateQueueMutatorDump;

Completed in 606 milliseconds