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

  /external/qemu/android/
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 881 } BipBufferRec, *BipBuffer;
884 bip_buffer_init( BipBuffer buffer )
901 bip_buffer_close( BipBuffer bip )
914 bip_buffer_done( BipBuffer bip )
923 bip_buffer_write( BipBuffer bip, const void* src, int len )
1012 bip_buffer_read( BipBuffer bip, void* dst, int len )
1152 BipBuffer bip;
1169 BipBuffer bip;
    [all...]

Completed in 404 milliseconds