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

  /external/chromium_org/device/bluetooth/
bluetooth_device_unittest.cc 30 BluetoothDevice::CanonicalizeAddress(kValidFormats[i]));
55 BluetoothDevice::CanonicalizeAddress(kValidFormats[i]));
bluetooth_device.h 417 static std::string CanonicalizeAddress(const std::string& address);
bluetooth_adapter.cc 77 BluetoothDevice::CanonicalizeAddress(address);
bluetooth_device.cc 206 std::string BluetoothDevice::CanonicalizeAddress(const std::string& address) {
bluetooth_device_win.cc 40 address_ = CanonicalizeAddress(state.address);
bluetooth_adapter_win.cc 199 address_ = BluetoothDevice::CanonicalizeAddress(state.address);
bluetooth_device_chromeos.cc 198 return CanonicalizeAddress(properties->address.value());
bluetooth_adapter_chromeos.cc 131 return BluetoothDevice::CanonicalizeAddress(properties->address.value());

Completed in 51 milliseconds