HomeSort by relevance Sort by last modified time
    Searched refs:device_address_ (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_service_record_win.h 30 const std::string& device_address() const { return device_address_; }
48 std::string device_address_; member in class:device::BluetoothServiceRecordWin
bluetooth_gatt_connection_chromeos.cc 21 device_address_(device_address),
24 DCHECK(!device_address_.empty());
36 return device_address_;
bluetooth_gatt_notify_session_chromeos.cc 25 device_address_(device_address),
30 DCHECK(!device_address_.empty());
84 device::BluetoothDevice* device = adapter_->GetDevice(device_address_);
bluetooth_gatt_connection_chromeos.h 55 std::string device_address_; member in class:chromeos::BluetoothGattConnectionChromeOS
bluetooth_gatt_notify_session_chromeos.h 61 std::string device_address_; member in class:chromeos::BluetoothGattNotifySessionChromeOS
bluetooth_service_record_win.cc 129 device_address_(device_address),
157 return device_address_ == other.device_address_ && name_ == other.name_ &&
bluetooth_socket_win.h 85 std::string device_address_; member in class:device::BluetoothSocketWin
bluetooth_socket_chromeos.h 166 std::string device_address_; member in class:chromeos::BluetoothSocketChromeOS
bluetooth_socket_win.cc 117 device_address_ = service_record_win->device_address();
210 << "(" << device_address_ << "): "
bluetooth_socket_chromeos.cc 107 device_address_ = device->GetAddress();
229 base::ReplaceChars(device_address_, ":-", "_", &device_address_path);
450 client_socket->device_address_ = device->GetAddress();
  /external/chromium_org/device/test/
usb_test_gadget_impl.cc 113 std::string device_address_; member in class:device::__anon12664::UsbTestGadgetImpl
160 if (!device_address_.empty()) {
170 return device_address_;
221 device_address_ = serial;
249 const GURL url("http://" + device_address_ + "/version");
275 LOG(INFO) << "Updating " << device_address_ << " to " << version << "...";
278 const GURL url("http://" + device_address_ + "/update");
420 VLOG(1) << "Releasing the device at " << device_address_ << ".";
422 const GURL url("http://" + device_address_ + "/unclaim");
441 const GURL url("http://" + device_address_ + config->http_resource)
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_api_socket.cc 48 device_address_(device_address),
73 device_address_ = device_address;
87 device_address_ = "";
bluetooth_api_socket.h 88 const std::string& device_address() const { return device_address_; }
134 std::string device_address_; member in class:extensions::BluetoothApiSocket

Completed in 365 milliseconds