HomeSort by relevance Sort by last modified time
    Searched defs:notify (Results 201 - 225 of 798) sorted by null

1 2 3 4 5 6 7 891011>>

  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
SetTimerActivity.java 90 notifyMgr.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration));
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
NotificationsActivity.java 270 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification);
  /developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
MockIncomingMessageReceiver.java 175 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification);
  /developers/samples/android/common/src/java/com/example/android/common/midi/
EventScheduler.java 163 // event then notify any threads waiting for the next event.
165 lock.notify();
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
SetTimerActivity.java 90 notifyMgr.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration));
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
NotificationsActivity.java 270 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification);
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
MockIncomingMessageReceiver.java 175 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 209 mNM.notify(R.string.remote_service_started, notification);
ServiceStartArguments.java 195 mNM.notify(R.string.service_created, noteBuilder.build());
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
EventScheduler.java 163 // event then notify any threads waiting for the next event.
165 lock.notify();
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
EventScheduler.java 163 // event then notify any threads waiting for the next event.
165 lock.notify();
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/
SetTimerActivity.java 90 notifyMgr.notify(Constants.NOTIFICATION_TIMER_COUNTDOWN, buildNotification(duration));
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 689 * HDR#*, HASH(4), notify
700 vchar_t *notify = NULL;
734 if (notify != NULL) {
740 notify = vmalloc(pa->len);
741 if (notify == NULL) {
743 "failed to get notify buffer.\n");
746 memcpy(notify->v, pa->ptr, notify->l);
777 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
824 if (notify != NULL
699 vchar_t *notify = NULL; local
1510 vchar_t *notify = NULL; local
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 238 // Notify to allow the start() method to finish and return
240 startLock.notify();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.java 196 this.notify();
TLSMessageProcessor.java 212 this.notify();
UDPMessageProcessor.java 236 // notify below.
241 this.messageQueue.notify();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotificationManager.java 31 public void notify(int id, Notification notification) { method in class:ShadowNotificationManager
32 notify(null, id, notification); method
36 public void notify(String tag, int id, Notification notification) { method in class:ShadowNotificationManager
140 * This method will not notify any NotificationListenerService of resulting changes to
  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.cpp 180 const xcb_configure_notify_event_t *notify = reinterpret_cast<const xcb_configure_notify_event_t *>(ev); local
181 resize_swapchain(notify->width, notify->height);
  /external/webrtc/webrtc/base/
httpbase.h 99 void notify(IHttpNotify* notify) { notify_ = notify; } function in class:rtc::HttpBase
  /frameworks/av/cmds/stagefright/
stream.cpp 281 virtual void notify(int msg, int ext1 __unused, int ext2 __unused, const Parcel *obj __unused) { function in struct:MyClient
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 337 status_t DrmManagerClientImpl::notify(const DrmInfoEvent& event) { function in class:DrmManagerClientImpl
  /frameworks/av/media/libmedia/
mediarecorder.cpp 772 void MediaRecorder::notify(int msg, int ext1, int ext2) function in class:android::MediaRecorder
784 listener->notify(msg, ext1, ext2);
792 notify(MEDIA_RECORDER_EVENT_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
  /frameworks/av/media/libmediaplayer2/nuplayer2/
HTTPLiveSource2.cpp 42 const sp<AMessage> &notify,
46 : Source(notify),
112 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); local
115 notify,
264 sp<AMessage> notify = dupNotify(); local
265 notify->setInt32("what", pushWhat);
266 notify->setBuffer("buffer", buffer);
274 notify->post();
281 notify->post();
338 // notify the current size here if we have it, otherwise report an initial size of (0,0
388 sp<AMessage> notify = dupNotify(); local
399 sp<AMessage> notify = dupNotify(); local
407 sp<AMessage> notify = dupNotify(); local
416 sp<AMessage> notify = dupNotify(); local
430 sp<AMessage> notify = dupNotify(); local
    [all...]
NuPlayer2DecoderPassThrough.cpp 43 const sp<AMessage> &notify,
46 : DecoderBase(notify),
245 // only notify NuPlayer2 to scan sources
367 sp<AMessage> notify = mNotify->dup(); local
368 notify->setInt32("what", kWhatResumeCompleted);
369 notify->post();
394 sp<AMessage> notify = mNotify->dup(); local
395 notify->setInt32("what", kWhatFlushCompleted);
396 notify->post();
405 sp<AMessage> notify = mNotify->dup() local
    [all...]

Completed in 814 milliseconds

1 2 3 4 5 6 7 891011>>