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

1 2 3 4 5 6 7 8 91011>>

  /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:__anon1999
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...]
  /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);
  /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);
  /bionic/libc/kernel/arch-arm/asm/arch/
gpio-switch.h 33 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
  /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
  /prebuilt/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
  /prebuilt/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
  /prebuilt/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
  /prebuilt/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
  /prebuilt/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
  /prebuilt/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
  /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/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...]
AAMRAssembler.h 34 const sp<AMessage> &notify, bool isWide,
  /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...]
  /frameworks/base/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);
  /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
  /external/qemu/
notify.c 15 #include "notify.h"
37 notifier->notify(notifier);
notify.h 23 void (*notify)(Notifier *notifier); member in struct:Notifier
  /frameworks/base/core/java/android/webkit/
JsResult.java 79 mProxy.notify();
  /frameworks/base/include/media/
IMediaPlayerClient.h 31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
IMediaRecorderClient.h 31 virtual void notify(int msg, int ext1, int ext2) = 0;
  /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.

Completed in 3165 milliseconds

1 2 3 4 5 6 7 8 91011>>