Searched refs:FastCaptureDumpState (Results 1 – 7 of 7) sorted by relevance
26 struct FastCaptureDumpState : FastThreadDumpState { struct39 static_assert(!std::is_polymorphic_v<FastCaptureDumpState>); argument
84 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()155 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
27 void FastCaptureDumpState::dump(int fd) const in dump()
60 FastCaptureDumpState mDummyFastCaptureDumpState;
40 "FastCaptureDumpState.cpp",
2156 FastCaptureDumpState mFastCaptureDumpState;
9408 const std::unique_ptr<FastCaptureDumpState> copy = in dumpInternals_l()9409 std::make_unique<FastCaptureDumpState>(mFastCaptureDumpState); in dumpInternals_l()