HomeSort by relevance Sort by last modified time
    Searched refs:onNotify (Results 1 - 10 of 10) sorted by null

  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 92 virtual void onNotify(const sp<AMessage> &msg);
android_GenericPlayer.cpp 293 onNotify(msg);
306 onNotify(msg);
323 onNotify(msg);
408 void GenericPlayer::onNotify(const sp<AMessage> &msg) {
409 SL_LOGV("GenericPlayer::onNotify()");
android_GenericPlayer.h 135 virtual void onNotify(const sp<AMessage> &msg);
android_AudioSfDecoder.cpp 617 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) {
643 GenericPlayer::onNotify(msg);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallbackWrapper.java 105 public void onNotify(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid,
IBluetoothGattCallback.aidl 63 void onNotify(in String address, in int srvcType,
BluetoothGatt.java 418 public void onNotify(String address, int srvcType,
422 if (VDBG) Log.d(TAG, "onNotify() - Device=" + address + " UUID=" + charUuid);
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.h 150 void onNotify(int32_t msg_type,
camera2_utils.cpp 292 void NotifierListener::onNotify(int32_t msg_type,
307 me->onNotify(msg_type, ext1, ext2, ext3);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 261 milliseconds