Searched refs:OFFLOAD (Results 1 – 5 of 5) sorted by relevance
98 setOffloaded(thread->type() == ThreadBase::OFFLOAD, thread->id()); in EffectModule()1228 if (thread->type() == ThreadBase::OFFLOAD || thread->type() == ThreadBase::MMAP) { in enable()1233 if (thread->type() == ThreadBase::OFFLOAD) { in enable()1272 if (thread->type() == ThreadBase::OFFLOAD || thread->type() == ThreadBase::MMAP) { in disable()1608 bool doProcess = (thread->type() != ThreadBase::OFFLOAD) in process_l()
448 case OFFLOAD: in threadTypeToString()889 case OFFLOAD: in getWakeLockTag()1229 case OFFLOAD: in checkEffectCompatibility_l()1424 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()1444 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()1971 case OFFLOAD: in createTrack_l()3209 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()3219 if (mType == OFFLOAD) { in threadLoop()3433 if ((mType == OFFLOAD || mType == DIRECT) && mOutput != NULL) { in getTimestamp_l()5286 } else if ((mType == OFFLOAD) && !audio_has_proportional_frames(mFormat)) { in cacheParameters_l()[all …]
32 OFFLOAD, // Thread class is OffloadThread enumerator
919 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
3207 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()