Home
last modified time | relevance | path

Searched refs:g_timeout_source_new (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/Platform/gtk/
DRunLoopGtk.cpp116 m_timerSource = adoptGRef(g_timeout_source_new(static_cast<guint>(fireInterval * 1000))); in start()
DWorkQueueGtk.cpp209 …GRefPtr<GSource> dispatchSource = adoptGRef(g_timeout_source_new(static_cast<guint>(delay * 1000))… in scheduleWorkAfterDelay()
/external/bluetooth/glib/tests/
Dmainloop-test.c165 timeout_source = g_timeout_source_new (10); in adder_thread()
337 GSource *source = g_timeout_source_new (g_random_int_range (0, CRAWLER_TIMEOUT_RANGE)); in create_crawler()
/external/bluetooth/glib/gio/
Dgfilemonitor.c566 …source = g_timeout_source_new (data.min_time + 1); /* + 1 to make sure we've really passed the tim… in rate_limiter_timeout()
618 …source = g_timeout_source_new (data.min_time + 1); /* + 1 to make sure we've really passed the ti… in update_rate_limiter_timeout()
/external/bluetooth/glib/glib/
Dgmain.h224 GSource *g_timeout_source_new (guint interval);
Dgmain.c3276 g_timeout_source_new (guint interval) in g_timeout_source_new() function
3365 source = g_timeout_source_new (interval); in g_timeout_add_full()
Dgaliasdef.c1625 #undef g_timeout_source_new
1626 extern __typeof (g_timeout_source_new) g_timeout_source_new __attribute((alias("IA__g_timeout_sourc…
Dgalias.h1618 extern __typeof (g_timeout_source_new) IA__g_timeout_source_new __attribute((visibility("hidden")));
1619 #define g_timeout_source_new IA__g_timeout_source_new macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt458 g_timeout_source_new
/external/bluetooth/glib/
DChangeLog.pre-2-21080 interval unsigned to match g_timeout_source_new().