Searched refs:effect_uuid_t (Results 1 – 6 of 6) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | audio_effect.h | 55 } effect_uuid_t; typedef 63 static const effect_uuid_t EFFECT_UUID_NULL_ = EFFECT_UUID_INITIALIZER; 64 static const effect_uuid_t * const EFFECT_UUID_NULL = &EFFECT_UUID_NULL_; 71 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect 72 effect_uuid_t uuid; // UUID for this particular implementation 960 int32_t (*create_effect)(const effect_uuid_t *uuid, 1002 int32_t (*get_descriptor)(const effect_uuid_t *uuid,
|
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 309 int effect_lib_create(const effect_uuid_t *uuid, in effect_lib_create() 324 if (memcmp(uuid, &descriptors[i]->uuid, sizeof(effect_uuid_t)) == 0) in effect_lib_create() 333 sizeof(effect_uuid_t)) == 0) { in effect_lib_create() 350 sizeof(effect_uuid_t)) == 0) { in effect_lib_create() 367 sizeof(effect_uuid_t)) == 0) { in effect_lib_create() 384 sizeof(effect_uuid_t)) == 0) || in effect_lib_create() 386 sizeof(effect_uuid_t)) == 0) || in effect_lib_create() 388 sizeof(effect_uuid_t)) == 0) || in effect_lib_create() 390 sizeof(effect_uuid_t)) == 0)) { in effect_lib_create() 405 sizeof(effect_uuid_t)) == 0) { in effect_lib_create() [all …]
|
D | volume_listener.c | 622 static int vol_prc_lib_create(const effect_uuid_t *uuid, in vol_prc_lib_create() 650 if (memcmp(uuid, &descriptors[itt]->uuid, sizeof(effect_uuid_t)) == 0) { in vol_prc_lib_create() 696 effect_uuid_t uuid; in vol_prc_lib_release() 711 if ((memcmp(&(context->desc->uuid), &uuid, sizeof(effect_uuid_t)) == 0) in vol_prc_lib_release() 750 static int vol_prc_lib_get_descriptor(const effect_uuid_t *uuid, in vol_prc_lib_get_descriptor() 765 if (memcmp(uuid, &descriptors[i]->uuid, sizeof(effect_uuid_t)) == 0) { in vol_prc_lib_get_descriptor()
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 135 static const effect_uuid_t * uuid_to_id_table[NUM_ID]; 141 static const effect_uuid_t * id_to_uuid(int id) in id_to_uuid() 149 static uint32_t uuid_to_id(const effect_uuid_t * uuid) in uuid_to_id() 463 static const effect_descriptor_t *get_descriptor(const effect_uuid_t *uuid) in get_descriptor() 467 if (memcmp(&descriptors[i]->uuid, uuid, sizeof(effect_uuid_t)) == 0) in get_descriptor() 666 static int lib_create(const effect_uuid_t *uuid, in lib_create() 727 static int lib_get_descriptor(const effect_uuid_t *uuid, in lib_get_descriptor()
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 931 int effect_lib_create(const effect_uuid_t *uuid, in effect_lib_create() 945 if (memcmp(uuid, &descriptors[i]->uuid, sizeof(effect_uuid_t)) == 0) in effect_lib_create() 953 if (memcmp(uuid, &visualizer_descriptor.uuid, sizeof(effect_uuid_t)) == 0) { in effect_lib_create() 1021 int effect_lib_get_descriptor(const effect_uuid_t *uuid, in effect_lib_get_descriptor() 1034 if (memcmp(uuid, &descriptors[i]->uuid, sizeof(effect_uuid_t)) == 0) { in effect_lib_get_descriptor()
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 2067 (memcmp(&desc.type, FX_IID_AEC, sizeof(effect_uuid_t)) == 0)) { in add_remove_audio_effect() 2085 (memcmp(&desc.type, FX_IID_NS, sizeof(effect_uuid_t)) == 0)) { in add_remove_audio_effect()
|