OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_data_input_stream_new
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/gio/tests/
data-input-stream.c
58
stream = G_INPUT_STREAM (
g_data_input_stream_new
(base_stream));
138
stream = G_INPUT_STREAM (
g_data_input_stream_new
(base_stream));
296
stream = G_INPUT_STREAM (
g_data_input_stream_new
(base_stream));
sleepy-stream.c
212
data =
g_data_input_stream_new
(G_INPUT_STREAM (stream));
267
data =
g_data_input_stream_new
(G_INPUT_STREAM (sleepy));
/external/bluetooth/glib/gio/
gdatainputstream.h
73
GDataInputStream *
g_data_input_stream_new
(GInputStream *base_stream);
gio.symbols
159
g_data_input_stream_new
gdatainputstream.c
183
*
g_data_input_stream_new
:
191
g_data_input_stream_new
(GInputStream *base_stream)
function
[
all
...]
Completed in 15 milliseconds