HomeSort by relevance Sort by last modified time
    Searched defs:NOTIFY (Results 1 - 13 of 13) 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);
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);
  /external/smack/src/org/xbill/DNS/
Opcode.java 25 public static final int NOTIFY = 4;
41 opcodes.add(NOTIFY, "NOTIFY");
  /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_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);
338 mNotificationMgr.notify(item.id, b.getNotification());
416 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
465 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...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 127 milliseconds