Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.cpp49 /*static*/ const FastMixerState FastMixer::sInitial;
51 FastMixer::FastMixer(audio_io_handle_t parentIoHandle) in FastMixer() function in android::FastMixer
94 FastMixer::~FastMixer() in ~FastMixer()
98 FastMixerStateQueue* FastMixer::sq() in sq()
103 const FastThreadState *FastMixer::poll() in poll()
108 void FastMixer::setNBLogWriter(NBLog::Writer *logWriter) in setNBLogWriter()
117 void FastMixer::onIdle() in onIdle()
123 void FastMixer::onExit() in onExit()
130 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
142 void FastMixer::updateMixerTrack(int index, Reason reason) { in updateMixerTrack()
[all …]
DFastMixer.h34 class FastMixer : public FastThread {
39 explicit FastMixer(audio_io_handle_t threadIoHandle);
40 virtual ~FastMixer();
DAndroid.bp16 "FastMixer.cpp",
DAudioFlinger.h105 class FastMixer; variable
DThreads.h1216 sp<FastMixer> mFastMixer; // non-0 if there is also a fast mixer
DThreads.cpp3966 AutoPark<FastMixer> park(mFastMixer); in createAudioPatch_l()
4056 AutoPark<FastMixer> park(mFastMixer); in releaseAudioPatch_l()
4209 mFastMixer = new FastMixer(mId); in MixerThread()
5312 AutoPark<FastMixer> park(mFastMixer); in checkForNewParameter_l()