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

  /frameworks/av/media/libmedia/
AudioEffect.cpp 125 memcpy(&mDescriptor.type, EFFECT_UUID_NULL, sizeof(effect_uuid_t));
126 memcpy(&mDescriptor.uuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t));
  /hardware/libhardware/include/hardware/
audio_effect.h 64 const effect_uuid_t * const EFFECT_UUID_NULL = &EFFECT_UUID_NULL_;
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 377 if (memcmp(uuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t))) {
  /frameworks/wilhelm/src/android/
android_Effect.cpp 620 effect = new android::AudioEffect(type, EFFECT_UUID_NULL,
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 235 return EFFECT_UUID_NULL;
    [all...]

Completed in 397 milliseconds