OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_input_stream_close_async
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/glib/gio/tests/
filter-streams.c
120
g_input_stream_close_async
(f1, 0, NULL, in_cb, expected_data);
137
g_input_stream_close_async
(f2, 0, NULL, in_cb, expected_data);
/external/bluetooth/glib/gio/
ginputstream.h
153
void
g_input_stream_close_async
(GInputStream *stream,
ginputstream.c
751
*
g_input_stream_close_async
:
771
g_input_stream_close_async
(GInputStream *stream,
function
788
g_input_stream_close_async
);
819
* Finishes closing a stream asynchronously, started from
g_input_stream_close_async
().
841
if (g_simple_async_result_get_source_tag (simple) ==
g_input_stream_close_async
)
[
all
...]
gfilterinputstream.c
471
g_input_stream_close_async
(filter_stream->base_stream,
gio.symbols
498
g_input_stream_close_async
gfile.c
[
all
...]
/external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp
781
g_input_stream_close_async
(d->m_inputStream.get(), G_PRIORITY_DEFAULT,
Completed in 383 milliseconds