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

  /external/webkit/Source/WebKit/win/Interfaces/
IWebNotificationObserver.idl 45 HRESULT onNotify([in] IWebNotification* notification);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 92 virtual void onNotify(const sp<AMessage> &msg);
android_GenericPlayer.cpp 292 onNotify(msg);
305 onNotify(msg);
322 onNotify(msg);
407 void GenericPlayer::onNotify(const sp<AMessage> &msg) {
408 SL_LOGV("GenericPlayer::onNotify()");
android_GenericPlayer.h 134 virtual void onNotify(const sp<AMessage> &msg);
android_AudioSfDecoder.cpp 614 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) {
640 GenericPlayer::onNotify(msg);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 60 void onNotify(in String address, in int srvcType,
BluetoothAdapter.java     [all...]
BluetoothGatt.java 399 public void onNotify(String address, int srvcType,
403 if (DBG) 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 293 void NotifierListener::onNotify(int32_t msg_type,
308 me->onNotify(msg_type, ext1, ext2, ext3);
  /external/webkit/Source/WebKit/win/
WebNotificationCenter.cpp 121 // from a mutation of the list in the onNotify callback.
129 observer->onNotify(notification);
WebView.h 593 virtual HRESULT STDMETHODCALLTYPE onNotify(
    [all...]
WebView.cpp 209 virtual HRESULT STDMETHODCALLTYPE onNotify(
223 HRESULT PreferencesChangedOrRemovedObserver::onNotify(IWebNotification* notification)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 694 void onNotify(int connId, String address, int srvcType,
701 if (DBG) Log.d(TAG, "onNotify() - address=" + address
706 app.callback.onNotify(address, srvcType,
    [all...]

Completed in 1645 milliseconds