HomeSort by relevance Sort by last modified time
    Searched refs:out_channels (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/tests/
timeloop-closure.c 142 GIOChannel *out_channels[2]; local
146 io_pipe (out_channels);
153 g_io_channel_close (out_channels[1]);
155 source = g_io_create_watch (out_channels[0], G_IO_IN | G_IO_HUP);
163 g_io_channel_close (out_channels[0]);
167 run_child (in_channels[0], out_channels[1]);
timeloop.c 141 GIOChannel *out_channels[2]; local
144 io_pipe (out_channels);
151 g_io_channel_close (out_channels[1]);
153 g_io_add_watch (out_channels[0], G_IO_IN | G_IO_HUP,
159 g_io_channel_close (out_channels[0]);
163 run_child (in_channels[0], out_channels[1]);
mainloop-test.c 269 GIOChannel *out_channels[2]; local
276 io_pipe (out_channels);
279 sub_channels[1] = out_channels[1];
294 g_io_add_watch (out_channels[0], G_IO_IN | G_IO_HUP,
  /frameworks/av/media/libstagefright/include/
avc_utils.h 68 int *out_sampling_rate = NULL, int *out_channels = NULL,
  /frameworks/av/media/libstagefright/
avc_utils.cpp 483 int *out_sampling_rate, int *out_channels,
491 if (out_channels) {
492 *out_channels = 0;
623 if (out_channels) {
626 *out_channels = (channel_mode == 3) ? 1 : 2;

Completed in 215 milliseconds