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

  /frameworks/base/media/libmedia/
IMediaPlayerClient.cpp 27 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
38 virtual void notify(int msg, int ext1, int ext2) function in class:android::BpMediaPlayerClient
45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
57 case NOTIFY: {
62 notify(msg, ext1, ext2);
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);
  /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 }
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 140 if (!mHandler.hasMessages(NOTIFY)) {
142 mHandler.sendMessage(mHandler.obtainMessage(NOTIFY));
147 private static final int NOTIFY = 0;
158 case NOTIFY:
161 if (V) Log.v(TAG, "new notify threadi!");
165 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
168 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
307 mNotificationMgr.notify(item.id, n);
383 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
430 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);
244 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:__anon2209::__anon2210
2177 GToggleNotify notify; member in struct:__anon2211::__anon2212
    [all...]
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 117 private static final int NOTIFY = 200;
328 notify(); method
398 notify(); method
422 // If the client returned false it means that the notify message
423 // will not be sent and we should notify WebCore ourselves.
427 notify(); method
661 case NOTIFY:
663 notify(); method
    [all...]

Completed in 265 milliseconds