/external/autotest/contrib/ |
run-stable-update | 24 NOTIFY=( 33 NOTIFY=( ${LOGNAME}@google.com ) 60 site_utils/gmail_lib.py -s "${SUBJECT}" "${NOTIFY[@]}" <${TMPFILE}
|
/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/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
opcode.py | 23 NOTIFY = 4 30 'NOTIFY' : NOTIFY,
|
/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 | 152 if (!mHandler.hasMessages(NOTIFY)) { 154 mHandler.sendMessage(mHandler.obtainMessage(NOTIFY)); 159 private static final int NOTIFY = 0; 170 case NOTIFY: 173 if (V) Log.v(TAG, "new notify threadi!"); 177 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000); 180 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000); 348 mNotificationMgr.notify(item.id, b.getNotification()); 430 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti); 482 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/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...] |
SipProviderImpl.java | 471 * Got a notify. 473 if (sipRequest.getMethod().equals(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);
|