Home
last modified time | relevance | path

Searched refs:G_PRIORITY_DEFAULT (Results 1 – 25 of 25) sorted by relevance

/external/bluetooth/glib/gio/tests/
Dunix-streams.c150 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/
DSocketStreamHandleSoup.cpp114 …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()
DResourceHandleSoup.cpp500 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/
Dbtiotest.c149 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/
Dgioscheduler.c388 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()
Dgasynchelper.c68 g_source_set_priority (source, G_PRIORITY_DEFAULT); in _g_queue_async_result()
Dgsimpleasyncresult.c600 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/
DRunLoopGtk.cpp77 g_source_set_priority(source.get(), G_PRIORITY_DEFAULT); in wakeUp()
DWorkQueueGtk.cpp202 g_source_set_priority(dispatchSource.get(), G_PRIORITY_DEFAULT); in scheduleWork()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DWebKitWebSourceGStreamer.cpp625 …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()
DVideoSinkGStreamer.cpp220 priv->timeout_id = g_timeout_add_full(G_PRIORITY_DEFAULT, 0, in webkit_video_sink_render()
/external/bluetooth/glib/glib/
Dgmain.c582 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()
Dgmain.h97 #define G_PRIORITY_DEFAULT 0 macro
Dgiochannel.c552 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/
Dbtio.c220 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/
Dmcap.c1641 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()
Dhdp.c1598 edata->tid = g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, in hdp_echo_connect_cb()
/external/bluetooth/bluez/attrib/
Dgattrib.c310 G_PRIORITY_DEFAULT, G_IO_OUT, can_write_data, in wake_up_sender()
/external/bluetooth/bluez/network/
Dserver.c534 na->setup->watch = g_io_add_watch_full(chan, G_PRIORITY_DEFAULT, in connect_event()
/external/bluetooth/bluez/sap/
Dserver.c1163 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, in sap_connect_cb()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt421 G_PRIORITY_DEFAULT
/external/bluetooth/bluez/plugins/
Dhciops.c698 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()
Dmgmtops.c652 g_timeout_add_seconds_full(G_PRIORITY_DEFAULT, 1, in mgmt_user_confirm_request()
/external/webkit/Source/WebKit2/
DChangeLog2752 one, changing the priority to G_PRIORITY_DEFAULT.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2435153 G_PRIORITY_DEFAULT. As it is currently, timers that should happen