Lines Matching refs:FastMixer
50 /*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()
207 void FastMixer::onStateChange() in onStateChange()
341 void FastMixer::onWork() in onWork()