Searched defs:io_channel (Results 1 - 2 of 2) sorted by relevance

/external/libbrillo/brillo/message_loops/
H A Dglib_message_loop.cc78 GIOChannel* io_channel = g_io_channel_unix_new(fd); local
79 if (!io_channel)
82 GIOStatus status = g_io_channel_set_encoding(io_channel, nullptr, &error);
88 // valid in this context (a new io_channel), but enforce the check in
98 io_channel,
105 // io_channel, so we can dereference it now and it will be free'd once the
107 g_io_channel_unref(io_channel);
/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h28 typedef struct struct_io_channel *io_channel; typedef in typeref:struct:struct_io_channel
42 errcode_t (*read_error)(io_channel channel,
49 errcode_t (*write_error)(io_channel channel,
74 errcode_t (*open)(const char *name, int flags, io_channel *channel);
75 errcode_t (*close)(io_channel channel);
76 errcode_t (*set_blksize)(io_channel channel, int blksize);
77 errcode_t (*read_blk)(io_channel channel, unsigned long block,
79 errcode_t (*write_blk)(io_channel channel, unsigned long block,
81 errcode_t (*flush)(io_channel channel);
82 errcode_t (*write_byte)(io_channel channe
[all...]

Completed in 78 milliseconds