Searched refs:onNotify (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/wilhelm/src/android/ |
H A D | android_GenericPlayer.cpp | 293 onNotify(msg); in notify() 306 onNotify(msg); in notify() 323 onNotify(msg); in onMessageReceived() 408 void GenericPlayer::onNotify(const sp<AMessage> &msg) { in onNotify() function in android::GenericPlayer
|
H A D | android_AudioSfDecoder.h | 84 virtual void onNotify(const sp<AMessage> &msg);
|
H A D | android_GenericPlayer.h | 135 virtual void onNotify(const sp<AMessage> &msg);
|
H A D | android_AudioSfDecoder.cpp | 621 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) { in onNotify() function in android::AudioSfDecoder 647 GenericPlayer::onNotify(msg); in onNotify()
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattCallback.aidl | 37 void onNotify(in String address, in int handle, in byte[] value); in onNotify() method
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattClientCallback.txt | 120 void onNotify(in GattIdentifier characteristic_id, in byte[] value);
|
H A D | IBluetoothGattClient.txt | 140 * IBluetoothGattClientCallback.onNotify. Returns false if the request cannot
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGatt.java | 473 public void onNotify(String address, int handle, byte[] value) {
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 1691 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattService 1705 app.callback.onNotify(address, handle, data); in onNotify()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11405 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onNotify(Ljava/lang/String;I[B)V 11434 Landroid/bluetooth/IBluetoothGattCallback;->onNotify(Ljava/lang/String;I[B)V
|