Searched refs:OFFLOAD (Results 1 – 10 of 10) sorted by relevance
21 OFFLOAD = 1, enumConstant
613 case OFFLOAD: in threadTypeToString()1111 || mType == OFFLOAD in dumpBase_l()1181 case OFFLOAD: in getWakeLockTag()1543 case OFFLOAD: in checkEffectCompatibility_l()1771 if (mType == ThreadBase::OFFLOAD) { in onEffectEnable()1817 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(), in addEffect_ll()1837 effect->setOffloaded_l(mType == OFFLOAD, mId); in addEffect_ll()2205 if (type == MIXER || type == DIRECT || type == OFFLOAD) {2647 case OFFLOAD: in createTrack_l()2708 } else if (mType == OFFLOAD) { in createTrack_l()[all …]
133 OFFLOAD, // Thread class is OffloadThread enumerator
645 if (thread != nullptr && thread->type() == IAfThreadBase::OFFLOAD) { in checkPlayAudioForUsage()1503 || thread->type() == IAfThreadBase::OFFLOAD) { in setParameters()1517 || thread->type() == IAfThreadBase::OFFLOAD) { in selectPresentation()
3170 return mThreadType == IAfThreadBase::OFFLOAD; in isOffload()3174 return mThreadType == IAfThreadBase::OFFLOAD in isOffloadOrDirect()3180 case IAfThreadBase::OFFLOAD: in isOffloadOrMmap()
393 case OFFLOAD: in isOffloadOrMmap()1327 || mType == OFFLOAD) in discontinuityForStandbyOrFlush()
3135 || playbackThread->type() == IAfThreadBase::OFFLOAD in closeOutput_nonvirtual()4567 if ((pt->type() == IAfThreadBase::MIXER || pt->type() == IAfThreadBase::OFFLOAD) && in moveEffects()4853 if (t->type() == IAfThreadBase::OFFLOAD) { in onNonOffloadableGlobalEffectEnable()
818 case media::AudioDirectMode::OFFLOAD: in aidl2legacy_AudioDirectMode_audio_direct_mode_t()833 return media::AudioDirectMode::OFFLOAD; in legacy2aidl_audio_direct_mode_t_AudioDirectMode()
638 testing::Values(AudioDirectMode::NONE, AudioDirectMode::OFFLOAD,
23465 * Logs when Ambient/OFFLOAD Mode is entered or exited.