Searched refs:qemu_pipe_frame_send (Results 1 – 3 of 3) sorted by relevance
51 int qemu_pipe_frame_send(int fd, const void* buff, size_t len);
84 retVal = qemu_pipe_frame_send(mPipeFd, data.data(), data.size()); in write()
69 int qemu_pipe_frame_send(int fd, const void* buff, size_t len) { in qemu_pipe_frame_send() function