HomeSort by relevance Sort by last modified time
    Searched defs:NOTIFY (Results 1 - 12 of 12) sorted by null

  /frameworks/av/drm/libdrmframework/include/
IDrmServiceListener.h 36 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
43 virtual status_t notify(const DrmInfoEvent& event) = 0;
55 virtual status_t notify(const DrmInfoEvent& event);
  /frameworks/av/media/libmedia/
IMediaRecorderClient.cpp 27 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
38 virtual void notify(int msg, int ext1, int ext2) function in class:android::BpMediaRecorderClient
45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
57 case NOTIFY: {
62 notify(msg, ext1, ext2);
IMediaPlayerClient.cpp 27 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::BpMediaPlayerClient
48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
60 case NOTIFY: {
70 notify(msg, ext1, ext2, &obj);
  /external/nist-sip/java/javax/sip/message/
Request.java 16 String NOTIFY = "NOTIFY";
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 49 public static final String NOTIFY = Request.NOTIFY;
TokenTypes.java 91 public static final int NOTIFY = START + 54;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
ikev2.h 30 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED }
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 24 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED }
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 150 if (!mHandler.hasMessages(NOTIFY)) {
152 mHandler.sendMessage(mHandler.obtainMessage(NOTIFY));
157 private static final int NOTIFY = 0;
168 case NOTIFY:
171 if (V) Log.v(TAG, "new notify threadi!");
175 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
178 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
336 mNotificationMgr.notify(item.id, b.getNotification());
412 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
459 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
113 targetRefreshMethods.add(Request.NOTIFY);
123 putName(Request.NOTIFY);
248 if (getMethod().equals(Request.NOTIFY)) {
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 119 NOTIFY,
324 property_notify_context.quark_notify_queue = g_quark_from_static_string ("GObject-notify-queue");
333 class->notify = NULL;
336 * GObject::notify:
340 * The notify signal is emitted on an object when one of its
350 * g_signal_connect (text_view->buffer, "notify::paste-target-list",
356 * detail strings for the notify signal.
358 gobject_signals[NOTIFY] =
359 g_signal_new (g_intern_static_string ("notify"),
362 G_STRUCT_OFFSET (GObjectClass, notify),
1935 GWeakNotify notify; member in struct:__anon2540::__anon2541
2177 GToggleNotify notify; member in struct:__anon2542::__anon2543
    [all...]
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 129 private static final int NOTIFY = 200;
179 CallbackProxy.this.notify();
381 notify(); method
468 notify(); method
492 // If the client returned false it means that the notify message
493 // will not be sent and we should notify WebCore ourselves.
497 notify(); method
764 notify(); method
    [all...]

Completed in 465 milliseconds