Searched refs:OFFLOAD (Results 1 – 5 of 5) sorted by relevance
506 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 …]
32 OFFLOAD, // Thread class is OffloadThread enumerator391 case OFFLOAD: in isOffloadOrMmap()1169 || mType == OFFLOAD) in discontinuityForStandbyOrFlush()
2974 return mThreadType == ThreadBase::OFFLOAD; in isOffload()2978 return mThreadType == ThreadBase::OFFLOAD || mThreadType == ThreadBase::DIRECT; in isOffloadOrDirect()2983 case ThreadBase::OFFLOAD: in isOffloadOrMmap()
1328 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()1341 } else if ((thread->type() == ThreadBase::DIRECT) || (thread->type() == ThreadBase::OFFLOAD)) { in selectPresentation()
4128 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()