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

  /hardware/libhardware/include/hardware/
qemu_pipe.h 39 * 'pipeName' is the name of the emulator service you want to connect to.
45 * EINVAL -> unknown/unsupported pipeName
56 qemu_pipe_open(const char* pipeName)
62 if (pipeName == NULL || pipeName[0] == '\0') {
67 snprintf(buff, sizeof buff, "pipe:%s", pipeName);
82 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/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxew.h     [all...]
  /external/mesa3d/include/GL/
glxext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h     [all...]

Completed in 609 milliseconds