Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixerDumpState.h62 struct FastMixerDumpState : FastThreadDumpState { struct
63 FastMixerDumpState();
64 /*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.cpp141 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onStateChange()
331 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onWork()
DFastMixer.h78 FastMixerDumpState mDummyFastMixerDumpState;
DAndroid.mk83 FastMixerDumpState.cpp \
DThreads.h900 FastMixerDumpState mFastMixerDumpState;
DThreads.cpp4379 const FastMixerDumpState copy(mFastMixerDumpState); in dumpInternals()