Searched refs:guid (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestEffectCapabilities.cpp47 void guidToString(const SLInterfaceID guid, char *str) { argument
48 if ((NULL == guid) || (NULL == str)) {
52 guid->time_low,
53 guid->time_mid,
54 guid->time_hi_and_version,
55 guid->clock_seq,
56 guid->node[0],
57 guid->node[1],
58 guid->node[2],
59 guid
[all...]
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp427 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid) argument
429 if (str == NULL || guid == NULL) {
439 guid->timeLow = (uint32_t)tmp[0];
440 guid->timeMid = (uint16_t)tmp[1];
441 guid->timeHiAndVersion = (uint16_t)tmp[2];
442 guid->clockSeq = (uint16_t)tmp[3];
443 guid->node[0] = (uint8_t)tmp[4];
444 guid->node[1] = (uint8_t)tmp[5];
445 guid->node[2] = (uint8_t)tmp[6];
446 guid
453 guidToString(const effect_uuid_t *guid, char *str, size_t maxLen) argument
[all...]
/frameworks/av/include/media/
H A DAudioEffect.h387 static status_t stringToGuid(const char *str, effect_uuid_t *guid);
391 static status_t guidToString(const effect_uuid_t *guid, char *str, size_t maxLen);
/frameworks/base/tools/preload/
H A Dsorttable.js379 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
392 handlers[handler.$$guid] = handler;
398 dean_addEvent.guid = 1;
406 delete element.events[type][handler.$$guid];

Completed in 82 milliseconds