Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.cpp1108 if (thread->type() == ThreadBase::OFFLOAD) { in enable()
1114 if (thread->type() == ThreadBase::OFFLOAD) { in enable()
1151 if (thread->type() == ThreadBase::OFFLOAD) { in disable()
1435 bool doProcess = (thread->type() != ThreadBase::OFFLOAD); in process_l()
DThreads.cpp646 case OFFLOAD: in getWakeLockTag()
933 case OFFLOAD: in createEffect_l()
987 effect->setOffloaded(mType == OFFLOAD, mId); in createEffect_l()
1051 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_l()
1071 effect->setOffloaded(mType == OFFLOAD, mId); in addEffect_l()
1454 case OFFLOAD: in createTrack_l()
2583 if (sleepTime == 0 && mType != OFFLOAD) { in threadLoop()
2593 if (mType == OFFLOAD) { in threadLoop()
2711 if ((mType == OFFLOAD || mType == DIRECT) in getTimestamp_l()
4468 : DirectOutputThread(audioFlinger, output, id, device, OFFLOAD), in OffloadThread()
DThreads.h32 OFFLOAD // Thread class is OffloadThread enumerator
DTracks.cpp872 (thread->type() == ThreadBase::OFFLOAD)) { in setParameters()
DAudioFlinger.cpp2751 if (t->mType == ThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()