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.cpp91 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()
158 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
DFastCapture.h62 FastCaptureDumpState mDummyFastCaptureDumpState;
DAndroid.mk80 FastCaptureDumpState.cpp \
DThreads.h1324 FastCaptureDumpState mFastCaptureDumpState;
DThreads.cpp6354 const FastCaptureDumpState copy(mFastCaptureDumpState); in dumpInternals()