Home
last modified time | relevance | path

Searched refs:GoldfishPipeBuffer (Results 1 – 4 of 4) sorted by relevance

/external/qemu/hw/
Dgoldfish_pipe.h56 typedef struct GoldfishPipeBuffer { struct
59 } GoldfishPipeBuffer; typedef
82 int (*sendBuffers)( void* pipe, const GoldfishPipeBuffer* buffers, int numBuffers );
85 int (*recvBuffers)( void* pipe, GoldfishPipeBuffer* buffers, int numBuffers );
Dgoldfish_pipe.c347 pipeConnector_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in pipeConnector_sendBuffers()
350 const GoldfishPipeBuffer* buffers_limit = buffers + numBuffers; in pipeConnector_sendBuffers()
432 pipeConnector_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) in pipeConnector_recvBuffers()
524 zeroPipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in zeroPipe_sendBuffers()
536 zeroPipe_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) in zeroPipe_recvBuffers()
628 pingPongPipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in pingPongPipe_sendBuffers()
633 const GoldfishPipeBuffer* buff = buffers; in pingPongPipe_sendBuffers()
634 const GoldfishPipeBuffer* buffEnd = buff + numBuffers; in pingPongPipe_sendBuffers()
692 pingPongPipe_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) in pingPongPipe_recvBuffers()
870 throttlePipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) in throttlePipe_sendBuffers()
[all …]
/external/qemu/android/
Dhw-pipe-net.c249 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()
Dhw-qemud.c1975 const GoldfishPipeBuffer* buffers, in _qemudPipe_sendBuffers()
2017 _qemudPipe_recvBuffers(void* opaque, GoldfishPipeBuffer* buffers, int numBuffers) in _qemudPipe_recvBuffers()
2022 GoldfishPipeBuffer* buff = buffers; in _qemudPipe_recvBuffers()
2023 GoldfishPipeBuffer* endbuff = buffers + numBuffers; in _qemudPipe_recvBuffers()