Searched refs:qemu_pipe_read (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglSystemCommon/ |
D | QemuPipeStream.cpp | 190 actual = qemu_pipe_read(m_sock, m_buf, maxRead); in commitBufferAndReadFully() 214 actual = qemu_pipe_read(m_sock, m_buf, kReadSize); in commitBufferAndReadFully() 261 int res = qemu_pipe_read(m_sock, p, len); in recv()
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/connection-manager/ |
H A D | QemuPipeStream.cpp | 160 actual = qemu_pipe_read(m_sock, m_buf, maxRead); in commitBufferAndReadFully() 183 actual = qemu_pipe_read(m_sock, m_buf, kReadSize); in commitBufferAndReadFully() 228 int res = qemu_pipe_read(m_sock, p, len); in recv()
|
/aosp_15_r20/hardware/google/gfxstream/guest/qemupipe/ |
D | qemu_pipe_common.cpp | 21 int n = QEMU_PIPE_RETRY(qemu_pipe_read(pipe, p, size)); in qemu_pipe_read_fully()
|
D | qemu_pipe_guest.cpp | 182 int qemu_pipe_read(int pipe, void* buffer, int size) { in qemu_pipe_read() function
|
/aosp_15_r20/hardware/google/gfxstream/guest/qemupipe/include/ |
D | qemu_pipe_bp.h | 30 int qemu_pipe_read(QEMU_PIPE_HANDLE pipe, void* buffer, int size);
|