Home
last modified time | relevance | path

Searched refs:pipe_client (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DProcessPipe.cpp73 zx::channel pipe_server, pipe_client; in processPipeInitOnce() local
74 zx_status_t status = zx::channel::create(0, &pipe_server, &pipe_client); in processPipeInitOnce()
81 std::move(pipe_client)); in processPipeInitOnce()
DQemuPipeStreamFuchsia.cpp86 zx::channel pipe_client, pipe_server; in connect() local
87 zx_status_t status = zx::channel::create(0, &pipe_server, &pipe_client); in connect()
95 std::move(pipe_client)); in connect()