Searched defs:notify_data (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-arm/arch/
H A Dgpio-switch.h47 void *notify_data; member in struct:omap_gpio_switch
/external/dbus/dbus/
H A Ddbus-resources.c60 void *notify_data; /**< data for notify function */ member in struct:DBusCounter
90 counter->notify_data = NULL;
158 (* counter->notify_function) (counter, counter->notify_data);
191 counter->notify_data = user_data;
/external/bluetooth/glib/gobject/
H A Dgclosure.c166 * my_closure_finalize (gpointer notify_data,
184 * g_closure_add_finalize_notifier (closure, notify_data,
407 * @notify_data: data to pass to @notify_func
419 gpointer notify_data,
435 closure->notifiers[i].data = notify_data;
443 * @notify_data: data to pass to @notify_func
453 gpointer notify_data,
465 closure->notifiers[i].data = notify_data;
472 gpointer notify_data,
479 if (ndata->notify == notify_func && ndata->data == notify_data)
418 g_closure_add_finalize_notifier(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
452 g_closure_add_invalidate_notifier(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
471 closure_try_remove_inotify(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
491 closure_try_remove_fnotify(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
680 g_closure_remove_invalidate_notifier(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
708 g_closure_remove_finalize_notifier(GClosure *closure, gpointer notify_data, GClosureNotify notify_func) argument
[all...]

Completed in 139 milliseconds