Searched defs:ValueCallback (Results 1 - 11 of 11) 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.cc346 void ValueCallback(const std::vector<uint8>& value) { function in class:chromeos::BluetoothGattChromeOSTest
906 base::Bind(&BluetoothGattChromeOSTest::ValueCallback,
1014 base::Bind(&BluetoothGattChromeOSTest::ValueCallback,
1042 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.h82 typedef base::Callback<void(const std::vector<uint8>& value)> ValueCallback; typedef in class:chromeos::BluetoothGattCharacteristicClient
103 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/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 583 milliseconds