Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/aidl/android/media/
DAudioDirectMode.aidl21 OFFLOAD = 1, enumConstant
/frameworks/av/services/audioflinger/
DThreads.cpp613 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 …]
DIAfThread.h133 OFFLOAD, // Thread class is OffloadThread enumerator
DTracks.cpp645 if (thread != nullptr && thread->type() == IAfThreadBase::OFFLOAD) { in checkPlayAudioForUsage()
1503 || thread->type() == IAfThreadBase::OFFLOAD) { in setParameters()
1517 || thread->type() == IAfThreadBase::OFFLOAD) { in selectPresentation()
DEffects.cpp3170 return mThreadType == IAfThreadBase::OFFLOAD; in isOffload()
3174 return mThreadType == IAfThreadBase::OFFLOAD in isOffloadOrDirect()
3180 case IAfThreadBase::OFFLOAD: in isOffloadOrMmap()
DThreads.h393 case OFFLOAD: in isOffloadOrMmap()
1327 || mType == OFFLOAD) in discontinuityForStandbyOrFlush()
DAudioFlinger.cpp3135 || 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()
/frameworks/av/media/libaudioclient/
DAidlConversion.cpp818 case media::AudioDirectMode::OFFLOAD: in aidl2legacy_AudioDirectMode_audio_direct_mode_t()
833 return media::AudioDirectMode::OFFLOAD; in legacy2aidl_audio_direct_mode_t_AudioDirectMode()
/frameworks/av/media/libaudioclient/tests/
Daudio_aidl_legacy_conversion_tests.cpp638 testing::Values(AudioDirectMode::NONE, AudioDirectMode::OFFLOAD,
/frameworks/proto_logging/stats/
Datoms.proto23465 * Logs when Ambient/OFFLOAD Mode is entered or exited.