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()
455 sp<ThreadBase> thread = mThread.promote(); in addEffectToHal_l()
535 sp<ThreadBase> thread = mThread.promote(); in remove_effect_from_hal_l()
1103 sp<ThreadBase> thread = mEffect->thread().promote(); in enable()
1121 if (thread->type() == ThreadBase::OFFLOAD) { in enable()
1127 if (thread->type() == ThreadBase::OFFLOAD) { in enable()
1161 sp<ThreadBase> thread = mEffect->thread().promote(); in disable()
1164 if (thread->type() == ThreadBase::OFFLOAD) { in disable()
1187 sp<ThreadBase> thread = mEffect->thread().promote(); in disconnect()
1348 AudioFlinger::EffectChain::EffectChain(ThreadBase *thread, in EffectChain()
1415 sp<ThreadBase> thread = mThread.promote(); in clearInputBuffer()
1424 void AudioFlinger::EffectChain::clearInputBuffer_l(sp<ThreadBase> thread) in clearInputBuffer_l()
1438 sp<ThreadBase> thread = mThread.promote(); in process_l()
1448 bool doProcess = (thread->type() != ThreadBase::OFFLOAD); in process_l()
1487 sp<ThreadBase> thread = mThread.promote(); in addEffect_l()
1960 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread()