Lines Matching defs:thread
64 AudioFlinger::EffectModule::EffectModule(ThreadBase *thread, in EffectModule()
189 sp <ThreadBase> thread = mThread.promote(); in updatePolicyState() local
566 sp<ThreadBase> thread; in configure() local
789 sp<ThreadBase> thread = mThread.promote(); in addEffectToHal_l() local
897 sp<ThreadBase> thread = mThread.promote(); in remove_effect_from_hal_l() local
1220 sp<ThreadBase> thread = mThread.promote(); in setVolumeForOutput_l() local
1635 sp<ThreadBase> thread = effect->thread().promote(); in enable() local
1696 sp<ThreadBase> thread = effect->thread().promote(); in disable() local
1728 sp<ThreadBase> thread = effect->thread().promote(); in disconnect() local
1949 AudioFlinger::EffectChain::EffectChain(ThreadBase *thread, in EffectChain()
2022 sp<ThreadBase> thread = mThread.promote(); in clearInputBuffer() local
2031 void AudioFlinger::EffectChain::clearInputBuffer_l(const sp<ThreadBase>& thread) in clearInputBuffer_l()
2046 sp<ThreadBase> thread = mThread.promote(); in process_l() local
2105 ThreadBase *thread, in createEffect_l()
2136 sp<ThreadBase> thread = mThread.promote(); in addEffect_ll() local
2655 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread()