Searched defs:ValueCallback (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_descriptor.h110 // The ValueCallback is used to return the value of a remote characteristic
112 typedef base::Callback<void(const std::vector<uint8>&)> ValueCallback; typedef in class:device::BluetoothGattDescriptor
165 virtual void ReadRemoteDescriptor(const ValueCallback& callback,
H A Dbluetooth_gatt_service.h42 typedef base::Callback<void(const std::vector<uint8>)> ValueCallback; typedef in class:device::BluetoothGattService::Delegate
62 const ValueCallback& callback,
83 const ValueCallback& callback,
103 const ValueCallback& callback,
124 const ValueCallback& callback,
H A Dbluetooth_gatt_characteristic.h83 // The ValueCallback is used to return the value of a remote characteristic
85 typedef base::Callback<void(const std::vector<uint8>&)> ValueCallback; typedef in class:device::BluetoothGattCharacteristic
187 const ValueCallback& callback,
H A Dbluetooth_gatt_chromeos_unittest.cc371 void ValueCallback(const std::vector<uint8>& value) { function in class:chromeos::BluetoothGattChromeOSTest
930 base::Bind(&BluetoothGattChromeOSTest::ValueCallback,
1038 base::Bind(&BluetoothGattChromeOSTest::ValueCallback,
1066 base::Bind(&BluetoothGattChromeOSTest::ValueCallback,
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_characteristic_service_provider.h40 // ValueCallback is used for methods that require a characteristic value
42 typedef base::Callback<void(const std::vector<uint8>&)> ValueCallback; typedef in class:chromeos::BluetoothGattCharacteristicServiceProvider::Delegate
55 const ValueCallback& callback,
H A Dbluetooth_gatt_descriptor_service_provider.h40 // ValueCallback is used for methods that require a descriptor value
42 typedef base::Callback<void(const std::vector<uint8>&)> ValueCallback; typedef in class:chromeos::BluetoothGattDescriptorServiceProvider::Delegate
54 virtual void GetDescriptorValue(const ValueCallback& callback,
H A Dbluetooth_gatt_descriptor_client.h62 typedef base::Callback<void(const std::vector<uint8>& value)> ValueCallback; typedef in class:chromeos::BluetoothGattDescriptorClient
83 const ValueCallback& callback,
H A Dbluetooth_gatt_characteristic_client.h78 typedef base::Callback<void(const std::vector<uint8>& value)> ValueCallback; typedef in class:chromeos::BluetoothGattCharacteristicClient
99 const ValueCallback& callback,
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h137 typedef bool(*ValueCallback)(void*, ConstString, const lldb::TypeFormatImplSP&); typedef in class:lldb_private::TypeFormatImpl
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 506 milliseconds