Searched refs:StateQueueMutatorDump (Results 1 – 4 of 4) sorted by relevance
110 struct StateQueueMutatorDump { struct111 StateQueueMutatorDump() : mPushDirty(0), mPushAck(0), mBlockedSequence(0) { } in StateQueueMutatorDump() function112 /*virtual*/ ~StateQueueMutatorDump() { } in ~StateQueueMutatorDump() argument178 void setMutatorDump(StateQueueMutatorDump *dump) in setMutatorDump()203 StateQueueMutatorDump mMutatorDummyDump; // default area for mutator dump if not set204 StateQueueMutatorDump* mMutatorDump; // pointer to active mutator dump, always non-NULL
34 void StateQueueMutatorDump::dump(int fd) in dump()
686 StateQueueMutatorDump mStateQueueMutatorDump;
3482 StateQueueMutatorDump mutatorCopy = mStateQueueMutatorDump; in dumpInternals()