Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:MixerThread

1517             thread = new MixerThread(this, output, id, *pDevices);
1558 MixerThread *thread1 = checkMixerThread_l(output1);
1559 MixerThread *thread2 = checkMixerThread_l(output2);
1600 dupThread->removeOutputTrack((MixerThread *)thread.get());
1980 AudioFlinger::MixerThread
1983 return thread != NULL && thread->type() != ThreadBase::DIRECT ? (MixerThread *) thread : NULL;