Lines Matching refs:uuid
95 * Returns the descriptor for the specified effect uuid.
98 * uuid: pointer to effect uuid.
105 * BAD_VALUE invalid uuid or descriptor pointers
106 * NAME_NOT_FOUND no effect with this uuid found
111 static status_t getEffectDescriptor(effect_uuid_t *uuid, effect_descriptor_t *descriptor);
210 * type: type of effect created: can be null if uuid is specified. This corresponds to
212 * uuid: Uuid of effect created: can be null if type is specified. This uuid corresponds to
227 const effect_uuid_t *uuid = NULL,
236 * Same as above but with type and uuid specified by character strings
261 const effect_uuid_t *uuid = NULL,