Searched refs:FastThreadDumpState (Results 1 – 7 of 7) sorted by relevance
26 struct FastThreadDumpState;46 FastThreadDumpState* mDumpState; // if non-NULL, then update dump state periodically53 struct FastThreadDumpState { struct54 FastThreadDumpState();55 /*virtual*/ ~FastThreadDumpState();
33 FastThreadDumpState::FastThreadDumpState() : in FastThreadDumpState() function in android::FastThreadDumpState45 FastThreadDumpState::~FastThreadDumpState() in ~FastThreadDumpState()
62 FastThreadDumpState *mDummyDumpState;63 FastThreadDumpState *dumpState;
28 struct FastCaptureDumpState : FastThreadDumpState {
65 struct FastMixerDumpState : FastThreadDumpState {
213 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(), in FastCaptureDumpState()
463 ) : FastThreadDumpState(), in FastMixerDumpState()