HomeSort by relevance Sort by last modified time
    Searched refs:device_address (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_connection.cc 12 const std::string& device_address) {
13 ON_CALL(*this, GetDeviceAddress()).WillByDefault(Return(device_address));
mock_bluetooth_gatt_connection.h 15 MockBluetoothGattConnection(const std::string& device_address);
  /external/chromium_org/device/bluetooth/
bluetooth_service_record_win.h 19 BluetoothServiceRecordWin(const std::string& device_address,
30 const std::string& device_address() const { return device_address_; } function in class:device::BluetoothServiceRecordWin
bluetooth_gatt_connection_chromeos.cc 17 const std::string& device_address,
21 device_address_(device_address),
bluetooth_gatt_connection_chromeos.h 32 const std::string& device_address,
bluetooth_gatt_notify_session_chromeos.h 42 const std::string& device_address,
bluetooth_gatt_notify_session_chromeos.cc 19 const std::string& device_address,
25 device_address_(device_address),
bluetooth_service_record_win.cc 124 const std::string& device_address,
128 : device_bth_addr_(ConvertToBthAddr(device_address)),
129 device_address_(device_address),
bluetooth_task_manager_win.h 175 // Discover Bluetooth Classic services for the given |device_address|.
177 const std::string& device_address,
182 // Discover Bluetooth Classic services for the given |device_address|.
185 const std::string& device_address,
bluetooth_socket_mac.h 107 void OnChannelOpenComplete(const std::string& device_address,
bluetooth_task_manager_win.cc 536 const std::string& device_address,
541 DiscoverClassicDeviceServicesWorker(device_address,
551 device_address, protocol_uuid, true, service_record_states);
558 const std::string& device_address,
570 std::size_t length = base::SysUTF8ToWide("(" + device_address + ")").copy(
  /device/asus/fugu/libaudio/
ATVAudioPolicyManager.cpp 77 const char *device_address)
81 device_address ? device_address : "(null)");
86 if (device == AUDIO_DEVICE_IN_REMOTE_SUBMIX && device_address) {
87 AudioParameter parameters = AudioParameter(String8(device_address));
115 device, state, device_address);
ATVAudioPolicyManager.h 38 const char *device_address);
  /external/chromium_org/components/proximity_auth/
bluetooth_util.cc 19 void SeekDeviceByAddress(const std::string& device_address,
bluetooth_util.h 23 // |device_address|, if possible. Calls the |callback| on success, or the
27 void SeekDeviceByAddress(const std::string& device_address,
bluetooth_util_chromeos.cc 100 // |device_address|, if possible. Returns an indicator of success or an error
103 const std::string& device_address,
112 if (!BluetoothAddressToBdaddr(device_address, &addr.l2_bdaddr)) {
146 void SeekDeviceByAddress(const std::string& device_address,
154 device_address,
  /external/libpcap/pcap/
usb.h 84 u_int8_t device_address; member in struct:_usb_header
109 u_int8_t device_address; member in struct:_usb_header_mmapped
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_api_socket.h 42 const std::string& device_address,
47 // |device_address| using the service with UUID |uuid|.
50 const std::string& device_address,
88 const std::string& device_address() const { return device_address_; } function in class:extensions::BluetoothApiSocket
bluetooth_api_socket.cc 44 const std::string& device_address,
48 device_address_(device_address),
65 const std::string& device_address,
73 device_address_ = device_address;
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.cc 48 out->device_address.reset(
210 const std::string& device_address,
221 const std::string connect_id = extension_id + device_address;
229 FindConnection(extension_id, device_address);
232 VLOG(1) << "Application already connected to device: " << device_address;
238 RemoveConnection(extension_id, device_address);
241 BluetoothDevice* device = adapter_->GetDevice(device_address);
243 VLOG(1) << "Bluetooth device not found: " << device_address;
254 device_address,
259 device_address,
1263 << extension_id << ", device: " << device_address; local
    [all...]
bluetooth_low_energy_event_router.h 84 // Creates a GATT connection to the device with address |device_address| for
92 const std::string& device_address,
97 // device with address |device_address|. |error_callback| is called with an
102 const std::string& device_address,
107 // associated with the Bluetooth device with address |device_address| in
115 bool GetServices(const std::string& device_address,
310 const std::string& device_address,
316 const std::string& device_address,
325 const std::string& device_address,
350 // |device_address| from the managed API resources for extension with I
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 197 dev->device_address = di.udi_addr;
328 udf.udf_addr = dev->device_address;
435 req.ucr_addr = handle->dev->device_address;
638 usbi_dbg("fd %d, addr %d", fd, dev->device_address);
641 udc.udc_addr = dev->device_address;
657 udf.udf_addr = dev->device_address;
697 req.ucr_addr = transfer->dev_handle->dev->device_address;
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_api.cc 250 const std::string& device_address = options.device.address; local
251 device::BluetoothDevice* device = adapter->GetDevice(device_address);
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 182 TextView view = (TextView) mContentView.findViewById(R.id.device_address);
194 TextView view = (TextView) mContentView.findViewById(R.id.device_address);
  /external/chromium_org/device/usb/
usb_device_impl.cc 143 std::string device_address = local
156 if (!value || device_address != value) {

Completed in 477 milliseconds

1 2 3