Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp108 mDescriptor.type = *(type != NULL ? type : EFFECT_UUID_NULL); in set()
109 mDescriptor.uuid = *(uuid != NULL ? uuid : EFFECT_UUID_NULL); in set()
611 type = *EFFECT_UUID_NULL; in addSourceDefaultEffect()
619 uuid = *EFFECT_UUID_NULL; in addSourceDefaultEffect()
654 type = *EFFECT_UUID_NULL; in addStreamDefaultEffect()
662 uuid = *EFFECT_UUID_NULL; in addStreamDefaultEffect()
/aosp12/frameworks/av/media/libaudiohal/
H A DEffectsFactoryHalInterface.cpp30 return memcmp(pEffectUuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t)) == 0; in isNullUuid()
/aosp12/system/media/audio/include/system/
H A Daudio_effect.h47 static const effect_uuid_t * const EFFECT_UUID_NULL = &EFFECT_UUID_NULL_; variable
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.h130 *EFFECT_UUID_NULL, in EffectDesc()
H A DAudioPolicyEffects.cpp985 fx->set(EFFECT_UUID_NULL, &effectDesc->mUuid, 0, nullptr, in initDefaultDeviceEffects()
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c401 if (memcmp(uuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t))) { in EffectIsNullUuid()
/aosp12/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c147 return EFFECT_UUID_NULL; in id_to_uuid()
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp678 effect->set(type, EFFECT_UUID_NULL, in android_fx_initEffectObj()
/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp403 descriptor.uuid = *EFFECT_UUID_NULL; in invokeAudioEffect()
/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp228 return EFFECT_UUID_NULL; in ProcIdToUuid()