Searched defs:CharPipeHalf (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dcharpipe.c71 typedef struct CharPipeHalf { struct
75 struct CharPipeHalf* peer; /* NULL if closed */
76 } CharPipeHalf; typedef in typeref:struct:CharPipeHalf
83 CharPipeHalf* ph = cs->opaque;
98 CharPipeHalf* ph = cs->opaque;
99 CharPipeHalf* peer = ph->peer;
156 charpipehalf_poll( CharPipeHalf* ph )
158 CharPipeHalf* peer = ph->peer;
204 charpipehalf_init( CharPipeHalf* ph, CharPipeHalf* pee
[all...]

Completed in 103 milliseconds