Home
last modified time | relevance | path

Searched refs:onNotify (Results 1 – 7 of 7) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp293 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
Dandroid_AudioSfDecoder.h90 virtual void onNotify(const sp<AMessage> &msg);
Dandroid_GenericPlayer.h135 virtual void onNotify(const sp<AMessage> &msg);
Dandroid_AudioSfDecoder.cpp613 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) { in onNotify() function in android::AudioSfDecoder
639 GenericPlayer::onNotify(msg); in onNotify()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallbackWrapper.java78 public void onNotify(String address, int handle, byte[] value) throws RemoteException { in onNotify() method in BluetoothGattCallbackWrapper
DIBluetoothGattCallback.aidl39 void onNotify(in String address, in int handle, in byte[] value); in onNotify() method
DBluetoothGatt.java341 public void onNotify(String address, int handle, byte[] value) {