HomeSort by relevance Sort by last modified time
    Searched refs:EFFECT_UUID_NULL (Results 1 - 7 of 7) sorted by null

  /system/media/audio/include/system/
audio_effect.h 47 static const effect_uuid_t * const EFFECT_UUID_NULL = &EFFECT_UUID_NULL_;
  /frameworks/av/media/libaudiohal/
EffectsFactoryHalHidl.cpp 41 return memcmp(pEffectUuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t)) == 0;
  /frameworks/av/media/libaudioclient/
AudioEffect.cpp 127 mDescriptor.type = *(type != NULL ? type : EFFECT_UUID_NULL);
128 mDescriptor.uuid = *(uuid != NULL ? uuid : EFFECT_UUID_NULL);
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 379 if (memcmp(uuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t))) {
  /hardware/qcom/audio/voice_processing/
voice_processing.c 147 return EFFECT_UUID_NULL;
  /frameworks/wilhelm/src/android/
android_Effect.cpp 668 effect = new android::AudioEffect(type, android::String16(), EFFECT_UUID_NULL,
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 236 return EFFECT_UUID_NULL;
    [all...]

Completed in 523 milliseconds