Home | History | Annotate | Download | only in media

Lines Matching full:uuid

68 //  http://www.itu.int/ITU-T/asn1/uuid.html)
69 // This format is used for both "type" and "uuid" fields of the effect descriptor structure.
72 // - When used as uuid, it should be a unique UUID for this particular implementation.
81 // NULL UUID definition (matches SL_IID_NULL_)
91 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect
92 effect_uuid_t uuid; // UUID for this particular implementation
691 // library. Each effect must have a unique effect uuid (see
747 // uuid: pointer to the effect uuid.
762 // -ENOENT no effect with this uuid found
766 typedef int32_t (*effect_CreateEffect_t)(effect_uuid_t *uuid,