Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixerDumpState.h63 struct FastMixerDumpState : FastThreadDumpState { struct
64 FastMixerDumpState();
65 /*virtual*/ ~FastMixerDumpState();
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()
DFastMixerState.h29 struct FastMixerDumpState;
DFastMixer.cpp145 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onStateChange()
341 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onWork()
DFastMixer.h82 FastMixerDumpState mDummyFastMixerDumpState;
DAndroid.mk73 FastMixerDumpState.cpp \
DThreads.h1059 FastMixerDumpState mFastMixerDumpState;
DThreads.cpp4775 const FastMixerDumpState *copy = new FastMixerDumpState(mFastMixerDumpState); in dumpInternals()