Home
last modified time | relevance | path

Searched refs:OFFLOAD (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp506 case OFFLOAD: in threadTypeToString()
965 || mType == OFFLOAD) { in dumpBase_l()
1027 case OFFLOAD: in getWakeLockTag()
1396 case OFFLOAD: in checkEffectCompatibility_l()
1611 if (mType == ThreadBase::OFFLOAD) { in onEffectEnable()
1657 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()
1677 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()
2445 case OFFLOAD: in createTrack_l()
3988 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()
4019 if (mType == OFFLOAD) { in threadLoop()
[all …]
H A DThreads.h32 OFFLOAD, // Thread class is OffloadThread enumerator
391 case OFFLOAD: in isOffloadOrMmap()
1169 || mType == OFFLOAD) in discontinuityForStandbyOrFlush()
H A DEffects.cpp2974 return mThreadType == ThreadBase::OFFLOAD; in isOffload()
2978 return mThreadType == ThreadBase::OFFLOAD || mThreadType == ThreadBase::DIRECT; in isOffloadOrDirect()
2983 case ThreadBase::OFFLOAD: in isOffloadOrMmap()
H A DTracks.cpp1328 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
1341 } else if ((thread->type() == ThreadBase::DIRECT) || (thread->type() == ThreadBase::OFFLOAD)) { in selectPresentation()
H A DAudioFlinger.cpp4128 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()