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

  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 130 BluetoothDeviceChromeOS::BluetoothDeviceChromeOS(
141 BluetoothDeviceChromeOS::~BluetoothDeviceChromeOS() {
144 uint32 BluetoothDeviceChromeOS::GetBluetoothClass() const {
153 std::string BluetoothDeviceChromeOS::GetDeviceName() const {
162 std::string BluetoothDeviceChromeOS::GetAddress() const {
171 uint16 BluetoothDeviceChromeOS::GetVendorID() const {
177 uint16 BluetoothDeviceChromeOS::GetProductID() const {
183 uint16 BluetoothDeviceChromeOS::GetDeviceID() const
    [all...]
bluetooth_adapter_chromeos.h 26 class BluetoothDeviceChromeOS;
65 friend class BluetoothDeviceChromeOS;
91 BluetoothDeviceChromeOS* GetDeviceWithPath(
114 void NotifyDeviceChanged(BluetoothDeviceChromeOS* device);
bluetooth_adapter_chromeos.cc 200 BluetoothDeviceChromeOS* device_chromeos =
201 new BluetoothDeviceChromeOS(this, object_path);
214 BluetoothDeviceChromeOS* device_chromeos =
215 static_cast<BluetoothDeviceChromeOS*>(iter->second);
230 BluetoothDeviceChromeOS* device_chromeos = GetDeviceWithPath(object_path);
264 BluetoothDeviceChromeOS* device_chromeos = GetDeviceWithPath(object_path);
280 BluetoothDeviceChromeOS*
285 BluetoothDeviceChromeOS* device_chromeos =
286 static_cast<BluetoothDeviceChromeOS*>(iter->second);
319 BluetoothDeviceChromeOS* device_chromeos
    [all...]
bluetooth_device_chromeos.h 21 // The BluetoothDeviceChromeOS class implements BluetoothDevice for the
23 class BluetoothDeviceChromeOS
82 BluetoothDeviceChromeOS(BluetoothAdapterChromeOS* adapter,
84 virtual ~BluetoothDeviceChromeOS();
216 base::WeakPtrFactory<BluetoothDeviceChromeOS> weak_ptr_factory_;
218 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceChromeOS);
bluetooth_profile_chromeos.cc 243 BluetoothDeviceChromeOS* device =

Completed in 736 milliseconds