Searched refs:CharPipeState (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dcharpipe.c220 typedef struct CharPipeState { struct
223 } CharPipeState; typedef in typeref:struct:CharPipeState
229 static CharPipeState _s_charpipes[ MAX_CHAR_PIPES ];
234 CharPipeState* cp = _s_charpipes;
235 CharPipeState* cp_end = cp + MAX_CHAR_PIPES;
445 CharPipeState* cp = _s_charpipes;
446 CharPipeState* cp_end = cp + MAX_CHAR_PIPES;

Completed in 64 milliseconds