Home
last modified time | relevance | path

Searched refs:OFFLOAD (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
DEffects.cpp98 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()
DThreads.cpp448 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 …]
DThreads.h32 OFFLOAD, // Thread class is OffloadThread enumerator
DTracks.cpp919 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
DAudioFlinger.cpp3207 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()