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

  /external/bluetooth/glib/glib/
giochannel.c 95 channel->write_cd = (GIConv) -1;
147 if (channel->write_cd != (GIConv) -1)
148 g_iconv_close (channel->write_cd);
980 if (channel->write_cd != (GIConv) -1)
981 g_iconv (channel->write_cd, NULL, NULL, NULL, NULL);
1158 GIConv read_cd, write_cd; local
    [all...]
giochannel.h 116 GIConv write_cd; member in struct:_GIOChannel

Completed in 47 milliseconds