Searched defs:effect_uuid_t (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Daudio_effect.h55 } effect_uuid_t; typedef in typeref:struct:effect_uuid_s
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
978 int32_t (*create_effect)(const effect_uuid_t *uuid,
1020 int32_t (*get_descriptor)(const effect_uuid_t *uuid,

Completed in 7 milliseconds