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

  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 61 return chromeos::BluetoothAdapterChromeOS::CreateAdapter();
69 base::WeakPtr<BluetoothAdapter> BluetoothAdapterChromeOS::CreateAdapter() {
70 BluetoothAdapterChromeOS* adapter = new BluetoothAdapterChromeOS();
74 BluetoothAdapterChromeOS::BluetoothAdapterChromeOS()
100 BluetoothAdapterChromeOS::~BluetoothAdapterChromeOS() {
113 void BluetoothAdapterChromeOS::AddObserver(
119 void BluetoothAdapterChromeOS::RemoveObserver
    [all...]
bluetooth_remote_gatt_service_chromeos.h 30 class BluetoothAdapterChromeOS;
67 BluetoothAdapterChromeOS* GetAdapter() const;
104 BluetoothRemoteGattServiceChromeOS(BluetoothAdapterChromeOS* adapter,
128 BluetoothAdapterChromeOS* adapter_;
bluetooth_device_chromeos.h 25 class BluetoothAdapterChromeOS;
110 friend class BluetoothAdapterChromeOS;
113 BluetoothAdapterChromeOS* adapter,
178 BluetoothAdapterChromeOS* adapter_;
bluetooth_adapter_chromeos.h 34 // The BluetoothAdapterChromeOS class implements BluetoothAdapter for the
36 class BluetoothAdapterChromeOS
126 BluetoothAdapterChromeOS();
127 virtual ~BluetoothAdapterChromeOS();
274 base::WeakPtrFactory<BluetoothAdapterChromeOS> weak_ptr_factory_;
276 DISALLOW_COPY_AND_ASSIGN(BluetoothAdapterChromeOS);
bluetooth_remote_gatt_service_chromeos.cc 19 BluetoothAdapterChromeOS* adapter,
144 BluetoothAdapterChromeOS*
bluetooth_socket_chromeos.cc 442 static_cast<BluetoothAdapterChromeOS*>(adapter_.get())->
524 static_cast<BluetoothAdapterChromeOS*>(adapter_.get())->
bluetooth_device_chromeos.cc 124 BluetoothAdapterChromeOS* adapter,
bluetooth_chromeos_unittest.cc 319 adapter_ = new BluetoothAdapterChromeOS();
    [all...]

Completed in 66 milliseconds