Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:MixerThread

2352                 thread = new MixerThread(this, outputStream, *output, devices, mSystemReady);
2421 MixerThread *thread1 = checkMixerThread_l(output1);
2422 MixerThread *thread2 = checkMixerThread_l(output2);
2463 dupThread->removeOutputTrack((MixerThread *)playbackThread.get());
3003 AudioFlinger::MixerThread *AudioFlinger::checkMixerThread_l(audio_io_handle_t output) const
3006 return thread != NULL && thread->type() != ThreadBase::DIRECT ? (MixerThread *) thread : NULL;