Searched refs:FastMixer (Results 1 – 6 of 6) sorted by relevance
32 class FastMixer : public Thread {35 FastMixer() : Thread(false /*canCallJava*/) { } in FastMixer() function36 virtual ~FastMixer() { } in ~FastMixer()
56 LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
68 class FastMixer; variable
53 bool FastMixer::threadLoop() in threadLoop()
679 FastMixer* mFastMixer; // non-NULL if there is also a fast mixer
2525 mFastMixer = new FastMixer(); in MixerThread()