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

  /frameworks/av/media/libmedia/
AudioEffect.cpp 125 mDescriptor.type = *(type != NULL ? type : EFFECT_UUID_NULL);
126 mDescriptor.uuid = *(uuid != NULL ? uuid : EFFECT_UUID_NULL);
  /hardware/libhardware/include/hardware/
audio_effect.h 64 static const effect_uuid_t * const EFFECT_UUID_NULL = &EFFECT_UUID_NULL_;
    [all...]
  /hardware/qcom/audio/voice_processing/
voice_processing.c 143 return EFFECT_UUID_NULL;
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 209 return EFFECT_UUID_NULL;
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 391 if (memcmp(uuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t))) {
  /frameworks/wilhelm/src/android/
android_Effect.cpp 624 effect = new android::AudioEffect(type, EFFECT_UUID_NULL,
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 235 return EFFECT_UUID_NULL;
    [all...]

Completed in 415 milliseconds