Lines Matching full: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(const effect_uuid_t *uuid,
211 * type: type of effect created: can be null if uuid is specified. This corresponds to
213 * uuid: Uuid of effect created: can be null if type is specified. This uuid corresponds to
228 const effect_uuid_t *uuid = NULL,
237 * Same as above but with type and uuid specified by character strings
262 const effect_uuid_t *uuid = NULL,