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

  /external/bluetooth/glib/glib/
giounix.c 423 channel->is_writeable = FALSE;
427 channel->is_writeable = TRUE;
431 channel->is_writeable = TRUE;
547 channel->is_writeable = FALSE;
552 channel->is_writeable = TRUE;
558 channel->is_writeable = TRUE;
596 g_io_unix_get_flags (channel); /* Sets is_readable, is_writeable */
giochannel.c 368 channel->is_writeable = FALSE;
428 channel->is_writeable = FALSE;
851 if (channel->is_writeable)
    [all...]
giochannel.h 132 guint is_writeable : 1; /* ditto */ member in struct:_GIOChannel

Completed in 49 milliseconds