Searched refs:EFFECT_UUID_NULL (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioEffect.cpp | 108 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 D | EffectsFactoryHalInterface.cpp | 30 return memcmp(pEffectUuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t)) == 0; in isNullUuid()
|
/aosp12/system/media/audio/include/system/ |
H A D | audio_effect.h | 47 static const effect_uuid_t * const EFFECT_UUID_NULL = &EFFECT_UUID_NULL_; variable
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyEffects.h | 130 *EFFECT_UUID_NULL, in EffectDesc()
|
H A D | AudioPolicyEffects.cpp | 985 fx->set(EFFECT_UUID_NULL, &effectDesc->mUuid, 0, nullptr, in initDefaultDeviceEffects()
|
/aosp12/frameworks/av/media/libeffects/factory/ |
H A D | EffectsFactory.c | 401 if (memcmp(uuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t))) { in EffectIsNullUuid()
|
/aosp12/hardware/qcom/audio/voice_processing/ |
H A D | voice_processing.c | 147 return EFFECT_UUID_NULL; in id_to_uuid()
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | android_Effect.cpp | 678 effect->set(type, EFFECT_UUID_NULL, in android_fx_initEffectObj()
|
/aosp12/frameworks/av/media/libaudioclient/fuzzer/ |
H A D | audioflinger_fuzzer.cpp | 403 descriptor.uuid = *EFFECT_UUID_NULL; in invokeAudioEffect()
|
/aosp12/frameworks/av/media/libeffects/preprocessing/ |
H A D | PreProcessing.cpp | 228 return EFFECT_UUID_NULL; in ProcIdToUuid()
|