Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dginputstream.c1006 gssize count_skipped; member
1021 op->count_skipped = class->skip (G_INPUT_STREAM (object), in skip_async_thread()
1024 if (op->count_skipped == -1) in skip_async_thread()
1034 gsize count_skipped; member
1058 data->count_skipped += ret; in skip_callback_wrapper()
1070 op->count_skipped = data->count_skipped; in skip_callback_wrapper()
1079 if (data->count_skipped && in skip_callback_wrapper()
1134 data->count_skipped = 0; in g_input_stream_real_skip_async()
1155 return op->count_skipped; in g_input_stream_real_skip_finish()