Home
last modified time | relevance | path

Searched refs:FastCaptureDumpState (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audioflinger/
DFastCaptureDumpState.cpp27 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(), in FastCaptureDumpState() function in android::FastCaptureDumpState
32 FastCaptureDumpState::~FastCaptureDumpState() in ~FastCaptureDumpState()
36 void FastCaptureDumpState::dump(int fd) const in dump()
DFastCaptureDumpState.h26 struct FastCaptureDumpState : FastThreadDumpState { struct
27 FastCaptureDumpState();
28 /*virtual*/ ~FastCaptureDumpState();
DFastCapture.cpp92 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()
163 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
DFastCapture.h62 FastCaptureDumpState mDummyFastCaptureDumpState;
DAndroid.bp34 "FastCaptureDumpState.cpp",
DThreads.h1842 FastCaptureDumpState mFastCaptureDumpState;
DThreads.cpp8340 const std::unique_ptr<FastCaptureDumpState> copy = in dumpInternals_l()
8341 std::make_unique<FastCaptureDumpState>(mFastCaptureDumpState); in dumpInternals_l()