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

  /external/qemu/hw/
goldfish_pipe.h 55 /* Buffer descriptor for sendBuffers() and recvBuffers() callbacks */
82 int (*sendBuffers)( void* pipe, const GoldfishPipeBuffer* buffers, int numBuffers );
84 /* Same as sendBuffers when the guest is read()-ing from the pipe. */
goldfish_pipe.c 1034 dev->status = pipe->funcs->sendBuffers(pipe->opaque, &buffer, 1);
    [all...]

Completed in 569 milliseconds