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;
  /external/bluetooth/bluez/input/
fakehid.h 32 gboolean (*event) (GIOChannel *chan, GIOCondition cond, gpointer data);
39 struct fake_input *fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io,
device.h 35 GIOChannel *io;
55 GIOChannel *io);
server.c 48 GIOChannel *ctrl;
49 GIOChannel *intr;
50 GIOChannel *confirm;
61 static void connect_event_cb(GIOChannel *chan, GError *err, gpointer data)
142 static void confirm_event_cb(GIOChannel *chan, gpointer user_data)
  /external/bluetooth/glib/tests/
timeloop-closure.c 20 io_pipe (GIOChannel **channels)
35 read_all (GIOChannel *channel, char *buf, int len)
59 write_all (GIOChannel *channel, char *buf, int len)
78 run_child (GIOChannel *in_channel, GIOChannel *out_channel)
102 input_callback (GIOChannel *source,
107 GIOChannel *dest = (GIOChannel *)data;
141 GIOChannel *in_channels[2];
142 GIOChannel *out_channels[2]
    [all...]
timeloop.c 19 io_pipe (GIOChannel **channels)
34 read_all (GIOChannel *channel, char *buf, int len)
58 write_all (GIOChannel *channel, char *buf, int len)
77 run_child (GIOChannel *in_channel, GIOChannel *out_channel)
101 input_callback (GIOChannel *source,
106 GIOChannel *dest = (GIOChannel *)data;
140 GIOChannel *in_channels[2];
141 GIOChannel *out_channels[2]
    [all...]
mainloop-test.c 44 GIOChannel *dest;
52 GIOChannel *in;
58 read_all (GIOChannel *channel, char *buf, gsize len)
82 write_all (GIOChannel *channel, char *buf, gsize len)
101 adder_callback (GIOChannel *source,
142 GIOChannel **channels = data;
196 io_pipe (GIOChannel **channels)
214 do_add (GIOChannel *in, gint a, gint b)
227 adder_response (GIOChannel *source,
268 GIOChannel *in_channels[2]
    [all...]
  /external/bluetooth/bluez/plugins/
echo.c 43 static gboolean session_event(GIOChannel *chan,
62 static gboolean connect_event(GIOChannel *chan,
65 GIOChannel *io;
91 static GIOChannel *setup_rfcomm(uint8_t channel)
93 GIOChannel *io;
124 static GIOChannel *chan = NULL;
pnat.c 65 GIOChannel *io; /* Client socket */
81 GIOChannel *server; /* Server socket */
130 static gboolean client_event(GIOChannel *chan,
276 static void connect_cb(GIOChannel *io, GError *err, gpointer user_data)
315 static gboolean auth_watch(GIOChannel *chan, GIOCondition cond, gpointer data)
329 static void confirm_cb(GIOChannel *io, gpointer user_data)
427 GIOChannel *io;
  /external/bluetooth/bluez/audio/
gateway.h 42 int gateway_connect_rfcomm(struct audio_device *dev, GIOChannel *io);
43 int gateway_connect_sco(struct audio_device *dev, GIOChannel *chan);
headset.h 56 void headset_connect_cb(GIOChannel *chan, GError *err, gpointer user_data);
58 GIOChannel *headset_get_rfcomm(struct audio_device *dev);
86 int headset_connect_rfcomm(struct audio_device *dev, GIOChannel *chan);
87 int headset_connect_sco(struct audio_device *dev, GIOChannel *io);
gstavdtpsink.h 55 GIOChannel *stream;
59 GIOChannel *server;
main.c 49 static GIOChannel *sco_server = NULL;
70 static void sco_server_cb(GIOChannel *chan, GError *err, gpointer data)
  /external/bluetooth/bluez/health/
mcap_internal.h 70 GIOChannel *ccio; /* Control Channel IO */
71 GIOChannel *dcio; /* Data Channel IO */
92 GIOChannel *cc; /* MCAP Control Channel IO */
117 GIOChannel *dc; /* MCAP Data Channel IO */
  /external/bluetooth/bluez/src/
rfkill.c 67 static gboolean rfkill_event(GIOChannel *chan,
142 static GIOChannel *channel = NULL;
sdpd-server.c 165 static gboolean io_session_event(GIOChannel *chan, GIOCondition cond, gpointer data)
204 static gboolean io_accept_event(GIOChannel *chan, GIOCondition cond, gpointer data)
206 GIOChannel *io;
245 GIOChannel *io;
  /external/bluetooth/bluez/test/
btiotest.c 39 GIOChannel *io;
65 static struct io_data *io_data_new(GIOChannel *io, BtIOType type, gint reject,
80 static gboolean io_watch(GIOChannel *io, GIOCondition cond, gpointer user_data)
97 static void connect_cb(GIOChannel *io, GError *err, gpointer user_data)
184 static void confirm_cb(GIOChannel *io, gpointer user_data)
269 GIOChannel *l2_srv;
353 GIOChannel *rc_srv;
432 GIOChannel *sco_srv;

Completed in 746 milliseconds

1 2 3