Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastCaptureDumpState.h26 struct FastCaptureDumpState : FastThreadDumpState { struct
39 static_assert(!std::is_polymorphic_v<FastCaptureDumpState>); argument
DFastCapture.cpp84 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()
155 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
DFastCaptureDumpState.cpp27 void FastCaptureDumpState::dump(int fd) const in dump()
DFastCapture.h60 FastCaptureDumpState mDummyFastCaptureDumpState;
DAndroid.bp40 "FastCaptureDumpState.cpp",
/frameworks/av/services/audioflinger/
DThreads.h2156 FastCaptureDumpState mFastCaptureDumpState;
DThreads.cpp9408 const std::unique_ptr<FastCaptureDumpState> copy = in dumpInternals_l()
9409 std::make_unique<FastCaptureDumpState>(mFastCaptureDumpState); in dumpInternals_l()