Home
last modified time | relevance | path

Searched refs:qemu_pipe_open (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/daemon/
Dtransport_qemu.cpp76 unique_fd fd(qemu_pipe_open(con_name)); in qemu_socket_thread()
106 fd.reset(qemu_pipe_open(con_name)); in qemu_socket_thread()
/system/core/qemu_pipe/include/
Dqemu_pipe.h46 int qemu_pipe_open(const char* pipeName);
/system/core/qemu_pipe/
Dqemu_pipe.cpp37 int qemu_pipe_open(const char* pipeName) { in qemu_pipe_open() function