Home
last modified time | relevance | path

Searched refs:FastMixerDumpState (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixerDumpState.cpp33 FastMixerDumpState::FastMixerDumpState() : FastThreadDumpState(), in FastMixerDumpState() function in android::FastMixerDumpState
41 FastMixerDumpState::~FastMixerDumpState() in ~FastMixerDumpState()
59 void FastMixerDumpState::dump(int fd) const in dump()
DFastMixerDumpState.h62 struct FastMixerDumpState : FastThreadDumpState { struct
63 FastMixerDumpState();
64 /*virtual*/ ~FastMixerDumpState();
DFastMixer.cpp140 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onStateChange()
334 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onWork()
DFastMixerState.h29 struct FastMixerDumpState;
DFastMixer.h82 FastMixerDumpState mDummyFastMixerDumpState;
DAndroid.mk75 FastMixerDumpState.cpp \
DThreads.h907 FastMixerDumpState mFastMixerDumpState;
DThreads.cpp4544 const FastMixerDumpState *copy = new FastMixerDumpState(mFastMixerDumpState); in dumpInternals()