Searched refs:BluetoothRemoteGattCharacteristicChromeOS (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/device/bluetooth/ |
D | bluetooth_remote_gatt_characteristic_chromeos.cc | 35 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 …]
|
D | bluetooth_remote_gatt_service_chromeos.h | 32 class BluetoothRemoteGattCharacteristicChromeOS; variable 79 BluetoothRemoteGattCharacteristicChromeOS* characteristic, 89 BluetoothRemoteGattCharacteristicChromeOS* characteristic, 97 BluetoothRemoteGattCharacteristicChromeOS* characteristic, 138 typedef std::map<dbus::ObjectPath, BluetoothRemoteGattCharacteristicChromeOS*>
|
D | bluetooth_remote_gatt_descriptor_chromeos.h | 24 class BluetoothRemoteGattCharacteristicChromeOS; variable 53 friend class BluetoothRemoteGattCharacteristicChromeOS; 56 BluetoothRemoteGattCharacteristicChromeOS* characteristic, 75 BluetoothRemoteGattCharacteristicChromeOS* characteristic_;
|
D | bluetooth_remote_gatt_characteristic_chromeos.h | 36 class BluetoothRemoteGattCharacteristicChromeOS 79 BluetoothRemoteGattCharacteristicChromeOS( 82 virtual ~BluetoothRemoteGattCharacteristicChromeOS(); 161 base::WeakPtrFactory<BluetoothRemoteGattCharacteristicChromeOS> 164 DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteGattCharacteristicChromeOS);
|
D | bluetooth_remote_gatt_service_chromeos.cc | 161 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()
|
D | bluetooth_gatt_notify_session_chromeos.h | 22 class BluetoothRemoteGattCharacteristicChromeOS; variable 38 friend class BluetoothRemoteGattCharacteristicChromeOS;
|
D | bluetooth_adapter_chromeos.h | 30 class BluetoothRemoteGattCharacteristicChromeOS; variable 95 BluetoothRemoteGattCharacteristicChromeOS* characteristic); 97 BluetoothRemoteGattCharacteristicChromeOS* characteristic); 103 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
|
D | bluetooth_gatt_notify_session_chromeos.cc | 92 BluetoothRemoteGattCharacteristicChromeOS* chrc = in Stop() 93 static_cast<BluetoothRemoteGattCharacteristicChromeOS*>( in Stop()
|
D | bluetooth_remote_gatt_descriptor_chromeos.cc | 32 BluetoothRemoteGattCharacteristicChromeOS* characteristic, in BluetoothRemoteGattDescriptorChromeOS()
|
D | bluetooth_adapter_chromeos.cc | 801 BluetoothRemoteGattCharacteristicChromeOS* characteristic) { in NotifyGattCharacteristicAdded() 812 BluetoothRemoteGattCharacteristicChromeOS* characteristic) { in NotifyGattCharacteristicRemoved() 845 BluetoothRemoteGattCharacteristicChromeOS* characteristic, in NotifyGattCharacteristicValueChanged()
|