HomeSort by relevance Sort by last modified time
    Searched defs:FastMixerDumpState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
FastMixerDumpState.h 59 // The FastMixerDumpState keeps a cache of FastMixer statistics that can be logged by dumpsys.
65 struct FastMixerDumpState : FastThreadDumpState {
66 FastMixerDumpState(
71 /*virtual*/ ~FastMixerDumpState();
FastMixer.cpp 20 // The design rules are only for threadLoop(), and don't apply to FastMixerDumpState methods.
140 FastMixerDumpState * const dumpState = (FastMixerDumpState *) this->dumpState;
324 FastMixerDumpState * const dumpState = (FastMixerDumpState *) this->dumpState;
459 FastMixerDumpState::FastMixerDumpState(
475 void FastMixerDumpState::increaseSamplingN(uint32_t samplingN)
492 FastMixerDumpState::~FastMixerDumpState()
    [all...]

Completed in 195 milliseconds