HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFY (Results 1 - 25 of 30) sorted by null

1 2

  /external/smack/src/org/xbill/DNS/
Opcode.java 25 public static final int NOTIFY = 4;
41 opcodes.add(NOTIFY, "NOTIFY");
  /frameworks/av/media/libmedia/
IDrmClient.cpp 32 NOTIFY = IBinder::FIRST_CALL_TRANSACTION,
43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) function in class:android::BpDrmClient
52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
64 case NOTIFY: {
73 notify((DrmPlugin::EventType)eventType, extra, &obj);
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);
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";
  /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);
  /external/lldb/source/Plugins/Process/Linux/
LinuxSignals.cpp 29 #define ADDSIGNAL(S, SUPPRESS, STOP, NOTIFY, DESCRIPTION) \
30 AddSignal(SIG ## S, "SIG" #S, #S, SUPPRESS, STOP, NOTIFY, DESCRIPTION)
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { function in class:BpDrmServiceListener
35 remote()->transact(NOTIFY, data, &reply);
45 case NOTIFY:
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
  /external/blktrace/
act_mask.c 26 DECLARE_MASK_MAP(NOTIFY),
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 49 public static final String NOTIFY = Request.NOTIFY;
Parser.java 89 || token.getTokenType() == NOTIFY
TokenTypes.java 91 public static final int NOTIFY = START + 54;
Lexer.java 107 addKeyword(TokenNames.NOTIFY, TokenTypes.NOTIFY);
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 24 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED }
ikev2.c 383 /* Reject message with Notify payload of type
386 data->state = NOTIFY;
575 data->state = NOTIFY;
714 case NOTIFY:
799 if (data->state == NOTIFY)
810 if (data->state == NOTIFY)
1029 wpa_printf(MSG_INFO, "IKEV2: No Notify Message Type "
1034 /* Notify - RFC 4306, Sect. 3.10 */
1057 wpa_printf(MSG_INFO, "IKEV2: Unsupported Notify Message Type "
1234 case NOTIFY
    [all...]
  /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);
338 mNotificationMgr.notify(item.id, b.getNotification());
416 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
465 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti)
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [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/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java     [all...]
SIPDialog.java 236 private EventHeader eventHeader; // for Subscribe notify
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_context.c 184 BEGIN_NV04(push, NV04_GRAPH(3D, NOTIFY), 1);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_context.c 184 BEGIN_NV04(push, NV04_GRAPH(3D, NOTIFY), 1);
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 379 * receive all NOTIFY requests including those that are not part of a valid
674 || em.equalsIgnoreCase(Request.NOTIFY)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 466 Request request = dialog.createRequest(Request.NOTIFY);
475 if (DBG) log("send NOTIFY: " + request);
  /external/libnl/lib/route/
route_obj.c 182 PRINT_FLAG(NOTIFY);
189 PRINT_FLAG(NOTIFY);

Completed in 375 milliseconds

1 2