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

  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.cc 35 BluetoothRemoteGattCharacteristicChromeOS::
36 BluetoothRemoteGattCharacteristicChromeOS(
60 BluetoothRemoteGattCharacteristicChromeOS::
61 ~BluetoothRemoteGattCharacteristicChromeOS() {
81 std::string BluetoothRemoteGattCharacteristicChromeOS::GetIdentifier() const {
86 BluetoothRemoteGattCharacteristicChromeOS::GetUUID() const {
94 bool BluetoothRemoteGattCharacteristicChromeOS::IsLocal() const {
99 BluetoothRemoteGattCharacteristicChromeOS::GetValue() const {
104 BluetoothRemoteGattCharacteristicChromeOS::GetService() const {
109 BluetoothRemoteGattCharacteristicChromeOS::GetProperties() const
    [all...]
bluetooth_remote_gatt_descriptor_chromeos.h 24 class BluetoothRemoteGattCharacteristicChromeOS;
53 friend class BluetoothRemoteGattCharacteristicChromeOS;
56 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
75 BluetoothRemoteGattCharacteristicChromeOS* characteristic_;
bluetooth_remote_gatt_service_chromeos.h 32 class BluetoothRemoteGattCharacteristicChromeOS;
70 // used by BluetoothRemoteGattCharacteristicChromeOS instances to notify
75 // Called by BluetoothRemoteGattCharacteristicChromeOS instances to notify
79 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
84 // by BluetoothRemoteGattCharacteristicChromeOS instances to notify service
89 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
97 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
138 typedef std::map<dbus::ObjectPath, BluetoothRemoteGattCharacteristicChromeOS*>
bluetooth_gatt_notify_session_chromeos.h 22 class BluetoothRemoteGattCharacteristicChromeOS;
38 friend class BluetoothRemoteGattCharacteristicChromeOS;
bluetooth_remote_gatt_characteristic_chromeos.h 33 // The BluetoothRemoteGattCharacteristicChromeOS class implements
36 class BluetoothRemoteGattCharacteristicChromeOS
79 BluetoothRemoteGattCharacteristicChromeOS(
82 virtual ~BluetoothRemoteGattCharacteristicChromeOS();
161 base::WeakPtrFactory<BluetoothRemoteGattCharacteristicChromeOS>
164 DISALLOW_COPY_AND_ASSIGN(BluetoothRemoteGattCharacteristicChromeOS);
bluetooth_gatt_notify_session_chromeos.cc 92 BluetoothRemoteGattCharacteristicChromeOS* chrc =
93 static_cast<BluetoothRemoteGattCharacteristicChromeOS*>(
bluetooth_remote_gatt_service_chromeos.cc 161 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
169 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
185 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
242 BluetoothRemoteGattCharacteristicChromeOS* characteristic =
243 new BluetoothRemoteGattCharacteristicChromeOS(this, object_path);
263 BluetoothRemoteGattCharacteristicChromeOS* characteristic = iter->second;
bluetooth_adapter_chromeos.h 30 class BluetoothRemoteGattCharacteristicChromeOS;
95 BluetoothRemoteGattCharacteristicChromeOS* characteristic);
97 BluetoothRemoteGattCharacteristicChromeOS* characteristic);
103 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
bluetooth_remote_gatt_descriptor_chromeos.cc 32 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
bluetooth_adapter_chromeos.cc 801 BluetoothRemoteGattCharacteristicChromeOS* characteristic) {
812 BluetoothRemoteGattCharacteristicChromeOS* characteristic) {
845 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
    [all...]

Completed in 64 milliseconds