HomeSort by relevance Sort by last modified time
    Searched refs:FastMixer (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audioflinger/
FastMixer.h 32 class FastMixer : public Thread {
35 FastMixer() : Thread(false /*canCallJava*/) { }
36 virtual ~FastMixer() { }
44 }; // class FastMixer
81 // The FastMixerDumpState keeps a cache of FastMixer statistics that can be logged by dumpsys.
86 // It has a different lifetime than the FastMixer, and so it can't be a member of FastMixer.
Android.mk 56 LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
AudioFlinger.h 52 #include "FastMixer.h"
68 class FastMixer;
Threads.h 679 FastMixer* mFastMixer; // non-NULL if there is also a fast mixer
    [all...]
FastMixer.cpp 23 #define LOG_TAG "FastMixer"
41 #include "FastMixer.h"
53 bool FastMixer::threadLoop()
    [all...]
Threads.cpp 53 #include "FastMixer.h"
    [all...]

Completed in 688 milliseconds