Searched refs:FastMixer (Results 1 – 6 of 6) sorted by relevance
35 class FastMixer : public FastThread {38 FastMixer();39 virtual ~FastMixer();
47 /*static*/ const FastMixerState FastMixer::initial;49 FastMixer::FastMixer() : FastThread(), in FastMixer() function in android::FastMixer90 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 …]
71 LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
72 class FastMixer; variable
868 sp<FastMixer> mFastMixer; // non-0 if there is also a fast mixer
2877 mFastMixer = new FastMixer(); in MixerThread()