Home | History | Annotate | Download | only in proxy

Lines Matching full:uuid

33 // proxy UUID af8da7e0-2ca1-11e3-b71d-0002a5d5c51b
36 {0xaf8da7e0, 0x2ca1, 0x11e3, 0xb71d, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b }}, // uuid
53 int EffectProxyCreate(const effect_uuid_t *uuid,
62 if (pHandle == NULL || uuid == NULL) {
70 pContext->uuid = *uuid;
84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT);
126 effect_uuid_t uuid_print = pContext->desc[SUB_FX_HOST].uuid;
127 ALOGV("EffectCreate() UUID of HOST: %08X-%04X-%04X-%04X-%02X%02X%02X%02X"
132 ALOGV("EffectCreate() UUID of OFFLOAD: %08X-%04X-%04X-%04X-%02X%02X%02X%02X"
168 int EffectProxyGetDescriptor(const effect_uuid_t *uuid,
172 if (pDescriptor == NULL || uuid == NULL) {
216 &pContext->desc[SUB_FX_HOST].uuid,
227 &pContext->desc[SUB_FX_OFFLOAD].uuid,
353 pDescriptor->uuid = pContext->uuid; // Replace the uuid with the Proxy UUID