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

  /external/bluetooth/glib/glib/
giochannel.c 167 case G_IO_STATUS_EOF:
1051 * channels which have returned %G_IO_STATUS_EOF
1132 * One of the (new API) read functions has just returned %G_IO_STATUS_EOF
    [all...]
giochannel.h 75 G_IO_STATUS_EOF,
giounix.c 216 return (result > 0) ? G_IO_STATUS_NORMAL : G_IO_STATUS_EOF;
  /external/bluetooth/glib/tests/
iochannel-test.c 143 case G_IO_STATUS_EOF:
  /external/bluetooth/glib/gio/
gunixmount.c 306 else if (status == G_IO_STATUS_EOF)
gunixvolume.c 353 else if (status == G_IO_STATUS_EOF)

Completed in 200 milliseconds