Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixerDumpState.h64 struct FastMixerDumpState : FastThreadDumpState { struct
65 FastMixerDumpState();
66 /*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.h30 struct FastMixerDumpState;
DAndroid.bp17 "FastMixerDumpState.cpp",
DFastMixer.cpp215 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onStateChange()
350 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onWork()
DFastMixer.h96 FastMixerDumpState mDummyFastMixerDumpState;
DThreads.h1220 FastMixerDumpState mFastMixerDumpState;
DThreads.cpp5430 const std::unique_ptr<FastMixerDumpState> copy = in dumpInternals_l()
5431 std::make_unique<FastMixerDumpState>(mFastMixerDumpState); in dumpInternals_l()