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

  /external/chromium_org/third_party/npapi/npspy/windows/
gui_advanced.cpp 56 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr)
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
gui_general.cpp 56 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr)
93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
gui_fiter.cpp 85 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr)
134 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
gui_log.cpp 114 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr)
160 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify);
  /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 134 virtual void onNotify(const sp<AMessage> &msg);
android_AudioSfDecoder.cpp 616 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) {
642 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 800 void onNotify(int connId, String address, int srvcType,
807 if (VDBG) Log.d(TAG, "onNotify() - address=" + address
    [all...]

Completed in 165 milliseconds