Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.cpp50 /*static*/ const FastMixerState FastMixer::sInitial;
52 FastMixer::FastMixer(audio_io_handle_t parentIoHandle) in FastMixer() function in android::FastMixer
95 FastMixer::~FastMixer() in ~FastMixer()
99 FastMixerStateQueue* FastMixer::sq() in sq()
104 const FastThreadState *FastMixer::poll() in poll()
109 void FastMixer::setNBLogWriter(NBLog::Writer *logWriter __unused) in setNBLogWriter()
113 void FastMixer::onIdle() in onIdle()
119 void FastMixer::onExit() in onExit()
126 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
138 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.bp17 "FastMixer.cpp",
DAudioFlinger.h109 class FastMixer; variable
DThreads.h1248 sp<FastMixer> mFastMixer; // non-0 if there is also a fast mixer
DThreads.cpp4057 AutoPark<FastMixer> park(mFastMixer); in createAudioPatch_l()
4152 AutoPark<FastMixer> park(mFastMixer); in releaseAudioPatch_l()
4306 mFastMixer = new FastMixer(mId); in MixerThread()
5395 AutoPark<FastMixer> park(mFastMixer); in checkForNewParameter_l()