Searched refs:uuid (Results 251 - 275 of 465) sorted by relevance

<<111213141516171819

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc309 device::BluetoothUUID uuid(*iter);
310 DCHECK(uuid.IsValid());
311 uuids.push_back(uuid);
438 const BluetoothUUID& uuid,
442 << uuid.canonical_value();
449 socket->Connect(this, uuid,
437 ConnectToService( const BluetoothUUID& uuid, const ConnectToServiceCallback& callback, const ConnectToServiceErrorCallback& error_callback) argument
H A Dbluetooth_socket_chromeos.cc99 const BluetoothUUID& uuid,
106 if (!uuid.IsValid()) {
113 uuid_ = uuid;
122 const BluetoothUUID& uuid,
130 if (!uuid.IsValid()) {
138 uuid_ = uuid;
97 Connect( const BluetoothDeviceChromeOS* device, const BluetoothUUID& uuid, const base::Closure& success_callback, const ErrorCompletionCallback& error_callback) argument
119 Listen( scoped_refptr<BluetoothAdapter> adapter, SocketType socket_type, const BluetoothUUID& uuid, int psm_or_channel, const base::Closure& success_callback, const ErrorCompletionCallback& error_callback) argument
H A Dbluetooth_device_mac.h62 const BluetoothUUID& uuid,
H A Dbluetooth_gatt_service.h227 // service with UUID |uuid|. Whether the constructed service is primary or
232 static BluetoothGattService* Create(const BluetoothUUID& uuid,
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc54 return device::BluetoothUUID(properties->uuid.value());
H A Dbluetooth_adapter_chromeos.cc235 const BluetoothUUID& uuid,
240 << uuid.canonical_value();
249 uuid,
256 const BluetoothUUID& uuid,
261 << uuid.canonical_value();
270 uuid,
532 const std::string& uuid,
535 VLOG(1) << device_path.value() << ": AuthorizeService: " << uuid;
555 << device_chromeos->GetAddress() << " for UUID " << uuid;
234 CreateRfcommService( const BluetoothUUID& uuid, int channel, const CreateServiceCallback& callback, const CreateServiceErrorCallback& error_callback) argument
255 CreateL2capService( const BluetoothUUID& uuid, int psm, const CreateServiceCallback& callback, const CreateServiceErrorCallback& error_callback) argument
530 AuthorizeService( const dbus::ObjectPath& device_path, const std::string& uuid, const ConfirmationCallback& callback) argument
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Ddevice_info_ds.cc753 CAUUID uuid; local
762 hr = pPages->GetPages(&uuid);
785 uuid.cElems, // Number of property pages.
786 uuid.pElems, // Array of property page CLSIDs.
790 if (uuid.pElems)
792 CoTaskMemFree(uuid.pElems);
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_characteristic_client.cc248 heart_rate_measurement_properties_->uuid.ReplaceValue(
261 body_sensor_location_properties_->uuid.ReplaceValue(kBodySensorLocationUUID);
274 heart_rate_control_point_properties_->uuid.ReplaceValue(
H A Dbluetooth_device_client.cc169 const std::string& uuid,
177 writer.AppendString(uuid);
198 const std::string& uuid,
207 writer.AppendString(uuid);
H A Dbluetooth_gatt_characteristic_client.h26 dbus::Property<std::string> uuid; member in struct:chromeos::BluetoothGattCharacteristicClient::Properties
H A Dbluetooth_gatt_service_client.cc21 RegisterProperty(bluetooth_gatt_service::kUUIDProperty, &uuid);
/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c136 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid) argument
151 p_buf->len += gatt_build_uuid_to_stream(&p, uuid);
182 p_buf->len += gatt_build_uuid_to_stream(&p, p_value_type->uuid);
563 p_msg->browse.uuid);
H A Dgatt_int.h105 tBT_UUID uuid; /* type of attribute to be found */ member in struct:__anon1274
160 tBT_UUID uuid; /* service declaration */ member in union:__anon1279
183 UINT16 uuid; member in struct:__anon1280
196 UINT32 uuid; member in struct:__anon1281
210 UINT8 uuid[LEN_UUID_128]; member in struct:__anon1282
401 tBT_UUID uuid; member in struct:__anon1292
453 UINT16 uuid; member in struct:__anon1297
574 extern UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid);
671 tBT_UUID uuid);
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_int.h143 extern UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc);
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux.cc54 std::string uuid = GetUdevDevicePropertyValue(device, kFsUUID); local
55 // Keep track of device uuid, to see how often we receive empty uuid values.
58 !uuid.empty());
60 if (!uuid.empty())
61 return kFSUniqueIdPrefix + uuid;
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h66 void(const BluetoothUUID& uuid,
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DBlob.cpp136 DOMURL::revokeObjectUUID(executionContext, uuid());
/external/kernel-headers/original/uapi/linux/
H A Ddm-ioctl.h47 * Rename a device or set its uuid if none was previously supplied.
98 * this structure at the start. If a uuid is specified any
143 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
328 * If set, rename changes the uuid not the name. Only permitted
329 * if no uuid was previously supplied: an existing uuid cannot be changed.
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h140 const lldb_private::UUID* uuid, lldb_private::FileSpec &local_file);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.h162 ExamineKextForMatchingUUID (const lldb_private::FileSpec &kext_bundle_path, const lldb_private::UUID &uuid, const lldb_private::ArchSpec &arch, lldb::ModuleSP &exe_module_sp);
/external/qemu/include/hw/i386/
H A Dsmbios.h54 uint8_t uuid[16]; member in struct:smbios_type_1
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc213 const std::string& uuid,
215 DCHECK(!ContainsKey(blob_data_handle_map_, uuid));
216 blob_data_handle_map_[uuid] = blob_data_handle.release();
219 void IndexedDBDispatcherHost::DropBlobDataHandle(const std::string& uuid) { argument
220 BlobDataHandleMap::iterator iter = blob_data_handle_map_.find(uuid);
225 DLOG(FATAL) << "Failed to find blob UUID in map:" << uuid;
610 ->GetBlobDataFromUUID(info.uuid)
652 IndexedDBBlobInfo(info.uuid, path, info.file_name, info.mime_type);
659 blob_info[i] = IndexedDBBlobInfo(info.uuid, info.mime_type, info.size);
212 HoldBlobDataHandle( const std::string& uuid, scoped_ptr<webkit_blob::BlobDataHandle>& blob_data_handle) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_common.c499 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) argument
517 os_memcpy(uuid, hash, 16);
520 uuid[6] = (5 << 4) | (uuid[6] & 0x0f);
523 uuid[8] = 0x80 | (uuid[8] & 0x3f);
721 wps_build_uuid_e(msg, ctx->uuid) ||
841 wps_build_uuid_e(msg, ctx->uuid) ||
893 wps_build_uuid_e(msg, ctx->uuid) ||
H A Dwps_upnp_web.c15 #include "uuid.h"
226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
228 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data()
231 wpabuf_put_str(buf, "<UDN>uuid:");
904 * SID: uuid:xxxxxxxxx
926 u8 uuid[UUID_LEN]; local
1015 match = "uuid:";
1024 if (uuid_str2bin(h, uuid)) {
1043 s = subscription_renew(sm, uuid);
1046 uuid_bin2str(uuid, st
1143 u8 uuid[UUID_LEN]; local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_common.c499 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) argument
517 os_memcpy(uuid, hash, 16);
520 uuid[6] = (5 << 4) | (uuid[6] & 0x0f);
523 uuid[8] = 0x80 | (uuid[8] & 0x3f);
721 wps_build_uuid_e(msg, ctx->uuid) ||
841 wps_build_uuid_e(msg, ctx->uuid) ||
893 wps_build_uuid_e(msg, ctx->uuid) ||

Completed in 640 milliseconds

<<111213141516171819