/external/dbus/dbus/ |
dbus-internals.c | 614 * Generates a new UUID. If you change how this is done, 617 * @param uuid the uuid to initialize 620 _dbus_generate_uuid (DBusGUID *uuid) 626 uuid->as_uint32s[DBUS_UUID_LENGTH_WORDS - 1] = DBUS_UINT32_TO_BE (now); 628 _dbus_generate_random_bytes_buffer (uuid->as_bytes, DBUS_UUID_LENGTH_BYTES - 4); 632 * Hex-encode a UUID. 634 * @param uuid the uuid 635 * @param encoded string to append hex uuid t [all...] |
/frameworks/av/media/libmedia/ |
AudioEffect.cpp | 45 const effect_uuid_t *uuid, 54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io); 69 effect_uuid_t uuid; local 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"); [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_er.c | 13 #include "uuid.h" 44 ev->uuid = sta->uuid; 60 const u8 *uuid) 66 (uuid == NULL || 67 os_memcmp(uuid, sta->uuid, WPS_UUID_LEN) == 0)) 100 struct in_addr *addr, const u8 *uuid) 105 (uuid == NULL || 106 os_memcmp(uuid, ap->uuid, WPS_UUID_LEN) == 0) [all...] |
wps_upnp_i.h | 85 * This uuid identifies the subscription and is randomly generated by 89 u8 uuid[UUID_LEN]; member in struct:subscription 156 const u8 uuid[UUID_LEN]); 159 const u8 uuid[UUID_LEN]);
|
/external/bluetooth/bluez/compat/ |
bnep.c | 58 uint16_t uuid; member in struct:__anon1951 66 int bnep_str2svc(char *svc, uint16_t *uuid) 71 *uuid = __svc[i].uuid; 77 char *bnep_svc2str(uint16_t uuid) 81 if (__svc[i].uuid == uuid) 284 req->uuid_size = 2; /* 16bit UUID */
|
sdp.h | 31 int get_alternate_device_info(const bdaddr_t *src, const bdaddr_t *dst, uint16_t *uuid, uint8_t *channel, char *name, size_t len);
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_i.h | 103 * This uuid identifies the subscription and is randomly generated by 107 u8 uuid[UUID_LEN]; member in struct:subscription 165 const u8 uuid[UUID_LEN]); 169 const u8 uuid[UUID_LEN]);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
IntentUtilities.java | 78 * Add the account UUID parameter. 109 * Retrieve the account UUID, or null if the UUID param is not found. 116 String uuid = uri.getQueryParameter(ACCOUNT_UUID_PARAM); local 117 return TextUtils.isEmpty(uuid) ? null : uuid;
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 630 /* Brute force just simply search for uuid[0..15] in img[0..n_img-1] */ 631 static Bool check_uuid_matches ( Addr imgA, Word n_img, UChar* uuid ) 635 UChar first = uuid[0]; 641 if (0 == VG_(memcmp)( &img[i], &uuid[0], 16 )) 675 UChar uuid[16]; local 681 and uuid and nlist and STABS */ 694 VG_(memset)(&uuid, 0, sizeof(uuid)); 708 // Get uuid for later dsym search 808 VG_(memcpy)(uuid, uuid_cmd->uuid, sizeof(uuid)) [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
DOMCore.idl | 52 uuid(A27FA225-F34E-425d-88EB-A35BD105A527), 65 uuid(6E48C25D-E542-4d1a-BC73-ACDC21E39C56), 92 uuid(3EEA3E20-72DA-4be7-954F-79B5A14AD726), 249 uuid(10A05A96-CBD9-4493-83AD-FAFB952615CE), 271 uuid(E6CBF396-C9F9-431b-A8D6-BCB525067E9F), 323 uuid(A83C2C44-0BAC-45c7-8E17-6A49975D5CCA), 420 uuid(F4DED047-FE61-461a-BDBD-BB87F79DB713), 472 uuid(B587E098-8206-4b5a-A7DB-422F218571A0), 509 uuid(E053A35B-7775-4859-80EA-C35D02D145A2), 611 uuid(98E481F5-4405-4c2a-BF77-1CE95FE5F992) [all...] |
IWebDataSource.idl | 59 uuid(5221A975-AE09-4a7b-A4DF-E3B1B5F38A21), 209 uuid(4B80B7D4-98D7-4a80-AF46-2AF84B2F2E8F),
|
IWebPolicyDelegate.idl | 78 uuid(DFCDE523-FD96-4f95-958B-151540FE122A), 151 uuid(9B0BAE6C-A496-4000-9E22-2E89F0747401),
|
IWebArchive.idl | 45 uuid(F07D5252-F66E-4a4d-B9DC-33BD11DCC138),
|
IWebDatabaseManager.idl | 48 uuid(5724f010-a77b-4a42-8f89-a5095b61d469),
|
IWebFrameLoadDelegatePrivate2.idl | 41 uuid(4148C9F8-94D9-479A-BCF1-C15E5269CCC1),
|
IWebHistoryDelegate.idl | 39 uuid(16AF211F-7C00-4f7f-A8DB-B1219FEABF3B),
|
IWebHistoryItem.idl | 42 uuid(1E2970AE-72B7-4500-A7A0-12B0FFEB91FC),
|
IWebMutableURLRequest.idl | 38 uuid(C4042773-371F-427e-AFA9-9D4B358A0D93),
|
IWebNotificationCenter.idl | 38 uuid(1E411ABE-DAA0-4a83-BCCA-D94E0704F193),
|
IWebResourceLoadDelegatePrivate.idl | 45 uuid(099DC3C1-34B5-4169-ABBF-0C63CBC25605),
|
IWebScriptObject.idl | 60 uuid(7022340A-649C-43fc-9214-85CA7D3BE3C7),
|
IWebURLAuthenticationChallenge.idl | 48 uuid(5382DABA-C3C3-40c5-AA40-04079F11A844), 97 uuid(9360D6FB-186C-4ff7-AE57-D1B973DA0D1C), 135 uuid(71D2622A-3FF2-404b-BD45-C60659C901AF), 195 uuid(A1E9D765-FACE-4189-BBE3-AED7EBF65EBD),
|
/external/bluetooth/bluez/attrib/ |
att.c | 30 #include <bluetooth/uuid.h> 112 uint16_t enc_read_by_grp_req(uint16_t start, uint16_t end, bt_uuid_t *uuid, 118 if (!uuid) 121 if (uuid->type == BT_UUID16) 123 else if (uuid->type == BT_UUID128) 135 att_put_uuid(*uuid, &pdu[5]); 141 uint16_t *end, bt_uuid_t *uuid) 148 if (start == NULL || end == NULL || uuid == NULL) 160 *uuid = att_get_uuid16(&pdu[5]); 162 *uuid = att_get_uuid128(&pdu[5]) [all...] |
/external/clang/test/SemaCXX/ |
borland-extensions.cpp | 41 struct __declspec(uuid("{12345678-1234-1234-1234-123456789abc}")) Foo;
|
/external/bluetooth/bluez/src/ |
sdpd-service.c | 207 sdp_uuid16_create(&profile.uuid, PNP_INFO_PROFILE_ID); 256 uuid_t uuid; local 257 sdp_uuid16_create(&uuid, PUBLIC_BROWSE_GROUP); 258 sdp_pattern_add_uuid(rec, &uuid); 262 char uuid[32]; local 267 sdp_uuid2strn((uuid_t *) pattern->data, uuid, sizeof(uuid)); 268 DBG("Record pattern UUID %s", uuid); 445 uuid_t uuid; local [all...] |