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

  /external/qemu/
charpipe.c 37 typedef struct BipBuffer {
38 struct BipBuffer* next;
41 } BipBuffer;
43 static BipBuffer* _free_bip_buffers;
45 static BipBuffer*
48 BipBuffer* bip = _free_bip_buffers;
64 bip_buffer_free( BipBuffer* bip )
73 BipBuffer* bip_first;
74 BipBuffer* bip_last;
86 BipBuffer* bip = ph->bip_first
    [all...]
  /system/core/adb/
sysdeps_win32.c 874 } BipBufferRec, *BipBuffer;
877 bip_buffer_init( BipBuffer buffer )
894 bip_buffer_close( BipBuffer bip )
907 bip_buffer_done( BipBuffer bip )
916 bip_buffer_write( BipBuffer bip, const void* src, int len )
1005 bip_buffer_read( BipBuffer bip, void* dst, int len )
1145 BipBuffer bip;
1162 BipBuffer bip;
    [all...]

Completed in 30 milliseconds