Home
last modified time | relevance | path

Searched refs:BluetoothRemoteGattCharacteristicChromeOS (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_remote_gatt_characteristic_chromeos.cc35 BluetoothRemoteGattCharacteristicChromeOS::
36 BluetoothRemoteGattCharacteristicChromeOS( in BluetoothRemoteGattCharacteristicChromeOS() function in chromeos::BluetoothRemoteGattCharacteristicChromeOS
60 BluetoothRemoteGattCharacteristicChromeOS::
61 ~BluetoothRemoteGattCharacteristicChromeOS() { in ~BluetoothRemoteGattCharacteristicChromeOS()
81 std::string BluetoothRemoteGattCharacteristicChromeOS::GetIdentifier() const { in GetIdentifier()
86 BluetoothRemoteGattCharacteristicChromeOS::GetUUID() const { in GetUUID()
94 bool BluetoothRemoteGattCharacteristicChromeOS::IsLocal() const { in IsLocal()
99 BluetoothRemoteGattCharacteristicChromeOS::GetValue() const { in GetValue()
104 BluetoothRemoteGattCharacteristicChromeOS::GetService() const { in GetService()
109 BluetoothRemoteGattCharacteristicChromeOS::GetProperties() const { in GetProperties()
[all …]
Dbluetooth_remote_gatt_service_chromeos.h32 class BluetoothRemoteGattCharacteristicChromeOS; variable
79 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
89 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
97 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
138 typedef std::map<dbus::ObjectPath, BluetoothRemoteGattCharacteristicChromeOS*>
Dbluetooth_remote_gatt_descriptor_chromeos.h24 class BluetoothRemoteGattCharacteristicChromeOS; variable
53 friend class BluetoothRemoteGattCharacteristicChromeOS;
56 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
75 BluetoothRemoteGattCharacteristicChromeOS* characteristic_;
Dbluetooth_remote_gatt_characteristic_chromeos.h36 class BluetoothRemoteGattCharacteristicChromeOS
79 BluetoothRemoteGattCharacteristicChromeOS(
82 virtual ~BluetoothRemoteGattCharacteristicChromeOS();
161 base::WeakPtrFactory<BluetoothRemoteGattCharacteristicChromeOS>
164 DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteGattCharacteristicChromeOS);
Dbluetooth_remote_gatt_service_chromeos.cc161 BluetoothRemoteGattCharacteristicChromeOS* characteristic, in NotifyCharacteristicValueChanged()
169 BluetoothRemoteGattCharacteristicChromeOS* characteristic, in NotifyDescriptorAddedOrRemoved()
185 BluetoothRemoteGattCharacteristicChromeOS* characteristic, in NotifyDescriptorValueChanged()
242 BluetoothRemoteGattCharacteristicChromeOS* characteristic = in GattCharacteristicAdded()
243 new BluetoothRemoteGattCharacteristicChromeOS(this, object_path); in GattCharacteristicAdded()
263 BluetoothRemoteGattCharacteristicChromeOS* characteristic = iter->second; in GattCharacteristicRemoved()
Dbluetooth_gatt_notify_session_chromeos.h22 class BluetoothRemoteGattCharacteristicChromeOS; variable
38 friend class BluetoothRemoteGattCharacteristicChromeOS;
Dbluetooth_adapter_chromeos.h30 class BluetoothRemoteGattCharacteristicChromeOS; variable
95 BluetoothRemoteGattCharacteristicChromeOS* characteristic);
97 BluetoothRemoteGattCharacteristicChromeOS* characteristic);
103 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
Dbluetooth_gatt_notify_session_chromeos.cc92 BluetoothRemoteGattCharacteristicChromeOS* chrc = in Stop()
93 static_cast<BluetoothRemoteGattCharacteristicChromeOS*>( in Stop()
Dbluetooth_remote_gatt_descriptor_chromeos.cc32 BluetoothRemoteGattCharacteristicChromeOS* characteristic, in BluetoothRemoteGattDescriptorChromeOS()
Dbluetooth_adapter_chromeos.cc801 BluetoothRemoteGattCharacteristicChromeOS* characteristic) { in NotifyGattCharacteristicAdded()
812 BluetoothRemoteGattCharacteristicChromeOS* characteristic) { in NotifyGattCharacteristicRemoved()
845 BluetoothRemoteGattCharacteristicChromeOS* characteristic, in NotifyGattCharacteristicValueChanged()