Home
last modified time | relevance | path

Searched refs:FastMixer (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixer.h35 class FastMixer : public FastThread {
38 FastMixer();
39 virtual ~FastMixer();
DFastMixer.cpp47 /*static*/ const FastMixerState FastMixer::initial;
49 FastMixer::FastMixer() : FastThread(), in FastMixer() function in android::FastMixer
90 FastMixer::~FastMixer() in ~FastMixer()
94 FastMixerStateQueue* FastMixer::sq() in sq()
99 const FastThreadState *FastMixer::poll() in poll()
104 void FastMixer::setLog(NBLog::Writer *logWriter) in setLog()
111 void FastMixer::onIdle() in onIdle()
117 void FastMixer::onExit() in onExit()
124 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
136 void FastMixer::onStateChange() in onStateChange()
[all …]
DAndroid.mk71 LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
DAudioFlinger.h72 class FastMixer; variable
DThreads.h868 sp<FastMixer> mFastMixer; // non-0 if there is also a fast mixer
DThreads.cpp2877 mFastMixer = new FastMixer(); in MixerThread()