Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp456 case OFFLOAD: in threadTypeToString()
873 || mType == OFFLOAD) { in dumpBase_l()
935 case OFFLOAD: in getWakeLockTag()
1279 case OFFLOAD: in checkEffectCompatibility_l()
1446 if (mType == OFFLOAD || mType == MMAP) { in onEffectEnable()
1451 if (mType == ThreadBase::OFFLOAD) { in onEffectEnable()
1462 if (mType == OFFLOAD || mType == MMAP) { in onEffectDisable()
1497 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()
1517 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()
1857 if (type == MIXER || type == DIRECT || type == OFFLOAD) { in PlaybackThread()
[all …]
DEffects.cpp2787 return t->type() == ThreadBase::OFFLOAD; in isOffload()
2795 return t->type() == ThreadBase::OFFLOAD || t->type() == ThreadBase::DIRECT; in isOffloadOrDirect()
2803 return t->type() == ThreadBase::OFFLOAD || t->type() == ThreadBase::MMAP; in isOffloadOrMmap()
DTracks.cpp1162 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
1175 } else if ((thread->type() == ThreadBase::DIRECT) || (thread->type() == ThreadBase::OFFLOAD)) { in selectPresentation()
DThreads.h32 OFFLOAD, // Thread class is OffloadThread enumerator
DAudioFlinger.cpp3824 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()