Home
last modified time | relevance | path

Searched defs:onNotify (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGattCallback.aidl37 void onNotify(in String address, in int handle, in byte[] value); in onNotify() method
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp621 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) { in onNotify() function in android::AudioSfDecoder
H A Dandroid_GenericPlayer.cpp408 void GenericPlayer::onNotify(const sp<AMessage> &msg) { in onNotify() function in android::GenericPlayer
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1691 void onNotify(int connId, String address, int handle, boolean isNotify, byte[] data) in onNotify() method in GattService