Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DStateQueue.h114 struct StateQueueMutatorDump { struct
115 StateQueueMutatorDump() : mPushDirty(0), mPushAck(0), mBlockedSequence(0) { } in StateQueueMutatorDump() argument
116 /*virtual*/ ~StateQueueMutatorDump() { } in ~StateQueueMutatorDump() argument
117 unsigned mPushDirty; // incremented each time push() is called with a dirty state
118 unsigned mPushAck; // incremented each time push(BLOCK_UNTIL_ACKED) is called
119 unsigned mBlockedSequence; // incremented before and after each time that push()