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

  /external/webkit/WebCore/platform/gtk/
SharedTimerGtk.cpp 69 sharedTimer = g_timeout_add_full(G_PRIORITY_DEFAULT, intervalInMS, timeout_cb, NULL, NULL);
  /external/bluetooth/glib/gio/tests/
unix-streams.c 150 G_PRIORITY_DEFAULT, main_cancel,
177 G_PRIORITY_DEFAULT, main_cancel,
184 G_PRIORITY_DEFAULT, main_cancel,
226 G_PRIORITY_DEFAULT, main_cancel,
  /external/bluetooth/glib/gio/
gasynchelper.c 68 g_source_set_priority (source, G_PRIORITY_DEFAULT);
gioscheduler.c 45 * %G_PRIORITY_HIGH, with %G_PRIORITY_DEFAULT as a default.
388 g_source_set_priority (source, G_PRIORITY_DEFAULT);
451 g_source_set_priority (source, G_PRIORITY_DEFAULT);
gsimpleasyncresult.c 600 g_source_set_priority (source, G_PRIORITY_DEFAULT);
661 g_source_set_priority (source, G_PRIORITY_DEFAULT);
  /external/bluetooth/bluez/test/
btiotest.c 149 g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, data->disconn,
157 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, io_watch, data,
221 g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, seconds,
  /external/webkit/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 748 g_input_stream_close_async(d->m_inputStream, G_PRIORITY_DEFAULT,
763 G_PRIORITY_DEFAULT, d->m_cancellable,
803 G_PRIORITY_DEFAULT, d->m_cancellable,
877 g_file_read_async(d->m_gfile, G_PRIORITY_DEFAULT, d->m_cancellable,
916 G_PRIORITY_DEFAULT, d->m_cancellable,
  /external/bluetooth/glib/glib/
gmain.h 97 #define G_PRIORITY_DEFAULT 0
gmain.c 582 source->priority = G_PRIORITY_DEFAULT;
    [all...]
giochannel.c 552 if (priority != G_PRIORITY_DEFAULT)
580 return g_io_add_watch_full (channel, G_PRIORITY_DEFAULT, condition, func, user_data, NULL);
    [all...]
  /external/bluetooth/bluez/src/
btio.c 217 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, server_cb, server,
233 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, connect_cb, conn,
249 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, accept_cb, accept,
glib-helper.c 774 g_io_add_watch_full(io, G_PRIORITY_DEFAULT,
  /external/bluetooth/bluez/network/
server.c 451 na->setup->watch = g_io_add_watch_full(chan, G_PRIORITY_DEFAULT,

Completed in 399 milliseconds