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

/external/bluetooth/glib/glib/
H A Dgmain.c1364 * g_timeout_add(), g_timeout_add_full(), g_child_watch_add(),
3378 * g_timeout_add:
3408 g_timeout_add (guint32 interval, function
3430 * Unlike g_timeout_add(), this function operates at whole second granularity.
3443 * If you want timing more precise than whole seconds, use g_timeout_add()
3449 * use of g_timeout_add_seconds() is preferred over g_timeout_add().
H A Dgalias.h1606 extern __typeof (g_timeout_add) IA__g_timeout_add __attribute((visibility("hidden")));
1607 #define g_timeout_add IA__g_timeout_add macro
H A Dgaliasdef.c1613 #undef g_timeout_add macro
1614 extern __typeof (g_timeout_add) g_timeout_add __attribute((alias("IA__g_timeout_add"), visibility("default")));

Completed in 50 milliseconds