HomeSort by relevance Sort by last modified time
    Searched refs:FastMixerDumpState (Results 1 - 6 of 6) 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();
FastMixerState.h 29 struct FastMixerDumpState;
FastMixer.h 27 #include "FastMixerDumpState.h"
79 FastMixerDumpState dummyDumpState;
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...]
Threads.h     [all...]
Threads.cpp     [all...]

Completed in 72 milliseconds