Lines Matching refs:FastMixer
49 /*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 __unused) in setNBLogWriter()
112 void FastMixer::onIdle() in onIdle()
118 void FastMixer::onExit() in onExit()
125 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
137 void FastMixer::updateMixerTrack(int index, Reason reason) { in updateMixerTrack()
206 void FastMixer::onStateChange() in onStateChange()
340 void FastMixer::onWork() in onWork()