Searched defs:uuid (Results 101 - 125 of 246) sorted by relevance

12345678910

/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_win.cc63 ZeroMemory(&uuid, sizeof(uuid));
69 GUID uuid; member in struct:device::BluetoothSocketWin::ServiceRegData
99 const BluetoothUUID& uuid,
105 if (!uuid.IsValid()) {
111 device->GetServiceRecord(uuid);
135 const BluetoothUUID& uuid,
149 uuid,
234 const BluetoothUUID& uuid,
246 << ", uuid
97 Connect( const BluetoothDeviceWin* device, const BluetoothUUID& uuid, const base::Closure& success_callback, const ErrorCompletionCallback& error_callback) argument
134 Listen(scoped_refptr<BluetoothAdapter> adapter, const BluetoothUUID& uuid, const BluetoothAdapter::ServiceOptions& options, const base::Closure& success_callback, const ErrorCompletionCallback& error_callback) argument
233 DoListen( const BluetoothUUID& uuid, int rfcomm_channel, const base::Closure& success_callback, const ErrorCompletionCallback& error_callback) argument
[all...]
/external/chromium_org/storage/browser/blob/
H A Dblob_storage_context.cc61 const std::string& uuid) {
63 BlobMap::iterator found = blob_map_.find(uuid);
85 StartBuildingBlob(data->uuid());
89 AppendBlobDataItem(data->uuid(), *iter);
91 FinishBuildingBlob(data->uuid(), data->content_type());
92 scoped_ptr<BlobDataHandle> handle = GetBlobDataFromUUID(data->uuid());
93 DecrementBlobRefCount(data->uuid());
98 const GURL& blob_url, const std::string& uuid) {
100 DCHECK(IsInUse(uuid));
102 if (!IsInUse(uuid) || IsUrlRegistere
60 GetBlobDataFromUUID( const std::string& uuid) argument
97 RegisterPublicBlobURL( const GURL& blob_url, const std::string& uuid) argument
117 StartBuildingBlob(const std::string& uuid) argument
122 AppendBlobDataItem( const std::string& uuid, const BlobData::Item& item) argument
193 FinishBuildingBlob( const std::string& uuid, const std::string& content_type) argument
203 CancelBuildingBlob(const std::string& uuid) argument
208 IncrementBlobRefCount(const std::string& uuid) argument
217 DecrementBlobRefCount(const std::string& uuid) argument
310 IsInUse(const std::string& uuid) argument
314 IsBeingBuilt(const std::string& uuid) argument
[all...]
/external/clang/utils/VtableTest/
H A Dgen.cc28 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/e2fsprogs/e2fsck/
H A Ddirinfo.c13 #include "uuid/uuid.h"
44 char *tdb_dir, uuid[40]; local
62 uuid_unparse(ctx->fs->super->s_uuid, uuid);
63 sprintf(db->tdb_fn, "%s/%s-dirinfo-XXXXXX", tdb_dir, uuid);
/external/e2fsprogs/misc/
H A Dblkid.c137 const char *uuid)
164 fputs(uuid, stdout);
172 const char *uuid = "", *fs_type = "", *label = ""; local
190 /* Get the uuid, label, type */
194 uuid = value;
216 pretty_print_line(devname, fs_type, label, mtpt, uuid);
135 pretty_print_line(const char *device, const char *fs_type, const char *label, const char *mtpt, const char *uuid) argument
/external/lldb/examples/python/
H A Dsymbolication.py38 import uuid namespace
201 def __init__(self, path, uuid = None):
206 self.uuid = uuid
224 print 'uuid = %s' % (self.uuid)
342 if not self.uuid and self.module:
343 self.uuid = uuid.UUID(self.module.GetUUIDString())
344 return self.uuid
[all...]
/external/lldb/source/API/
H A DSBModuleSpec.cpp135 SBModuleSpec::SetUUIDBytes (const uint8_t *uuid, size_t uuid_len) argument
137 return m_opaque_ap->GetUUID().SetBytes(uuid, uuid_len);
/external/lldb/source/Interpreter/
H A DOptionValue.cpp502 OptionValue::SetUUIDValue (const UUID &uuid) argument
507 option_value->SetCurrentValue(uuid);
534 case eTypeUUID: return "uuid";
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.h175 lldb_private::UUID uuid; // UUID for this dylib if it has one, else all zeros member in struct:DynamicLoaderMacOSXDYLD::DYLDImageInfo
185 uuid(),
203 uuid.Clear();
215 && uuid == rhs.uuid
223 return uuid.IsValid();
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp52 auto uuid = module.GetUUIDBytes(); local
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c43 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN);
46 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
483 * @uuid: Own UUID
493 const u8 *uuid,
509 wps_build_uuid_e(ie, uuid) ||
492 wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev, const u8 *uuid, enum wps_request_type req_type, unsigned int num_req_dev_types, const u8 *req_dev_types) argument
H A Dwps_attr_build.c126 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
133 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
H A Dwps_er.h19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta
42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap
72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
/external/wpa_supplicant_8/src/wps/
H A Dwps.c43 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN);
46 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
483 * @uuid: Own UUID
493 const u8 *uuid,
509 wps_build_uuid_e(ie, uuid) ||
492 wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev, const u8 *uuid, enum wps_request_type req_type, unsigned int num_req_dev_types, const u8 *req_dev_types) argument
H A Dwps_attr_build.c126 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
133 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
H A Dwps_er.h19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta
42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap
72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c43 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN);
46 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
483 * @uuid: Own UUID
493 const u8 *uuid,
509 wps_build_uuid_e(ie, uuid) ||
492 wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev, const u8 *uuid, enum wps_request_type req_type, unsigned int num_req_dev_types, const u8 *req_dev_types) argument
H A Dwps_attr_build.c126 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
133 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
H A Dwps_er.h19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta
42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap
72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_utils.c53 ** Returns TRUE if two uuid match; FALSE otherwise.
70 ** Returns TRUE if two uuid match; FALSE otherwise.
492 p_des->uuid.len = p_src->uuid.len;
494 if (p_des->uuid.len == LEN_UUID_16)
496 p_des->uuid.uu.uuid16 = p_src->uuid.uu.uuid16;
498 else if (p_des->uuid.len == LEN_UUID_128)
500 memcpy(p_des->uuid.uu.uuid128, p_src->uuid
634 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}}; local
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_server.c92 bt_uuid_t uuid; member in struct:__anon1073
180 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
219 bta_to_btif_uuid(&srvc_id.id.uuid, &p_data->create.uuid);
238 bt_uuid_t uuid; local
239 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
244 &uuid,
252 bt_uuid_t uuid; local
253 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
258 &uuid,
377 tBT_UUID uuid; local
460 tBT_UUID uuid; local
470 tBT_UUID uuid; local
521 btif_gatts_register_app(bt_uuid_t *uuid) argument
587 btif_gatts_add_characteristic(int server_if, int service_handle, bt_uuid_t *uuid, int properties, int permissions) argument
602 btif_gatts_add_descriptor(int server_if, int service_handle, bt_uuid_t *uuid, int permissions) argument
[all...]
H A Dbtif_sock_sdp.c460 static int add_rfc_sdp_by_uuid(const char* name, const uint8_t* uuid, int scn) argument
478 int final_scn = get_reserved_rfc_channel(uuid);
483 if (IS_UUID(UUID_OBEX_OBJECT_PUSH,uuid))
487 else if (IS_UUID(UUID_PBAP_PSE,uuid))
491 else if (IS_UUID(UUID_MAPS_MAS,uuid))
495 else if (IS_UUID(UUID_SPP, uuid))
501 handle = add_sdp_by_uuid(name, uuid, final_scn);
518 int get_reserved_rfc_channel (const uint8_t* uuid) argument
520 if (IS_UUID(UUID_PBAP_PSE,uuid))
524 else if (IS_UUID(UUID_OBEX_OBJECT_PUSH,uuid))
531 add_rfc_sdp_rec(const char* name, const uint8_t* uuid, int scn) argument
[all...]
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c233 if (p_db_attr->uuid != GATT_UUID_GAP_DEVICE_NAME &&
237 switch (p_db_attr->uuid)
384 tBT_UUID uuid = {LEN_UUID_16,{UUID_SERVCLASS_GAP_SERVER}}; local
398 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE);
404 uuid.len = LEN_UUID_16;
405 uuid.uu.uuid16 = p_db_attr->uuid = GATT_UUID_GAP_DEVICE_NAME;
406 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ);
411 uuid.uu.uuid16 = p_db_attr->uuid
664 gap_ble_cl_read_request(tGAP_CLCB *p_clcb, UINT16 uuid, void * p_cback) argument
[all...]
H A Dgap_int.h127 UINT16 uuid; member in struct:__anon1269
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c103 return &((tGATT_ATTR16 *)p_db->p_attr_list)->p_value->uuid;
166 switch (p_attr->uuid)
220 GATT_TRACE_DEBUG("read_attr_value uuid=0x%04x perm=0x%0x sec_flag=0x%x offset=%d read_long=%d",
221 p_attr16->uuid,
233 uuid16 = p_attr16->uuid;
240 read_long_uuid = p_attr16->uuid;
245 len = p_attr16->p_value->uuid.len;
246 if (mtu >= p_attr16->p_value->uuid.len)
248 gatt_build_uuid_to_stream(&p, p_attr16->p_value->uuid);
263 UINT16_TO_STREAM(p, ((tGATT_ATTR16 *)(p_attr16->p_next))->uuid);
455 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_INCLUDE_SERVICE}}; local
505 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_DECLARE}}; local
1190 tBT_UUID uuid = {LEN_UUID_16, {0}}; local
[all...]

Completed in 363 milliseconds

12345678910