Searched refs:G_PRIORITY_DEFAULT (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/gio/tests/ |
D | unix-streams.c | 150 G_PRIORITY_DEFAULT, main_cancel, in readable() 177 G_PRIORITY_DEFAULT, main_cancel, in writable() 184 G_PRIORITY_DEFAULT, main_cancel, in writable() 226 G_PRIORITY_DEFAULT, main_cancel, in test_pipe_io()
|
/external/webkit/WebCore/platform/network/soup/ |
D | ResourceHandleSoup.cpp | 748 g_input_stream_close_async(d->m_inputStream, G_PRIORITY_DEFAULT, in readCallback() 763 G_PRIORITY_DEFAULT, d->m_cancellable, in readCallback() 803 G_PRIORITY_DEFAULT, d->m_cancellable, in openCallback() 877 g_file_read_async(d->m_gfile, G_PRIORITY_DEFAULT, d->m_cancellable, in queryInfoCallback() 916 G_PRIORITY_DEFAULT, d->m_cancellable, in startGio()
|
/external/webkit/WebCore/platform/gtk/ |
D | SharedTimerGtk.cpp | 69 sharedTimer = g_timeout_add_full(G_PRIORITY_DEFAULT, intervalInMS, timeout_cb, NULL, NULL); in setSharedTimerFireTime()
|
/external/bluetooth/bluez/test/ |
D | btiotest.c | 149 g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, data->disconn, in connect_cb() 157 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, io_watch, data, in connect_cb() 221 g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, seconds, in confirm_cb()
|
/external/bluetooth/glib/gio/ |
D | gioscheduler.c | 388 g_source_set_priority (source, G_PRIORITY_DEFAULT); in g_io_scheduler_job_send_to_mainloop() 451 g_source_set_priority (source, G_PRIORITY_DEFAULT); in g_io_scheduler_job_send_to_mainloop_async()
|
D | gasynchelper.c | 68 g_source_set_priority (source, G_PRIORITY_DEFAULT); in _g_queue_async_result()
|
D | gsimpleasyncresult.c | 600 g_source_set_priority (source, G_PRIORITY_DEFAULT); in g_simple_async_result_complete_in_idle() 661 g_source_set_priority (source, G_PRIORITY_DEFAULT); in run_in_thread()
|
/external/bluetooth/glib/glib/ |
D | gmain.c | 582 source->priority = G_PRIORITY_DEFAULT; in g_source_new() 3367 if (priority != G_PRIORITY_DEFAULT) in g_timeout_add_full() 3412 return g_timeout_add_full (G_PRIORITY_DEFAULT, in g_timeout_add() 3474 if (priority != G_PRIORITY_DEFAULT) in g_timeout_add_seconds_full() 3511 return g_timeout_add_seconds_full (G_PRIORITY_DEFAULT, interval, function, data, NULL); in g_timeout_add_seconds() 3845 if (priority != G_PRIORITY_DEFAULT) in g_child_watch_add_full() 3890 return g_child_watch_add_full (G_PRIORITY_DEFAULT, pid, function, data, NULL); in g_child_watch_add()
|
D | gmain.h | 97 #define G_PRIORITY_DEFAULT 0 macro
|
D | giochannel.c | 552 if (priority != G_PRIORITY_DEFAULT) in g_io_add_watch_full() 580 return g_io_add_watch_full (channel, G_PRIORITY_DEFAULT, condition, func, user_data, NULL); in g_io_add_watch()
|
/external/bluetooth/bluez/src/ |
D | btio.c | 217 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, server_cb, server, in server_add() 233 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, connect_cb, conn, in connect_add() 249 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, accept_cb, accept, in accept_add()
|
D | glib-helper.c | 774 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, in bt_acl_encrypt()
|
/external/bluetooth/bluez/network/ |
D | server.c | 451 na->setup->watch = g_io_add_watch_full(chan, G_PRIORITY_DEFAULT, in connect_event()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 421 G_PRIORITY_DEFAULT
|