Searched refs:QEMU_PIPE_RETRY (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/shared/qemupipe/ |
D | qemu_pipe_guest.cpp | 47 const int fd = QEMU_PIPE_RETRY(open(name, flags)); in open_verbose_path() 56 const int fd = QEMU_PIPE_RETRY(socket(AF_VSOCK, SOCK_STREAM, 0)); in open_verbose_vsock() 70 r = QEMU_PIPE_RETRY(connect(fd, in open_verbose_vsock() 80 const int oldFlags = QEMU_PIPE_RETRY(fcntl(fd, F_GETFL, 0)); in open_verbose_vsock() 90 r = QEMU_PIPE_RETRY(fcntl(fd, F_SETFL, newFlags)); in open_verbose_vsock()
|
D | qemu_pipe_common.cpp | 21 int n = QEMU_PIPE_RETRY(qemu_pipe_read(pipe, p, size)); in qemu_pipe_read_fully() 35 int n = QEMU_PIPE_RETRY(qemu_pipe_write(pipe, p, size)); in qemu_pipe_write_fully()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 138 int length = QEMU_PIPE_RETRY( in threadLoop() 302 int fd = QEMU_PIPE_RETRY( in readFile() 313 length = QEMU_PIPE_RETRY( in readFile()
|
/device/generic/goldfish-opengl/shared/qemupipe/include/ |
D | qemu_pipe_bp.h | 40 #define QEMU_PIPE_RETRY(exp) ({ \ macro
|