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

/external/qemu/include/hw/android/goldfish/
H A Dpipe.h57 typedef struct GoldfishPipeBuffer { struct
60 } GoldfishPipeBuffer; typedef in typeref:struct:GoldfishPipeBuffer
83 int (*sendBuffers)( void* pipe, const GoldfishPipeBuffer* buffers, int numBuffers );
86 int (*recvBuffers)( void* pipe, GoldfishPipeBuffer* buffers, int numBuffers );

Completed in 102 milliseconds