HomeSort by relevance Sort by last modified time
    Searched refs:pipeName (Results 1 - 12 of 12) sorted by null

  /system/core/qemu_pipe/include/
qemu_pipe.h 30 // 'pipeName' is the name of the emulator service you want to connect to,
37 // EINVAL -> unknown/unsupported pipeName
46 int qemu_pipe_open(const char* pipeName);
  /system/core/qemu_pipe/
qemu_pipe.cpp 37 int qemu_pipe_open(const char* pipeName) {
39 if (!pipeName) {
52 size_t pipeNameLen = strlen(pipeName);
53 if (WriteFully(fd, pipeName, pipeNameLen + 1U)) {
62 WriteFully(fd, pipeName, pipeNameLen + 1U)) {
66 __FUNCTION__, pipeName, strerror(errno));
  /device/generic/goldfish/include/
qemu_pipe.h 63 * 'pipeName' is the name of the emulator service you want to connect to.
69 * EINVAL -> unknown/unsupported pipeName
80 qemu_pipe_open(const char* pipeName)
86 if (pipeName == NULL || pipeName[0] == '\0') {
91 snprintf(buff, sizeof buff, "pipe:%s", pipeName);
105 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
qemu_pipe.h 51 * 'pipeName' is the name of the emulator service you want to connect to.
57 * EINVAL -> unknown/unsupported pipeName
68 qemu_pipe_open(const char* pipeName)
74 if (pipeName == NULL || pipeName[0] == '\0') {
79 snprintf(buff, sizeof buff, "pipe:%s", pipeName);
93 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
  /device/generic/goldfish/libqemu/
test_guest_2.c 53 const char* pipeName = NULL;
84 pipeName = argv[1];
110 if (tcpPort && pipeName) {
121 } else if (pipeName == NULL) {
123 pipeName = PIPE_NAME;
144 if (pipe_openQemuPipe(pipe, pipeName) < 0) {
145 fprintf(stderr, "Could not open '%s' pipe: %s\n", pipeName, strerror(errno));
148 printf("Connected to '%s' pipe\n", pipeName);
  /external/deqp/execserver/
xsWin32TestProcess.cpp 450 char pipeName[128];
456 deSprintf(pipeName, sizeof(pipeName), "\\\\.\\Pipe\\dEQP-ExecServer-%08x-%08x-%08x",
461 readHandle = CreateNamedPipe(pipeName, /* Pipe name. */
473 writeHandle = CreateFile(pipeName,
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h 781 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
786 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
794 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
800 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
    [all...]
  /external/mesa3d/include/GL/
glxext.h     [all...]
  /external/swiftshader/include/GL/
glxext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h     [all...]

Completed in 315 milliseconds