Searched refs:OFFLOAD (Results 1 – 5 of 5) sorted by relevance
504 case OFFLOAD: in threadTypeToString()943 || mType == OFFLOAD) { in dumpBase_l()1005 case OFFLOAD: in getWakeLockTag()1366 case OFFLOAD: in checkEffectCompatibility_l()1549 if (mType == ThreadBase::OFFLOAD) { in onEffectEnable()1595 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()1615 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()1963 if (type == MIXER || type == DIRECT || type == OFFLOAD) {2361 case OFFLOAD: in createTrack_l()3802 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()[all …]
32 OFFLOAD, // Thread class is OffloadThread enumerator366 case OFFLOAD: in isOffloadOrMmap()1113 || mType == OFFLOAD) in discontinuityForStandbyOrFlush()
1324 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()1337 } else if ((thread->type() == ThreadBase::DIRECT) || (thread->type() == ThreadBase::OFFLOAD)) { in selectPresentation()
2908 return t->type() == ThreadBase::OFFLOAD; in isOffload()2916 return t->type() == ThreadBase::OFFLOAD || t->type() == ThreadBase::DIRECT; in isOffloadOrDirect()
4095 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()