HomeSort by relevance Sort by last modified time
    Searched refs:GIOChannel (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/bluetooth/glib/glib/
giochannel.h 40 /* GIOChannel
43 typedef struct _GIOChannel GIOChannel;
139 typedef gboolean (*GIOFunc) (GIOChannel *source,
144 GIOStatus (*io_read) (GIOChannel *channel,
149 GIOStatus (*io_write) (GIOChannel *channel,
154 GIOStatus (*io_seek) (GIOChannel *channel,
158 GIOStatus (*io_close) (GIOChannel *channel,
160 GSource* (*io_create_watch) (GIOChannel *channel,
162 void (*io_free) (GIOChannel *channel);
163 GIOStatus (*io_set_flags) (GIOChannel *channel
    [all...]
giounix.c 58 GIOChannel channel;
66 GIOChannel *channel;
71 static GIOStatus g_io_unix_read (GIOChannel *channel,
76 static GIOStatus g_io_unix_write (GIOChannel *channel,
81 static GIOStatus g_io_unix_seek (GIOChannel *channel,
85 static GIOStatus g_io_unix_close (GIOChannel *channel,
87 static void g_io_unix_free (GIOChannel *channel);
88 static GSource* g_io_unix_create_watch (GIOChannel *channel,
90 static GIOStatus g_io_unix_set_flags (GIOChannel *channel,
93 static GIOFlags g_io_unix_get_flags (GIOChannel *channel)
    [all...]
giochannel.c 4 * giochannel.c: IO Channel abstraction
47 #include "giochannel.h"
68 static void g_io_channel_purge (GIOChannel *channel);
69 static GIOStatus g_io_channel_fill_buffer (GIOChannel *channel,
71 static GIOStatus g_io_channel_read_line_backend (GIOChannel *channel,
78 * @channel: a #GIOChannel
80 * Initializes a #GIOChannel struct.
83 * #GIOChannel, and so is not often needed by the application
84 * programmer (unless you are creating a new type of #GIOChannel).
87 g_io_channel_init (GIOChannel *channel
    [all...]
  /external/bluetooth/bluez/btio/
btio.h 78 typedef void (*BtIOConfirm)(GIOChannel *io, gpointer user_data);
80 typedef void (*BtIOConnect)(GIOChannel *io, GError *err, gpointer user_data);
82 gboolean bt_io_accept(GIOChannel *io, BtIOConnect connect, gpointer user_data,
85 gboolean bt_io_set(GIOChannel *io, BtIOType type, GError **err,
88 gboolean bt_io_get(GIOChannel *io, BtIOType type, GError **err,
91 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect,
95 GIOChannel *bt_io_listen(BtIOType type, BtIOConnect connect,
  /external/bluetooth/glib/gio/inotify/
inotify-missing.h 32 void _im_diag_dump (GIOChannel *ioc);
inotify-diag.c 41 GIOChannel *ioc;
  /external/bluetooth/bluez/attrib/
gatttool.h 25 GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
gattrib.h 43 GAttrib *g_attrib_new(GIOChannel *io);
47 GIOChannel *g_attrib_get_channel(GAttrib *attrib);
utils.c 43 GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
47 GIOChannel *chan;