Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.h32 class FastMixer : public Thread {
35 FastMixer() : Thread(false /*canCallJava*/) { } in FastMixer() function
36 virtual ~FastMixer() { } in ~FastMixer()
DAndroid.mk56 LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
DAudioFlinger.h68 class FastMixer; variable
DFastMixer.cpp53 bool FastMixer::threadLoop() in threadLoop()
DThreads.h679 FastMixer* mFastMixer; // non-NULL if there is also a fast mixer
DThreads.cpp2525 mFastMixer = new FastMixer(); in MixerThread()