Searched refs:g_idle_add_full (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gmountoperation.c | 212 g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, in ask_password() 223 g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, in ask_question()
|
D | gioscheduler.c | 260 job->idle_tag = g_idle_add_full (G_PRIORITY_DEFAULT_IDLE + 1 + io_priority / 10, in g_io_scheduler_push_job()
|
/external/bluetooth/glib/glib/ |
D | gmain.h | 286 guint g_idle_add_full (gint priority,
|
D | gmain.c | 3969 g_idle_add_full (gint priority, in g_idle_add_full() function 4012 return g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, function, data, NULL); in g_idle_add()
|
D | galiasdef.c | 1604 #undef g_idle_add_full 1605 extern __typeof (g_idle_add_full) g_idle_add_full __attribute((alias("IA__g_idle_add_full"), visibi…
|
D | galias.h | 1597 extern __typeof (g_idle_add_full) IA__g_idle_add_full __attribute((visibility("hidden"))); 1598 #define g_idle_add_full IA__g_idle_add_full macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 468 g_idle_add_full
|
/external/bluetooth/bluez/src/ |
D | adapter.c | 3819 adapter->auth_idle_id = g_idle_add_full(G_PRIORITY_DEFAULT_IDLE, in adapter_authorize()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 4890 (g_idle_add_full): `(gpointer) function' in call to g_source_add().
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 97015 g_idle_add is the same as g_idle_add_full with a priority of
|