• Home
  • Raw
  • Download

Lines Matching refs:ThreadBase

2044 AudioFlinger::EffectChain::EffectChain(const wp<ThreadBase>& thread,  in EffectChain()
2052 sp<ThreadBase> p = thread.promote(); in EffectChain()
2769 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread()
2821 bool AudioFlinger::EffectChain::isCompatibleWithThread_l(const sp<ThreadBase>& thread) const in isCompatibleWithThread_l()
2858 sp<ThreadBase> t = thread().promote(); in addEffectToHal()
2874 sp<ThreadBase> t = thread().promote(); in removeEffectFromHal()
2888 sp<ThreadBase> t = thread().promote(); in io()
2896 sp<ThreadBase> t = thread().promote(); in isOutput()
2904 sp<ThreadBase> t = thread().promote(); in isOffload()
2908 return t->type() == ThreadBase::OFFLOAD; in isOffload()
2912 sp<ThreadBase> t = thread().promote(); in isOffloadOrDirect()
2916 return t->type() == ThreadBase::OFFLOAD || t->type() == ThreadBase::DIRECT; in isOffloadOrDirect()
2920 sp<ThreadBase> t = thread().promote(); in isOffloadOrMmap()
2928 sp<ThreadBase> t = thread().promote(); in sampleRate()
2936 sp<ThreadBase> t = thread().promote(); in channelMask()
2944 sp<ThreadBase> t = thread().promote(); in channelCount()
2952 sp<ThreadBase> t = thread().promote(); in hapticChannelMask()
2960 sp<ThreadBase> t = thread().promote(); in frameCount()
2968 sp<ThreadBase> t = thread().promote(); in latency()
2976 sp<ThreadBase> t = thread().promote(); in setVolumeForOutput()
2985 sp<ThreadBase> t = thread().promote(); in checkSuspendOnEffectEnabled()
3000 sp<ThreadBase> t = thread().promote(); in onEffectEnable()
3011 sp<ThreadBase> t = thread().promote(); in onEffectDisable()
3020 sp<ThreadBase> t = thread().promote(); in disconnectEffectHandle()
3155 sp <ThreadBase> thread; in checkPort()