Searched refs:FastMixerDumpState (Results 1 - 5 of 5) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3596 FastMixerDumpState copy = mFastMixerDumpState;
H A DAudioFlinger.h1286 FastMixerDumpState mFastMixerDumpState;
H A DFastMixer.cpp71 FastMixerDumpState dummyDumpState, *dumpState = &dummyDumpState;
519 size_t i = bounds & (FastMixerDumpState::kSamplingN - 1);
523 } else if (!(bounds & (FastMixerDumpState::kSamplingN - 1))) {
595 FastMixerDumpState::FastMixerDumpState() :
615 FastMixerDumpState::~FastMixerDumpState()
633 void FastMixerDumpState::dump(int fd)
H A DFastMixer.h81 // The FastMixerDumpState keeps a cache of FastMixer statistics that can be logged by dumpsys.
87 struct FastMixerDumpState { struct in namespace:android
88 FastMixerDumpState();
89 /*virtual*/ ~FastMixerDumpState();
H A DFastMixerState.h26 struct FastMixerDumpState;
78 FastMixerDumpState* mDumpState; // if non-NULL, then update dump state periodically

Completed in 55 milliseconds