Searched refs:guid (Results 1 - 8 of 8) sorted by relevance
/frameworks/wilhelm/tests/examples/ |
H A D | slesTestEffectCapabilities.cpp | 46 void guidToString(const SLInterfaceID guid, char *str) { argument 47 if ((NULL == guid) || (NULL == str)) { 51 guid->time_low, 52 guid->time_mid, 53 guid->time_hi_and_version, 54 guid->clock_seq, 55 guid->node[0], 56 guid->node[1], 57 guid->node[2], 58 guid [all...] |
/frameworks/av/soundtrigger/ |
H A D | SoundTrigger.cpp | 241 status_t SoundTrigger::stringToGuid(const char *str, sound_trigger_uuid_t *guid) argument 243 if (str == NULL || guid == NULL) { 253 guid->timeLow = (uint32_t)tmp[0]; 254 guid->timeMid = (uint16_t)tmp[1]; 255 guid->timeHiAndVersion = (uint16_t)tmp[2]; 256 guid->clockSeq = (uint16_t)tmp[3]; 257 guid->node[0] = (uint8_t)tmp[4]; 258 guid->node[1] = (uint8_t)tmp[5]; 259 guid->node[2] = (uint8_t)tmp[6]; 260 guid 267 guidToString(const sound_trigger_uuid_t *guid, char *str, size_t maxLen) argument [all...] |
/frameworks/av/media/libaudioclient/ |
H A D | AudioEffect.cpp | 451 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid) argument 453 if (str == NULL || guid == NULL) { 463 guid->timeLow = (uint32_t)tmp[0]; 464 guid->timeMid = (uint16_t)tmp[1]; 465 guid->timeHiAndVersion = (uint16_t)tmp[2]; 466 guid->clockSeq = (uint16_t)tmp[3]; 467 guid->node[0] = (uint8_t)tmp[4]; 468 guid->node[1] = (uint8_t)tmp[5]; 469 guid->node[2] = (uint8_t)tmp[6]; 470 guid 477 guidToString(const effect_uuid_t *guid, char *str, size_t maxLen) argument [all...] |
/frameworks/av/include/soundtrigger/ |
H A D | SoundTrigger.h | 64 static status_t stringToGuid(const char *str, sound_trigger_uuid_t *guid); 65 static status_t guidToString(const sound_trigger_uuid_t *guid,
|
/frameworks/av/include/media/ |
H A D | AudioEffect.h | 396 static status_t stringToGuid(const char *str, effect_uuid_t *guid); 400 static status_t guidToString(const effect_uuid_t *guid, char *str, size_t maxLen);
|
/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioEffect.h | 396 static status_t stringToGuid(const char *str, effect_uuid_t *guid); 400 static status_t guidToString(const effect_uuid_t *guid, char *str, size_t maxLen);
|
/frameworks/base/tools/preload/ |
H A D | sorttable.js | 379 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];
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | PermissionsState.java | 615 for (int guid : added) { 616 current = ArrayUtils.appendInt(current, guid);
|
Completed in 1406 milliseconds