Searched refs:OFFLOAD (Results 1 – 5 of 5) sorted by relevance
485 case OFFLOAD: in threadTypeToString()908 || mType == OFFLOAD) { in dumpBase_l()970 case OFFLOAD: in getWakeLockTag()1316 case OFFLOAD: in checkEffectCompatibility_l()1489 if (mType == ThreadBase::OFFLOAD) { in onEffectEnable()1535 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()1555 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()1896 if (type == MIXER || type == DIRECT || type == OFFLOAD) { in PlaybackThread()2295 case OFFLOAD: in createTrack_l()3441 if (mType == OFFLOAD || mType == DIRECT) { in threadLoop()[all …]
32 OFFLOAD, // Thread class is OffloadThread enumerator338 case OFFLOAD: in isOffloadOrMmap()
1180 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()1193 } else if ((thread->type() == ThreadBase::DIRECT) || (thread->type() == ThreadBase::OFFLOAD)) { in selectPresentation()
2799 return t->type() == ThreadBase::OFFLOAD; in isOffload()2807 return t->type() == ThreadBase::OFFLOAD || t->type() == ThreadBase::DIRECT; in isOffloadOrDirect()
3872 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()