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

12 3 4 5 6 7 8 91011>>

  /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/bluetooth/bluez/attrib/
gattrib.c 67 GDestroyNotify notify; member in struct:command
75 GDestroyNotify notify; member in struct:event
155 if (cmd->notify)
156 cmd->notify(cmd->user_data);
164 if (evt->notify)
165 evt->notify(evt->user_data);
425 gpointer user_data, GDestroyNotify notify)
440 c->notify = notify;
555 GDestroyNotify notify)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac.h 19 // Notify the system that a download completed. This will cause the download
  /external/dbus/dbus/
dbus-resources.c 61 long notify_size_guard_value; /**< call notify function when crossing this size value */
62 long notify_unix_fd_guard_value; /**< call notify function when crossing this unix fd value */
64 DBusCounterNotifyFunction notify_function; /**< notify function */
65 void *notify_data; /**< data for notify function */
141 * Calls the notify function from _dbus_counter_set_notify()
171 * Calls the notify function from _dbus_counter_set_notify()
223 * Sets the notify function for this counter; the notify function is
230 * @param function function to call in order to notify
  /external/qemu/
notify.h 23 void (*notify)(Notifier *notifier); member in struct:Notifier
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 94 Q_PROPERTY(QString title READ title NOTIFY titleChanged)
95 Q_PROPERTY(QPixmap icon READ icon NOTIFY iconChanged)
96 Q_PROPERTY(QString statusText READ statusText NOTIFY statusTextChanged)
98 Q_PROPERTY(QString html READ html WRITE setHtml NOTIFY htmlChanged)
100 Q_PROPERTY(int pressGrabTime READ pressGrabTime WRITE setPressGrabTime NOTIFY pressGrabTimeChanged)
102 Q_PROPERTY(int preferredWidth READ preferredWidth WRITE setPreferredWidth NOTIFY preferredWidthChanged)
103 Q_PROPERTY(int preferredHeight READ preferredHeight WRITE setPreferredHeight NOTIFY preferredHeightChanged)
104 Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged)
105 Q_PROPERTY(qreal progress READ progress NOTIFY progressChanged)
106 Q_PROPERTY(Status status READ status NOTIFY statusChanged
    [all...]
  /packages/apps/Bluetooth/res/values/
test_strings.xml 12 <string name="notify_server">Notify TCP server</string>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 43 * Message to notify when a transfer is completed For outbound share, it
50 * Message to notify when a session is completed For outbound share, it
56 /** Message to notify when a BluetoothOppObexSession get any error condition */
60 * Message to notify when a BluetoothOppObexSession is interrupted when
  /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
  /cts/tests/res/xml/
layout.xml 28 android:text="@string/notify">
37 android:text="@string/notify"/>
merge.xml 28 android:text="@string/notify"/>
35 android:text="@string/notify"/>
  /external/chromium/chrome/browser/
mock_browsing_data_database_helper.h 18 // Notify().
35 void Notify();
mock_browsing_data_indexed_db_helper.h 18 // call Notify().
28 void Notify();
mock_browsing_data_local_storage_helper.h 17 // call Notify().
34 void Notify();
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.h 17 NotificationService::current()->Notify(
25 NotificationService::current()->Notify(type,
  /external/chromium/chrome/browser/translate/
translate_tab_helper.cc 44 NotificationService::current()->Notify(
57 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_view_gtk.h 41 // Method for the ExtensionHost to notify us about the correct size for
45 // Method for the ExtensionHost to notify us when the RenderViewHost has a
  /external/chromium/chrome/common/
nacl_messages.h 30 // Notify the browser process that the loader was launched successfully.
35 // Notify the broker that all loader processes have been terminated and it
  /external/chromium/net/base/
cert_database.cc 50 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
56 CertDatabaseNotifier::GetInstance()->observer_list_->Notify(
  /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

Completed in 2011 milliseconds

12 3 4 5 6 7 8 91011>>