Searched refs:FastCaptureDumpState (Results 1 – 7 of 7) sorted by relevance
27 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(), in FastCaptureDumpState() function in android::FastCaptureDumpState32 FastCaptureDumpState::~FastCaptureDumpState() in ~FastCaptureDumpState()36 void FastCaptureDumpState::dump(int fd) const in dump()
26 struct FastCaptureDumpState : FastThreadDumpState { struct27 FastCaptureDumpState();28 /*virtual*/ ~FastCaptureDumpState();
92 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()163 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
62 FastCaptureDumpState mDummyFastCaptureDumpState;
34 "FastCaptureDumpState.cpp",
1842 FastCaptureDumpState mFastCaptureDumpState;
8340 const std::unique_ptr<FastCaptureDumpState> copy = in dumpInternals_l()8341 std::make_unique<FastCaptureDumpState>(mFastCaptureDumpState); in dumpInternals_l()