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

1 2 3

  /external/autotest/contrib/
run-stable-update 25 NOTIFY=(
34 NOTIFY=( ${LOGNAME}@google.com )
61 site_utils/gmail_lib.py -s "${SUBJECT}" "${NOTIFY[@]}" <${TMPFILE}
  /frameworks/av/drm/libmediadrm/
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);
  /frameworks/av/media/libmedia/
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/common/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/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;
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 24 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED }
  /device/google/marlin/
thermal-engine-marlin.conf 10 [THROTTLING-NOTIFY]
  /device/google/muskie/
thermal-engine.conf 80 [THROTTLING-NOTIFY]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
DirectoryScannerConfig.java 86 NOTIFY,
120 // file is selected. Default is NOTIFY and LOGRESULT.
122 private Action[] actions = { Action.NOTIFY, Action.LOGRESULT };
289 * out when a file is selected. Default is NOTIFY and LOGRESULT.
302 * out when a file is selected. Default is NOTIFY and LOGRESULT.
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
DirectoryScannerConfig.java 86 NOTIFY,
120 // file is selected. Default is NOTIFY and LOGRESULT.
122 private Action[] actions = { Action.NOTIFY, Action.LOGRESULT };
289 * out when a file is selected. Default is NOTIFY and LOGRESULT.
302 * out when a file is selected. Default is NOTIFY and LOGRESULT.
  /system/bt/packet/avrcp/
register_notification_packet.h 149 : VendorPacketBuilder(CType::NOTIFY, CommandPdu::REGISTER_NOTIFICATION,
  /art/test/1930-monitor-info/src/art/
Monitors.java 71 notify(); method
120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
207 case NOTIFY:
274 setAction(Action.NOTIFY);
  /art/test/1931-monitor-events/src/art/
Monitors.java 71 notify(); method
120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
207 case NOTIFY:
274 setAction(Action.NOTIFY);
  /art/test/1932-monitor-events-misc/src/art/
Monitors.java 71 notify(); method
120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
207 case NOTIFY:
274 setAction(Action.NOTIFY);
  /art/test/1933-monitor-current-contended/src/art/
Monitors.java 71 notify(); method
120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
207 case NOTIFY:
274 setAction(Action.NOTIFY);
  /art/test/1934-jvmti-signal-thread/src/art/
Monitors.java 71 notify(); method
120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT }
207 case NOTIFY:
274 setAction(Action.NOTIFY);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 174 if (!mHandler.hasMessages(NOTIFY)) {
178 mHandler.sendMessage(mHandler.obtainMessage(NOTIFY));
183 private static final int NOTIFY = 0;
195 case NOTIFY:
199 Log.v(TAG, "new notify threadi!");
206 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
211 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000);
393 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build());
466 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND_COMPLETE, outNoti);
532 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND_COMPLETE, inNoti)
    [all...]
  /device/google/taimen/
thermal-engine.conf 145 [THROTTLING-NOTIFY]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
DirectoryScanner.java 113 * Action#NOTIFY notify} for matching files.
305 case NOTIFY:
307 // Notify succeeded: add NOTIFY to the set of
309 taken.add(NOTIFY);
369 LOG.fine("Failed to notify: "+file.getAbsolutePath());
499 // whatever - don't even try to notify, but

Completed in 474 milliseconds

1 2 3