Lines Matching refs:ThreadBase
58 AudioFlinger::EffectModule::EffectModule(ThreadBase *thread, in EffectModule()
203 sp<ThreadBase> thread = mThread.promote(); in disconnect()
321 sp<ThreadBase> thread; in configure()
447 sp<ThreadBase> thread = mThread.promote(); in addEffectToHal_l()
527 sp<ThreadBase> thread = mThread.promote(); in remove_effect_from_hal_l()
1090 sp<ThreadBase> thread = mEffect->thread().promote(); in enable()
1108 if (thread->type() == ThreadBase::OFFLOAD) { in enable()
1114 if (thread->type() == ThreadBase::OFFLOAD) { in enable()
1148 sp<ThreadBase> thread = mEffect->thread().promote(); in disable()
1151 if (thread->type() == ThreadBase::OFFLOAD) { in disable()
1174 sp<ThreadBase> thread = mEffect->thread().promote(); in disconnect()
1335 AudioFlinger::EffectChain::EffectChain(ThreadBase *thread, in EffectChain()
1402 sp<ThreadBase> thread = mThread.promote(); in clearInputBuffer()
1411 void AudioFlinger::EffectChain::clearInputBuffer_l(sp<ThreadBase> thread) in clearInputBuffer_l()
1425 sp<ThreadBase> thread = mThread.promote(); in process_l()
1435 bool doProcess = (thread->type() != ThreadBase::OFFLOAD); in process_l()
1474 sp<ThreadBase> thread = mThread.promote(); in addEffect_l()
1947 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread()