HomeSort by relevance Sort by last modified time
    Searched refs:g_timeout_source_new (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/tests/
mainloop-test.c 165 timeout_source = g_timeout_source_new (10);
337 GSource *source = g_timeout_source_new (g_random_int_range (0, CRAWLER_TIMEOUT_RANGE));
  /external/bluetooth/glib/glib/
gmain.h 224 GSource *g_timeout_source_new (guint interval);
gmain.c 3276 g_timeout_source_new (guint interval) function
    [all...]
galiasdef.c 1625 #undef g_timeout_source_new macro
    [all...]
galias.h 1619 #define g_timeout_source_new macro
    [all...]
  /external/bluetooth/glib/gio/
gfilemonitor.c 566 source = g_timeout_source_new (data.min_time + 1); /* + 1 to make sure we've really passed the time */
618 source = g_timeout_source_new (data.min_time + 1); /* + 1 to make sure we've really passed the time */

Completed in 37 milliseconds