Home | History | Annotate | Download | only in libmedia

Lines Matching full:uuid

45                 const effect_uuid_t *uuid,
54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
69 effect_uuid_t uuid;
72 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
81 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) {
82 pUuid = &uuid;
90 const effect_uuid_t *uuid,
101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
114 if (type == NULL && uuid == NULL) {
115 ALOGW("Must specify at least type or uuid");
126 mDescriptor.uuid = *(uuid != NULL ? uuid : EFFECT_UUID_NULL);
415 status_t AudioEffect::getEffectDescriptor(const effect_uuid_t *uuid,
420 return af->getEffectDescriptor(uuid, descriptor);