Searched refs:GetBluetoothClass (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc21 ON_CALL(*this, GetBluetoothClass())
H A Dmock_bluetooth_device.h29 MOCK_CONST_METHOD0(GetBluetoothClass, uint32());
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_mac.h27 virtual uint32 GetBluetoothClass() const OVERRIDE;
H A Dbluetooth_device_win.h33 virtual uint32 GetBluetoothClass() const OVERRIDE;
H A Dbluetooth_device.cc81 uint32 bluetooth_class = GetBluetoothClass();
H A Dbluetooth_device.h175 virtual uint32 GetBluetoothClass() const = 0;
H A Dbluetooth_device_chromeos.h35 virtual uint32 GetBluetoothClass() const OVERRIDE;
H A Dbluetooth_device_win.cc140 uint32 BluetoothDeviceWin::GetBluetoothClass() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc163 uint32 BluetoothDeviceChromeOS::GetBluetoothClass() const { function in class:chromeos::BluetoothDeviceChromeOS
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc98 out->device_class.reset(new int(device.GetBluetoothClass()));
H A Dbluetooth_apitest.cc418 EXPECT_CALL(*device1_.get(), GetBluetoothClass())
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider.cc235 paired_device->set_bluetooth_class(device->GetBluetoothClass());

Completed in 122 milliseconds