HomeSort by relevance Sort by last modified time
    Searched full:notify (Results 1 - 25 of 2192) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/
drd_clientreq.h 74 /* To notify drd that a thread finished because */
79 /* To notify drd before a pthread_cancel call. */
82 /* To notify drd after a pthread_cancel call. */
86 /* to notify the drd tool of a pthread_mutex_init call. */
89 /* to notify the drd tool of a pthread_mutex_init call. */
92 /* to notify the drd tool of a pthread_mutex_destroy call. */
95 /* to notify the drd tool of a pthread_mutex_destroy call. */
98 /* to notify the drd tool of pthread_mutex_lock calls */
101 /* to notify the drd tool of pthread_mutex_lock calls */
104 /* to notify the drd tool of pthread_mutex_unlock calls *
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.mm 26 Notify();
37 Notify();
46 Notify();
53 Notify();
59 Notify();
62 void BookmarkModelObserverForCocoa::Notify() {
  /external/nist-sip/java/javax/sip/message/
Request.java 16 String NOTIFY = "NOTIFY";
  /external/qemu/
notify.c 15 #include "notify.h"
37 notifier->notify(notifier);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
60_wpa_supplicant 4 # Action script to notify wpa_supplicant of pm-action events.
  /frameworks/base/core/java/android/text/
SpanWatcher.java 21 * will be called to notify it that other markup objects have been
26 * This method is called to notify you that the specified object
31 * This method is called to notify you that the specified object
36 * This method is called to notify you that the specified object
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 96 mNM.notify(1, n);
120 mNM.notify(1, n);
132 mNM.notify(1, n);
142 mNM.notify(1, n);
150 mNM.notify(1, n);
160 mNM.notify(1, n);
176 mNM.notify(1, n);
178 mNM.notify(2, new Notification(NotificationTestList.this,
184 mNM.notify(3, new Notification(NotificationTestList.this,
198 mNM.notify(1, n)
    [all...]
  /cts/tools/host/src/com/android/cts/
DeviceObserver.java 32 * Notify after installing apk complete on the {@link TestDevice}
40 * Notify after uninstalling apk complete on the {@link TestDevice}.
47 * Notify after installing apk timeout on the {@link TestDevice}
54 * Notify after uninstalling apk timeout.
61 * Notify after a {@link TestDevice}, which is used in testing,
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 65 Notification notify = SystemNotificationFactory::Create(icon_, local
70 collection_->UpdateAndShowNotification(notify);
72 collection_->UpdateNotification(notify);
75 collection_->AddSystemNotification(notify, profile_,
78 collection_->AddWebUIMessageCallback(notify, "link", callback);
  /frameworks/base/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);
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/chromium/chrome/browser/prefs/
scoped_user_pref_update.cc 20 Notify();
29 void ScopedUserPrefUpdateBase::Notify() {
  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 52 void ThreadNotifier::Notify(NotificationType type,
54 Notify(type, NotificationService::AllSources(), details);
57 void ThreadNotifier::Notify(NotificationType type,
76 NotificationService::current()->Notify(type, source, details);
profile_sync_test_util.h 26 ACTION_P(Notify, type) {
27 NotificationService::current()->Notify(type,
70 void Notify(NotificationType type, const NotificationDetails& details);
72 void Notify(NotificationType type,
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
contentscript.js 10 // The regular expression produced a match, so notify the background page.
  /frameworks/base/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/bluetooth/glib/gio/
gioscheduler.h 37 GDestroyNotify notify,
44 GDestroyNotify notify);
48 GDestroyNotify notify);
gioscheduler.c 210 * @notify: a #GDestroyNotify for @user_data, or %NULL
217 * @notify will be called on @user_data after @job_func has returned,
227 GDestroyNotify notify,
239 job->destroy_notify = notify;
303 GDestroyNotify notify; member in struct:__anon1916
316 if (proxy->notify)
317 proxy->notify (proxy->data);
346 * @notify: a #GDestroyNotify for @user_data, or %NULL
358 GDestroyNotify notify)
374 if (notify)
    [all...]
  /frameworks/base/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/base/services/input/
InputListener.h 33 virtual void notify(const sp<InputListenerInterface>& listener) const = 0;
49 virtual void notify(const sp<InputListenerInterface>& listener) const;
76 virtual void notify(const sp<InputListenerInterface>& listener) const;
110 virtual void notify(const sp<InputListenerInterface>& listener) const;
130 virtual void notify(const sp<InputListenerInterface>& listener) const;
148 virtual void notify(const sp<InputListenerInterface>& listener) const;
153 * The interface used by the InputReader to notify the InputListener about input events.
  /frameworks/base/media/libstagefright/rtsp/
ARTPSource.cpp 42 const sp<AMessage> &notify)
51 mNotify(notify) {
58 mAssembler = new AAVCAssembler(notify);
61 mAssembler = new AMPEG4AudioAssembler(notify, params);
64 mAssembler = new AH263Assembler(notify);
67 mAssembler = new AAMRAssembler(notify, false /* isWide */, params);
69 mAssembler = new AAMRAssembler(notify, true /* isWide */, params);
72 mAssembler = new AMPEG4ElementaryAssembler(notify, desc, params);
75 mAssembler = new ARawAudioAssembler(notify, desc.c_str(), params);
95 sp<AMessage> notify = mNotify->dup() local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 56 method = "notify",
65 @ToBeFixed(bug = "1716929", explanation = "NotificationManager#notify(int, Notification) "
75 method = "notify",
95 method = "notify",
124 notification.setLatestEventInfo(mContext, "notify#" + id, "This is #" + id
126 mNotificationManager.notify(id, notification);
  /external/valgrind/main/coregrind/m_mach/
mach_msg.c 57 mach_port_t notify);
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
67 mach_port_t notify;
85 timeout, notify);
94 timeout, notify);
101 timeout, notify);
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 32 void Notify() {
68 // Notify the Accept thread that it is time to terminate.
69 void Quit() { quitting_.Notify(); }
  /bionic/libc/kernel/arch-arm/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch

Completed in 3024 milliseconds

1 2 3 4 5 6 7 8 91011>>