/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/Source/WebCore/platform/network/soup/ |
D | SocketStreamHandleSoup.cpp | 114 …input_stream_read_async(m_inputStream.get(), m_readBuffer, READ_BUFFER_SIZE, G_PRIORITY_DEFAULT, 0, in connected() 141 …input_stream_read_async(m_inputStream.get(), m_readBuffer, READ_BUFFER_SIZE, G_PRIORITY_DEFAULT, 0, in readBytes()
|
D | ResourceHandleSoup.cpp | 500 G_PRIORITY_DEFAULT, d->m_cancellable.get(), readCallback, 0); in sendRequestCallback() 781 g_input_stream_close_async(d->m_inputStream.get(), G_PRIORITY_DEFAULT, in readCallback() 803 …_input_stream_read_async(d->m_inputStream.get(), d->m_buffer, READ_BUFFER_SIZE, G_PRIORITY_DEFAULT, in readCallback()
|
/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/webkit/Source/WebKit2/Platform/gtk/ |
D | RunLoopGtk.cpp | 77 g_source_set_priority(source.get(), G_PRIORITY_DEFAULT); in wakeUp()
|
D | WorkQueueGtk.cpp | 202 g_source_set_priority(dispatchSource.get(), G_PRIORITY_DEFAULT); in scheduleWork()
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | WebKitWebSourceGStreamer.cpp | 625 …priv->needDataID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcNeedDataMai… in webKitWebSrcNeedDataCb() 656 …priv->enoughDataID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcEnoughDat… in webKitWebSrcEnoughDataCb() 688 …priv->seekID = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, (GSourceFunc) webKitWebSrcSeekMainCb, gst… in webKitWebSrcSeekDataCb()
|
D | VideoSinkGStreamer.cpp | 220 priv->timeout_id = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, in webkit_video_sink_render()
|
/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/btio/ |
D | btio.c | 220 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, server_cb, server, in server_add() 236 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, connect_cb, conn, in connect_add() 252 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, accept_cb, accept, in accept_add()
|
/external/bluetooth/bluez/health/ |
D | mcap.c | 1641 mdl->wid = g_io_add_watch_full(mdl->dc, G_PRIORITY_DEFAULT, in mcap_connect_mdl_cb() 1780 mcl->wid = g_io_add_watch_full(mcl->cc, G_PRIORITY_DEFAULT, in mcap_connect_mcl_cb() 1794 mdl->wid = g_io_add_watch_full(mdl->dc, G_PRIORITY_DEFAULT, in set_mdl_properties() 1930 mcl->wid = g_io_add_watch_full(mcl->cc, G_PRIORITY_DEFAULT, in set_mcl_conf()
|
D | hdp.c | 1598 edata->tid = g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, in hdp_echo_connect_cb()
|
/external/bluetooth/bluez/attrib/ |
D | gattrib.c | 310 G_PRIORITY_DEFAULT, G_IO_OUT, can_write_data, in wake_up_sender()
|
/external/bluetooth/bluez/network/ |
D | server.c | 534 na->setup->watch = g_io_add_watch_full(chan, G_PRIORITY_DEFAULT, in connect_event()
|
/external/bluetooth/bluez/sap/ |
D | server.c | 1163 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, in sap_connect_cb()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 421 G_PRIORITY_DEFAULT
|
/external/bluetooth/bluez/plugins/ |
D | hciops.c | 698 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, in hciops_encrypt_link() 2029 g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, 1, __get_remote_version, in get_remote_version()
|
D | mgmtops.c | 652 g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, 1, in mgmt_user_confirm_request()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 2752 one, changing the priority to G_PRIORITY_DEFAULT.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 35153 G_PRIORITY_DEFAULT. As it is currently, timers that should happen
|