Searched refs:GoldfishPipeBuffer (Results 1 – 4 of 4) sorted by relevance
/external/qemu/include/hw/android/goldfish/ |
D | pipe.h | 57 typedef struct GoldfishPipeBuffer { struct 60 } GoldfishPipeBuffer; argument 83 int (*sendBuffers)( void* pipe, const GoldfishPipeBuffer* buffers, int numBuffers ); 86 int (*recvBuffers)( void* pipe, GoldfishPipeBuffer* buffers, int numBuffers );
|
/external/qemu/android/ |
D | hw-pipe-net.c | 249 netPipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in netPipe_sendBuffers() 255 const GoldfishPipeBuffer* buff = buffers; in netPipe_sendBuffers() 256 const GoldfishPipeBuffer* buffEnd = buff + numBuffers; in netPipe_sendBuffers() 307 netPipe_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) in netPipe_recvBuffers() 313 GoldfishPipeBuffer* buff = buffers; in netPipe_recvBuffers() 314 GoldfishPipeBuffer* buffEnd = buff + numBuffers; in netPipe_recvBuffers()
|
D | hw-qemud.c | 1974 const GoldfishPipeBuffer* buffers, in _qemudPipe_sendBuffers() 2016 _qemudPipe_recvBuffers(void* opaque, GoldfishPipeBuffer* buffers, int numBuffers) in _qemudPipe_recvBuffers() 2021 GoldfishPipeBuffer* buff = buffers; in _qemudPipe_recvBuffers() 2022 GoldfishPipeBuffer* endbuff = buffers + numBuffers; in _qemudPipe_recvBuffers()
|
/external/qemu/hw/android/goldfish/ |
D | pipe.c | 354 pipeConnector_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in pipeConnector_sendBuffers() 357 const GoldfishPipeBuffer* buffers_limit = buffers + numBuffers; in pipeConnector_sendBuffers() 439 pipeConnector_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) in pipeConnector_recvBuffers() 531 zeroPipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in zeroPipe_sendBuffers() 543 zeroPipe_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) in zeroPipe_recvBuffers() 635 pingPongPipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in pingPongPipe_sendBuffers() 640 const GoldfishPipeBuffer* buff = buffers; in pingPongPipe_sendBuffers() 641 const GoldfishPipeBuffer* buffEnd = buff + numBuffers; in pingPongPipe_sendBuffers() 699 pingPongPipe_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) in pingPongPipe_recvBuffers() 877 throttlePipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in throttlePipe_sendBuffers() [all …]
|