Searched refs:notify_data (Results 1 – 4 of 4) sorted by relevance
/external/dbus/dbus/ |
D | dbus-resources.c | 65 void *notify_data; /**< data for notify function */ member 97 counter->notify_data = NULL; in _dbus_counter_new() 165 (* counter->notify_function) (counter, counter->notify_data); in _dbus_counter_adjust_size() 195 (* counter->notify_function) (counter, counter->notify_data); in _dbus_counter_adjust_unix_fd() 243 counter->notify_data = user_data; in _dbus_counter_set_notify()
|
/external/bluetooth/glib/gobject/ |
D | gclosure.c | 419 gpointer notify_data, in g_closure_add_finalize_notifier() argument 435 closure->notifiers[i].data = notify_data; in g_closure_add_finalize_notifier() 453 gpointer notify_data, in g_closure_add_invalidate_notifier() argument 465 closure->notifiers[i].data = notify_data; in g_closure_add_invalidate_notifier() 472 gpointer notify_data, in closure_try_remove_inotify() argument 479 if (ndata->notify == notify_func && ndata->data == notify_data) in closure_try_remove_inotify() 492 gpointer notify_data, in closure_try_remove_fnotify() argument 499 if (ndata->notify == notify_func && ndata->data == notify_data) in closure_try_remove_fnotify() 681 gpointer notify_data, in g_closure_remove_invalidate_notifier() argument 689 closure->data == notify_data) in g_closure_remove_invalidate_notifier() [all …]
|
D | gclosure.h | 210 gpointer notify_data, 213 gpointer notify_data, 216 gpointer notify_data, 219 gpointer notify_data,
|
/external/kernel-headers/original/asm-arm/arch/ |
D | gpio-switch.h | 47 void *notify_data; member
|