Home
last modified time | relevance | path

Searched refs:g_input_stream_close_async (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/gio/tests/
Dfilter-streams.c120 g_input_stream_close_async (f1, 0, NULL, in_cb, expected_data); in test_input_async()
137 g_input_stream_close_async (f2, 0, NULL, in_cb, expected_data); in test_input_async()
/external/bluetooth/glib/gio/
Dginputstream.h153 void g_input_stream_close_async (GInputStream *stream,
Dginputstream.c771 g_input_stream_close_async (GInputStream *stream, in g_input_stream_close_async() function
788 g_input_stream_close_async); in g_input_stream_close_async()
841 if (g_simple_async_result_get_source_tag (simple) == g_input_stream_close_async) in g_input_stream_close_finish()
Dgfilterinputstream.c471 g_input_stream_close_async (filter_stream->base_stream, in g_filter_input_stream_close_async()
Dgio.symbols498 g_input_stream_close_async
Dgfile.c5287 g_input_stream_close_async (stream, 0, in load_contents_fstat_callback()
5308 g_input_stream_close_async (stream, 0, in load_contents_read_callback()
/external/bluetooth/glib/docs/reference/gio/
Dgio-sections.txt477 g_input_stream_close_async
/external/webkit/Source/WebCore/platform/network/soup/
DResourceHandleSoup.cpp781 g_input_stream_close_async(d->m_inputStream.get(), G_PRIORITY_DEFAULT, in readCallback()