• Home
  • Raw
  • Download

Lines Matching refs:promote

92     sp<AudioFlinger> audioFlinger = mAudioFlinger.promote();
188 sp <EffectChain> chain = mChain.promote(); in updatePolicyState()
189 sp <ThreadBase> thread = mThread.promote(); in updatePolicyState()
295 sp<AudioFlinger> af = mAudioFlinger.promote(); in disconnectHandle()
542 sp<EffectChain> chain = mChain.promote(); in process()
575 thread = mThread.promote(); in configure()
789 sp<ThreadBase> thread = mThread.promote(); in addEffectToHal_l()
809 chain = mChain.promote(); in start()
860 sp<EffectChain>chain = mChain.promote(); in stop_l()
897 sp<ThreadBase> thread = mThread.promote(); in remove_effect_from_hal_l()
1124 sp<AudioFlinger> audioFlinger = mAudioFlinger.promote(); in setInBuffer()
1170 sp<AudioFlinger> audioFlinger = mAudioFlinger.promote(); in setOutBuffer()
1220 sp<ThreadBase> thread = mThread.promote(); in setVolumeForOutput_l()
1615 sp<EffectModule> effect = mEffect.promote(); in enable()
1635 sp<ThreadBase> thread = effect->thread().promote(); in enable()
1675 sp<EffectModule> effect = mEffect.promote(); in disable()
1696 sp<ThreadBase> thread = effect->thread().promote(); in disable()
1726 sp<EffectModule> effect = mEffect.promote(); in disconnect()
1728 sp<ThreadBase> thread = effect->thread().promote(); in disconnect()
1797 sp<EffectModule> effect = mEffect.promote(); in command()
2022 sp<ThreadBase> thread = mThread.promote(); in clearInputBuffer()
2046 sp<ThreadBase> thread = mThread.promote(); in process_l()
2136 sp<ThreadBase> thread = mThread.promote(); in addEffect_ll()
2482 sp<EffectModule> effect = desc->mEffect.promote(); in setEffectSuspended_l()