Searched refs:OFFLOAD (Results 1 – 5 of 5) sorted by relevance
1121 if (thread->type() == ThreadBase::OFFLOAD) { in enable()1127 if (thread->type() == ThreadBase::OFFLOAD) { in enable()1164 if (thread->type() == ThreadBase::OFFLOAD) { in disable()1448 bool doProcess = (thread->type() != ThreadBase::OFFLOAD); in process_l()
438 case OFFLOAD: in threadTypeToString()1002 case OFFLOAD: in getWakeLockTag()1305 case OFFLOAD: in createEffect_l()1360 effect->setOffloaded(mType == OFFLOAD, mId); in createEffect_l()1426 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()1446 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()1847 case OFFLOAD: in createTrack_l()3090 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()3100 if (mType == OFFLOAD) { in threadLoop()3283 if ((mType == OFFLOAD || mType == DIRECT) in getTimestamp_l()[all …]
32 OFFLOAD // Thread class is OffloadThread enumerator
858 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
2925 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()