Searched refs:BluetoothDeviceChromeOS (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc123 BluetoothDeviceChromeOS::BluetoothDeviceChromeOS( function in class:chromeos::BluetoothDeviceChromeOS
146 BluetoothDeviceChromeOS::~BluetoothDeviceChromeOS() {
163 uint32 BluetoothDeviceChromeOS::GetBluetoothClass() const {
172 std::string BluetoothDeviceChromeOS::GetDeviceName() const {
181 std::string BluetoothDeviceChromeOS::GetAddress() const {
191 BluetoothDeviceChromeOS::GetVendorIDSource() const {
197 uint16 BluetoothDeviceChromeOS::GetVendorID() const {
203 uint16 BluetoothDeviceChromeOS
[all...]
H A Dbluetooth_pairing_chromeos.h13 class BluetoothDeviceChromeOS;
18 // BluetoothDeviceChromeOS which presents the pairing logic to the application.
22 BluetoothDeviceChromeOS* device,
120 // The underlying BluetoothDeviceChromeOS that owns this pairing context.
121 BluetoothDeviceChromeOS* device_;
H A Dbluetooth_remote_gatt_service_chromeos.h31 class BluetoothDeviceChromeOS;
102 friend class BluetoothDeviceChromeOS;
105 BluetoothDeviceChromeOS* device,
132 BluetoothDeviceChromeOS* device_;
H A Dbluetooth_device_chromeos.h28 // The BluetoothDeviceChromeOS class implements BluetoothDevice for the
30 class BluetoothDeviceChromeOS class in namespace:chromeos
112 BluetoothDeviceChromeOS(
117 virtual ~BluetoothDeviceChromeOS();
201 base::WeakPtrFactory<BluetoothDeviceChromeOS> weak_ptr_factory_;
203 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceChromeOS);
H A Dbluetooth_adapter_chromeos.cc280 BluetoothDeviceChromeOS* device_chromeos =
281 static_cast<BluetoothDeviceChromeOS*>(iter->second);
328 BluetoothDeviceChromeOS* device_chromeos =
329 new BluetoothDeviceChromeOS(this,
345 BluetoothDeviceChromeOS* device_chromeos =
346 static_cast<BluetoothDeviceChromeOS*>(iter->second);
361 BluetoothDeviceChromeOS* device_chromeos = GetDeviceWithPath(object_path);
411 BluetoothDeviceChromeOS* device_chromeos = GetDeviceWithPath(object_path);
534 BluetoothDeviceChromeOS* device_chromeos = GetDeviceWithPath(device_path);
596 BluetoothDeviceChromeOS*
[all...]
H A Dbluetooth_socket_chromeos.h28 class BluetoothDeviceChromeOS;
51 virtual void Connect(const BluetoothDeviceChromeOS* device,
H A Dbluetooth_adapter_chromeos.h28 class BluetoothDeviceChromeOS;
81 BluetoothDeviceChromeOS* GetDeviceWithPath(
86 void NotifyDeviceChanged(BluetoothDeviceChromeOS* device);
H A Dbluetooth_pairing_chromeos.cc38 BluetoothDeviceChromeOS* device,
H A Dbluetooth_socket_chromeos.cc93 const BluetoothDeviceChromeOS* device,
441 BluetoothDeviceChromeOS* device =
523 BluetoothDeviceChromeOS* device =
H A Dbluetooth_chromeos_unittest.cc2731 BluetoothDeviceChromeOS* device_chromeos =
2732 static_cast<BluetoothDeviceChromeOS*>(device);
2789 BluetoothDeviceChromeOS* device_chromeos =
2790 static_cast<BluetoothDeviceChromeOS*>(device);
2846 BluetoothDeviceChromeOS* device_chromeos =
2847 static_cast<BluetoothDeviceChromeOS*>(device);
2904 BluetoothDeviceChromeOS* device_chromeos =
2905 static_cast<BluetoothDeviceChromeOS*>(device);
2946 BluetoothDeviceChromeOS* device_chromeos =
2947 static_cast<BluetoothDeviceChromeOS*>(devic
[all...]
H A Dbluetooth_socket_chromeos_unittest.cc323 static_cast<BluetoothDeviceChromeOS*>(device)->object_path(),
367 static_cast<BluetoothDeviceChromeOS*>(device)->object_path(),
H A Dbluetooth_remote_gatt_service_chromeos.cc20 BluetoothDeviceChromeOS* device,
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_util_chromeos.cc164 static_cast<chromeos::BluetoothDeviceChromeOS*>(device)

Completed in 1395 milliseconds