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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
notify.h 23 void (*notify)(Notifier *notifier); member in struct:Notifier
  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 34 notify(); method
  /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/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));
  /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);
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);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 9 public void notify(int id, NotificationWrapper notification); method in interface:NotificationMgr
10 public void notify(String tag, int id, NotificationWrapper notification); method in interface:NotificationMgr
  /bionic/libc/kernel/arch-arm/asm/arch/
gpio-switch.h 37 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /bootable/recovery/minadbd/
usb_linux_client.c 36 adb_cond_t notify; member in struct:usb_handle
54 adb_cond_wait(&usb->notify, &usb->lock);
120 adb_cond_init(&h->notify, 0);
148 // notify usb_open_thread that we are disconnected
149 adb_cond_signal(&h->notify);
  /dalvik/dx/tests/089-dex-define-object/
Object.java 34 public final native void notify(); method in class:Object
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /external/kernel-headers/original/asm-arm/arch/
gpio-switch.h 45 /* notify board-specific code about state changes */
46 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /frameworks/av/include/media/stagefright/
MediaWriter.h 57 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
59 mListener->notify(msg, ext1, ext2);
  /libcore/luni/src/main/java/java/lang/
Object.java 266 * that called {@code notify()} has to release the object's monitor first.
287 public final native void notify(); method in class:Object
292 * will not run immediately. The thread that called {@code notify()} has to
310 * @see #notify
337 * notify()} or {@code notifyAll()} method of this object. This method can
339 * {@link #notify()} on how a thread can become the owner of a monitor.
357 * @see #notify
369 * notify()} or {@code notifyAll()} method of this object or until the
371 * which owns this object's monitor; see {@link #notify()} on how a thread
394 * @see #notify
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 61 nm.notify(ManageSimMessages.SIM_FULL_NOTIFICATION_ID, notification);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>