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

  /external/bluetooth/glib/glib/
giochannel.c 94 channel->read_cd = (GIConv) -1;
145 if (channel->read_cd != (GIConv) -1)
146 g_iconv_close (channel->read_cd);
978 if (channel->read_cd != (GIConv) -1)
979 g_iconv (channel->read_cd, NULL, NULL, NULL, NULL);
1158 GIConv read_cd, write_cd; local
    [all...]
giochannel.h 115 GIConv read_cd; member in struct:_GIOChannel

Completed in 53 milliseconds