Home
last modified time | relevance | path

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

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