Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A 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()
H A DFastCaptureDumpState.h26 struct FastCaptureDumpState : FastThreadDumpState { struct
27 FastCaptureDumpState();
28 /*virtual*/ ~FastCaptureDumpState();
H A DFastCapture.cpp92 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()
163 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
H A DFastCapture.h62 FastCaptureDumpState mDummyFastCaptureDumpState;
H A DAndroid.bp34 "FastCaptureDumpState.cpp",
H A DThreads.h1922 FastCaptureDumpState mFastCaptureDumpState;
H A DThreads.cpp8656 const std::unique_ptr<FastCaptureDumpState> copy = in dumpInternals_l()
8657 std::make_unique<FastCaptureDumpState>(mFastCaptureDumpState); in dumpInternals_l()