Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.cpp1116 if (thread->type() == ThreadBase::OFFLOAD) { in enable()
1122 if (thread->type() == ThreadBase::OFFLOAD) { in enable()
1159 if (thread->type() == ThreadBase::OFFLOAD) { in disable()
1443 bool doProcess = (thread->type() != ThreadBase::OFFLOAD); in process_l()
DThreads.cpp347 case OFFLOAD: in threadTypeToString()
892 case OFFLOAD: in getWakeLockTag()
1177 case OFFLOAD: in createEffect_l()
1232 effect->setOffloaded(mType == OFFLOAD, mId); in createEffect_l()
1296 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()
1316 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()
1733 case OFFLOAD: in createTrack_l()
2898 if (mSleepTimeUs == 0 && mType != OFFLOAD) { in threadLoop()
2908 if (mType == OFFLOAD) { in threadLoop()
3065 if ((mType == OFFLOAD || mType == DIRECT) in getTimestamp_l()
[all …]
DThreads.h32 OFFLOAD // Thread class is OffloadThread enumerator
DTracks.cpp875 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
DAudioFlinger.cpp2818 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()