Home
last modified time | relevance | path

Searched refs:QEMU_PIPE_HANDLE (Results 1 – 14 of 14) sorted by relevance

/device/generic/goldfish-opengl/shared/qemupipe/include/
Dqemu_pipe_bp.h24 QEMU_PIPE_HANDLE qemu_pipe_open_ns(const char* ns, const char* pipeName, int flags);
25 QEMU_PIPE_HANDLE qemu_pipe_open(const char* pipeName);
26 void qemu_pipe_close(QEMU_PIPE_HANDLE pipe);
28 int qemu_pipe_read_fully(QEMU_PIPE_HANDLE pipe, void* buffer, int size);
29 int qemu_pipe_write_fully(QEMU_PIPE_HANDLE pipe, const void* buffer, int size);
30 int qemu_pipe_read(QEMU_PIPE_HANDLE pipe, void* buffer, int size);
31 int qemu_pipe_write(QEMU_PIPE_HANDLE pipe, const void* buffer, int size);
34 void qemu_pipe_print_error(QEMU_PIPE_HANDLE pipe);
/device/generic/goldfish-opengl/shared/qemupipe/
Dqemu_pipe_host.cpp29 QEMU_PIPE_HANDLE qemu_pipe_open(const char* pipeName) { in qemu_pipe_open()
33 void qemu_pipe_close(QEMU_PIPE_HANDLE pipe) { in qemu_pipe_close()
37 int qemu_pipe_read(QEMU_PIPE_HANDLE pipe, void* buffer, int len) { in qemu_pipe_read()
41 int qemu_pipe_write(QEMU_PIPE_HANDLE pipe, const void* buffer, int len) { in qemu_pipe_write()
54 void qemu_pipe_print_error(QEMU_PIPE_HANDLE pipe) { in qemu_pipe_print_error()
Dqemu_pipe_common.cpp17 int qemu_pipe_read_fully(QEMU_PIPE_HANDLE pipe, void* buffer, int size) { in qemu_pipe_read_fully()
31 int qemu_pipe_write_fully(QEMU_PIPE_HANDLE pipe, const void* buffer, int size) { in qemu_pipe_write_fully()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DQemuPipeStream.h54 QEMU_PIPE_HANDLE getSocket() const;
56 QEMU_PIPE_HANDLE m_sock;
69 QemuPipeStream(QEMU_PIPE_HANDLE sock, size_t bufSize);
DQemuPipeStream.cpp35 m_sock((QEMU_PIPE_HANDLE)(-1)), in QemuPipeStream()
43 QemuPipeStream::QemuPipeStream(QEMU_PIPE_HANDLE sock, size_t bufSize) : in QemuPipeStream()
112 QEMU_PIPE_HANDLE QemuPipeStream::getSocket() const { in getSocket()
DProcessPipe.cpp40 static QEMU_PIPE_HANDLE sProcDevice = 0;
49 static QEMU_PIPE_HANDLE sProcPipe = 0;
DQemuPipeStreamFuchsia.cpp47 QemuPipeStream::QemuPipeStream(QEMU_PIPE_HANDLE sock, size_t bufSize) : in QemuPipeStream()
223 QEMU_PIPE_HANDLE QemuPipeStream::getSocket() const { in getSocket()
/device/generic/goldfish-opengl/shared/qemupipe/include-types/
Dqemu_pipe_types_bp.h21 typedef int QEMU_PIPE_HANDLE; typedef
24 inline bool qemu_pipe_valid(QEMU_PIPE_HANDLE h) { in qemu_pipe_valid()
/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h31 QEMU_PIPE_HANDLE p_hostHandleRefCountFd, in cb_handle_t()
106 QEMU_PIPE_HANDLE hostHandleRefCountFd; // guest side refcounter to hostHandle
/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h27 QEMU_PIPE_HANDLE p_hostHandleRefCountFd, in cb_handle_30_t()
Dallocator3.cpp374 QEMU_PIPE_HANDLE hostHandleRefCountFd = QEMU_PIPE_INVALID_HANDLE; in allocateCb()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp727 QEMU_PIPE_HANDLE p_hostHandleRefCountFd, in cb_handle_30_t()
820 QEMU_PIPE_HANDLE hostHandleRefCountFd = QEMU_PIPE_INVALID_HANDLE; in alloc_buffer()
Dgralloc_old.cpp110 void setRefcountPipeFd(QEMU_PIPE_HANDLE fd) { in setRefcountPipeFd()
889 QEMU_PIPE_HANDLE refcountPipeFd = qemu_pipe_open("refcount"); in gralloc_alloc()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp833 QEMU_PIPE_HANDLE refcountPipeFd;