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

  /external/bluetooth/glib/tests/
mainloop-test.c 140 GSource *timeout_source; local
165 timeout_source = g_timeout_source_new (10);
166 g_source_set_callback (timeout_source, (GSourceFunc)timeout_callback, &addr_data, NULL);
167 g_source_set_priority (timeout_source, G_PRIORITY_HIGH);
168 g_source_attach (timeout_source, context);
169 g_source_unref (timeout_source);
  /external/bluetooth/glib/glib/
gmain.c 3178 GTimeoutSource *timeout_source = (GTimeoutSource *)source; local
3227 GTimeoutSource *timeout_source = (GTimeoutSource *)source; local
3241 GTimeoutSource *timeout_source = (GTimeoutSource *)source; local
3279 GTimeoutSource *timeout_source = (GTimeoutSource *)source; local
3311 GTimeoutSource *timeout_source = (GTimeoutSource *)source; local
    [all...]

Completed in 1612 milliseconds