Home
last modified time | relevance | path

Searched refs:mThreadType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DEffects.h590 mThreadType = thread->type(); in EffectCallback()
644 mThreadType = thread->type(); in setThread()
655 IAfThreadBase::type_t mThreadType = IAfThreadBase::MIXER; variable
DEffects.cpp3170 return mThreadType == IAfThreadBase::OFFLOAD; in isOffload()
3174 return mThreadType == IAfThreadBase::OFFLOAD in isOffloadOrDirect()
3175 || mThreadType == IAfThreadBase::DIRECT; in isOffloadOrDirect()
3179 switch (mThreadType) { in isOffloadOrMmap()
3190 return mThreadType == IAfThreadBase::SPATIALIZER; in isSpatializer()
3215 if (mThreadType == IAfThreadBase::SPATIALIZER) { in inChannelMask()
3254 if (mThreadType == IAfThreadBase::SPATIALIZER) { in outChannelMask()