Searched refs:g_input_stream_set_pending (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/gio/ |
D | ginputstream.c | 206 if (!g_input_stream_set_pending (stream, error)) in g_input_stream_read() 331 if (!g_input_stream_set_pending (stream, error)) in g_input_stream_skip() 452 if (!g_input_stream_set_pending (stream, error)) in g_input_stream_close() 571 if (!g_input_stream_set_pending (stream, &error)) in g_input_stream_read_async() 696 if (!g_input_stream_set_pending (stream, &error)) in g_input_stream_skip_async() 795 if (!g_input_stream_set_pending (stream, &error)) in g_input_stream_close_async() 894 g_input_stream_set_pending (GInputStream *stream, GError **error) in g_input_stream_set_pending() function
|
D | gfileinputstream.c | 144 if (!g_input_stream_set_pending (input_stream, error)) in g_file_input_stream_query_info() 219 if (!g_input_stream_set_pending (input_stream, &error)) in g_file_input_stream_query_info_async() 343 if (!g_input_stream_set_pending (input_stream, error)) in g_file_input_stream_seek()
|
D | ginputstream.h | 166 gboolean g_input_stream_set_pending (GInputStream *stream,
|
D | gbufferedinputstream.c | 421 if (!g_input_stream_set_pending (input_stream, error)) in g_buffered_input_stream_fill() 503 if (!g_input_stream_set_pending (G_INPUT_STREAM (stream), &error)) in g_buffered_input_stream_fill_async() 889 if (!g_input_stream_set_pending (input_stream, error)) in g_buffered_input_stream_read_byte()
|
D | gio.symbols | 502 g_input_stream_set_pending
|
D | ChangeLog | 2261 * ginputstream.c (g_input_stream_set_pending): 4053 * ginputstream.c (g_input_stream_set_pending): Make this take a
|
/external/bluetooth/glib/docs/reference/gio/ |
D | gio-sections.txt | 481 g_input_stream_set_pending
|