Searched refs:StateQueueMutatorDump (Results 1 – 4 of 4) sorted by relevance
114 struct StateQueueMutatorDump { struct115 StateQueueMutatorDump() : mPushDirty(0), mPushAck(0), mBlockedSequence(0) { } in StateQueueMutatorDump() function116 /*virtual*/ ~StateQueueMutatorDump() { } in ~StateQueueMutatorDump() argument182 void setMutatorDump(StateQueueMutatorDump *dump) in setMutatorDump()207 StateQueueMutatorDump mMutatorDummyDump; // default area for mutator dump if not set208 StateQueueMutatorDump* mMutatorDump; // pointer to active mutator dump, always non-NULL
34 void StateQueueMutatorDump::dump(int fd) in dump()
929 StateQueueMutatorDump mStateQueueMutatorDump;
4721 StateQueueMutatorDump mutatorCopy = mStateQueueMutatorDump; in dumpInternals()