Searched refs:pipeName (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dqemu_pipe.h38 * 'pipeName' is the name of the emulator service you want to connect to.
44 * EINVAL -> unknown/unsupported pipeName
55 qemu_pipe_open(const char* pipeName) argument
61 if (pipeName == NULL || pipeName[0] == '\0') {
66 snprintf(buff, sizeof buff, "pipe:%s", pipeName);
79 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));

Completed in 46 milliseconds