/external/webkit/Source/WebKit/win/Interfaces/ |
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),
|
IWebUIDelegatePrivate.idl | 48 uuid(df3b4283-6868-4a1f-97f6-baf0b33f239c), 86 uuid(b7d6a98e-9c4f-43f2-b6a7-0975a0b18421), 106 uuid(e9834891-233b-48a0-984b-8f8a19abdd0f),
|
DOMEvents.idl | 50 uuid(7f8a0a96-f864-44fb-87fb-c5f03666e8e6), 62 uuid(62343a9e-a779-4e91-818a-14fc178cf4c2), 126 uuid(c7cf7d84-d755-40bc-b664-84bc79eff709), 148 uuid(55AAF192-68CD-409f-A551-89710DC7240A), 161 uuid(76bc4e46-67df-40d3-89b0-a94dcc2ed507), 232 uuid(bdd97151-5f6a-4ba4-a902-9b008392eb54), 307 uuid(6345d228-ea67-48ee-93c8-ff6e9c6356e9), 346 uuid(6048369e-e444-401b-950d-c9daef9384d2), 368 uuid(b928261d-7c9e-4156-af71-6f698bd97788), 412 uuid(5404e6d9-a2bb-4c74-8070-ce9d2599bd00) [all...] |
DOMHTML.idl | 48 uuid(DD8E4E33-D1D4-48e7-BB23-6DC3D7CCEC42), 75 uuid(1AD98D99-163C-4c04-B6EE-85A3DD31F5C4), 107 uuid(A7DF8485-25B7-4a98-B70C-1E29CAA00597), 219 uuid(EBD5F41D-FF65-41d8-97C9-FCE3A3D4CC3E), 301 uuid(DF5C0054-DDDB-4888-9198-7A4E4EBF8D69), 392 uuid(3825AA04-B38F-4399-95BB-F5410B29594A), 514 uuid(0E1EF5AB-4008-4d83-9135-D4DC1B4603D4), 591 uuid(80C40AC5-1755-4894-812F-479269C262A2), 817 uuid(298B02B7-3EB5-4ba4-AD3F-7FA53241AADE), 944 uuid(8CFFB1DA-7BA5-4cf7-B7E6-80583354855B) [all...] |
IWebUndoManager.idl | 37 uuid(D25D748C-6C1E-478d-9832-FDA26E8F7EE4), 201 uuid(67B067BE-4DE6-45c2-AD39-A91DFA84FF4E), 280 uuid(431DD6B2-56BF-4f48-943B-78CCEAC418E4),
|
/frameworks/av/media/libeffects/downmix/ |
EffectDownmix.h | 68 int32_t DownmixLib_Create(const effect_uuid_t *uuid, 73 int32_t DownmixLib_GetDescriptor(const effect_uuid_t *uuid,
|
/external/bluetooth/bluedroid/stack/pan/ |
pan_utils.c | 42 0x19, 0x01, 0x00, /* UUID for L2CAP - 0x0100 */ 45 0x19, 0x00, 0x0F, /* UUID for BNEP - 0x000F */ 61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc) 79 SDP_AddServiceClassIdList (sdp_handle, 1, &uuid); 96 SDP_AddProfileDescriptorList (sdp_handle, uuid, PAN_PROFILE_VERSION); 114 if (uuid == UUID_SERVCLASS_NAP) 141 if (uuid == UUID_SERVCLASS_GN) 153 if (uuid == UUID_SERVCLASS_PANU)
|
/external/clang/utils/VtableTest/ |
gen.cc | 28 int uuid = 0; variable 176 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid); 248 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid); 283 g(" else mix(\"no dyncast\", "); g(++uuid); gl(");"); 292 g(" mix(\"no fields\", "); g(++uuid); gl(");"); 300 g(" mix(\"no funcs\", "); g(++uuid); gl(");");
|
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 13 #include "utils/uuid.h" 159 char uuid[40], txt[400]; local 162 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) 164 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid); 167 uuid, MAC2STR(dev->mac_addr), dev->device_name, 184 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name, 216 char uuid[40]; local 218 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)) 241 char uuid[40]; local 819 const u8 **uuid = ctx; local 839 const u8 *uuid; local 918 const u8 *uuid; local 1190 const u8 *uuid; member in struct:wps_add_pin_data [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | 49 UUID_PARAMS((&char_ptr->uuid)) 57 static void set_uuid(uint8_t* uuid, jlong uuid_msb, jlong uuid_lsb) 61 uuid[i] = (uuid_lsb >> (8 * i)) & 0xFF; 62 uuid[i + 8] = (uuid_msb >> (8 * i)) & 0xFF; 66 static uint64_t uuid_lsb(bt_uuid_t* uuid) 74 lsb |= uuid->uu[i]; 80 static uint64_t uuid_msb(bt_uuid_t* uuid) 88 msb |= uuid->uu[i]; 449 void btgatts_register_app_cb(int status, int server_if, bt_uuid_t *uuid) 453 , status, server_if, UUID_PARAMS(uuid)); 746 bt_uuid_t uuid; local 1045 bt_uuid_t uuid; local [all...] |
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/ |
DeviceControlActivity.java | 66 private final String LIST_UUID = "UUID"; 249 String uuid = null; 260 uuid = gattService.getUuid().toString(); 262 LIST_NAME, SampleGattAttributes.lookup(uuid, unknownServiceString)); 263 currentServiceData.put(LIST_UUID, uuid); 277 uuid = gattCharacteristic.getUuid().toString(); 279 LIST_NAME, SampleGattAttributes.lookup(uuid, unknownCharaString)); 280 currentCharaData.put(LIST_UUID, uuid);
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_db.c | 103 return &((tGATT_ATTR16 *)p_db->p_attr_list)->p_value->uuid; 165 switch (p_attr->uuid) 219 GATT_TRACE_DEBUG5("read_attr_value uuid=0x%04x perm=0x%0x sec_flag=0x%x offset=%d read_long=%d", 220 p_attr16->uuid, 229 uuid16 = p_attr16->uuid; 239 read_long_uuid = p_attr16->uuid; 244 len = p_attr16->p_value->uuid.len; 245 if (mtu >= p_attr16->p_value->uuid.len) 247 gatt_build_uuid_to_stream(&p, p_attr16->p_value->uuid); 262 UINT16_TO_STREAM(p, ((tGATT_ATTR16 *)(p_attr16->p_next))->uuid); [all...] |
/external/qemu/hw/ |
bt-sdp.c | 29 int *uuid; member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s 83 const uint8_t *uuid, ssize_t datalen) 88 if (datalen == 16 && memcmp(uuid + 4, bt_base_uuid, 12)) 91 if (uuid[0] | uuid[1]) 93 uuid += 2; 96 val = (uuid[0] << 8) | uuid[1]; 97 lo = record->uuid; 572 qemu_free(sdp->service_list[i].uuid); 702 int *uuid; local [all...] |
/hardware/qcom/audio/voice_processing/ |
voice_processing.c | 84 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html 90 { 0x0f8d0d2a, 0x59e5, 0x45fe, 0xb6e4, { 0x24, 0x8c, 0x8a, 0x79, 0x91, 0x09 } }, // uuid 102 { 0x1d97bb0b, 0x9e2f, 0x4403, 0x9ae3, { 0x58, 0xc2, 0x55, 0x43, 0x06, 0xf8 } }, // uuid 115 // { 0x0dd49521, 0x8c59, 0x40b1, 0xb403, { 0xe0, 0x8d, 0x5f, 0x01, 0x87, 0x5e } }, // uuid 148 static uint32_t uuid_to_id(const effect_uuid_t * uuid) 152 if (memcmp(uuid, uuid_to_id_table[i], sizeof(*uuid)) == 0) 462 static const effect_descriptor_t *get_descriptor(const effect_uuid_t *uuid) 466 if (memcmp(&descriptors[i]->uuid, uuid, sizeof(effect_uuid_t)) == 0 [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 40 import java.util.UUID; 243 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback) { 246 service.registerClient(uuid.getUuid(), callback); 264 UUID[] uuids = new UUID[ids.length]; 378 public void registerServer(ParcelUuid uuid, IBluetoothGattServerCallback callback) { 381 service.registerServer(uuid.getUuid(), callback); 481 List<UUID> remoteUuids = parseUuids(adv_data); 485 for (UUID search : client.uuids) { 486 for (UUID remote: remoteUuids) 525 UUID uuid = new UUID(uuidMsb, uuidLsb); local 569 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb); local 1106 UUID uuid = new UUID(uuidMsb, uuidLsb); local 1119 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb); local 1138 UUID uuid = new UUID(charUuidMsb, charUuidLsb); local 1150 UUID uuid = new UUID(descrUuidMsb, descrUuidLsb); local [all...] |
GattDebugUtils.java | 22 import java.util.UUID; 54 private static final String EXTRA_UUID = "uuid"; 116 UUID uuid = getUuidExtra(intent); local 120 svc.gattTestCommand( 0x04, uuid, null, type, shdl, ehdl, 0,0); 145 Object uuid = extras != null ? extras.get(extra) : null; local 146 if (uuid != null && uuid.getClass().getName().equals("java.lang.String")) { 160 * If a string of length 4 is detected, a 16-bit hex UUID is assumed and 161 * the default Bluetooth UUID is appended [all...] |
/external/chromium/build/mac/ |
strip_save_dsym | 84 # Determines the UUID value by calling otool. 99 # state 0 is when nothing UUID-related has been seen yet. State 1 is 105 uuid = "" 121 # The UUID display format changed in the version of otool shipping 123 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955 125 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955 126 # The old format, from cctools-750 and older's otool, breaks the UUID 128 # uuid 0x4d 0x71 0x35 0xb2 0x9c 0x56 0xc5 0xf5 130 new_uuid_match = re.match("^ {3,4}uuid (.{8}-.{4}-.{4}-.{4}-.{12})$", 133 uuid = new_uuid_match.group(1 [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.c | 13 #include "uuid.h" 596 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); 619 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); 630 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); 654 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); 676 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); 679 "uuid=%s ssid=%s auth_type=0x%04x encr_type=0x%04x " 692 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); 696 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u " 703 "uuid=%s state=DONE", uuid_str) 1111 char uuid[40], txt[400]; local 1450 const u8 *sel_uuid, *uuid; local [all...] |
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_utils.c | 48 ** Description Convert a 16 bits UUID to be an standard 128 bits one. 50 ** Returns TRUE if two uuid match; FALSE otherwise. 65 ** Description Compare two UUID to see if they are the same. 67 ** Returns TRUE if two uuid match; FALSE otherwise. 75 /* any of the UUID is unspecified */ 93 /* convert a 16 bits UUID to 128 bits value */ 102 /* convert a 16 bits UUID to 128 bits value */ 446 ** Description pack UUID into a stream. 485 p_des->uuid.len = p_src->uuid.len 623 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}}; local [all...] |
/frameworks/av/include/media/ |
AudioEffect.h | 95 * Returns the descriptor for the specified effect uuid. 98 * uuid: pointer to effect uuid. 105 * BAD_VALUE invalid uuid or descriptor pointers 106 * NAME_NOT_FOUND no effect with this uuid found 111 static status_t getEffectDescriptor(const effect_uuid_t *uuid, 211 * type: type of effect created: can be null if uuid is specified. This corresponds to 213 * uuid: Uuid of effect created: can be null if type is specified. This uuid corresponds t [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_client.c | 107 bt_uuid_t uuid; member in struct:__anon2938 463 tBT_UUID uuid; local 482 btif_to_bta_uuid(&uuid, &p_cb->uuid); 483 BTA_GATTC_AppRegister(&uuid, bte_gattc_cback); 523 btif_to_bta_uuid(&uuid, &p_cb->uuid); 524 BTA_GATTC_ServiceSearchRequest(p_cb->conn_id, &uuid); 586 btif_to_bta_uuid(&in_char_descr_id.descr_type, &p_cb->uuid); 643 btif_to_bta_uuid(&in_char_descr_id.descr_type, &p_cb->uuid); [all...] |
/external/e2fsprogs/lib/e2p/ |
Android.mk | 21 uuid.c \
|