Searched refs:FastMixer (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.h32 class FastMixer : public Thread { class in namespace:android
35 FastMixer() : Thread(false /*canCallJava*/) { } function in class:android::FastMixer
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.
H A DAndroid.mk59 LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp
H A DAudioFlinger.h50 #include "FastMixer.h"
63 class FastMixer;
1282 FastMixer* mFastMixer; // non-NULL if there is also a fast mixer
H A DFastMixer.cpp17 #define LOG_TAG "FastMixer"
32 #include "FastMixer.h"
42 bool FastMixer::threadLoop()
636 fdprintf(fd, "FastMixer not initialized\n");
670 fdprintf(fd, "FastMixer command=%s writeSequence=%u framesWritten=%u\n"
H A DAudioFlinger.cpp76 #include "FastMixer.h"
2192 // FIXME FastMixer might also have a raw ptr to mOutputSink;
2300 // create a MonoPipe to connect our submix to FastMixer
2315 // create a Pipe to archive a copy of FastMixer's output for dumpsys
2329 mFastMixer = new FastMixer();
2358 mFastMixer->run("FastMixer", PRIORITY_URGENT_AUDIO);
3313 // Push the new FastMixer state if necessary
3449 // if !&IDLE, holds the FastMixer state to restore after new parameters processed
3658 fdprintf(fd, "FastMixer tee copied to %s\n", teePath);
3660 fdprintf(fd, "FastMixer unabl
[all...]

Completed in 698 milliseconds