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

  /hardware/libhardware/include/hardware/
qemu_pipe.h 38 * '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)
61 if (pipeName == NULL || pipeName[0] == '\0') {
66 snprintf(buff, sizeof buff, "pipe:%s", pipeName);
81 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/qemu/include/hw/android/goldfish/
pipe.h 28 * snprintf(invite, sizeof invite, "%s", pipeName);
35 * now read()/write() to communicate with <pipeName> service in the
124 extern void goldfish_pipe_add_type(const char* pipeName,
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 61 var pipeName = pipeSelect[pipeSelect.selectedIndex].value;
63 pipe: pipeName,
319 var pipeName = data['pipe']
320 if (pipeName !== undefined) {
326 common.logMessage(pipeName + ": ack:" + data['payload']);
  /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/qemu/hw/android/goldfish/
pipe.c 83 goldfish_pipe_add_type(const char* pipeName,
94 if (strlen(pipeName) > MAX_PIPE_SERVICE_NAME_SIZE) {
95 APANIC("Pipe service name too long: '%s'", pipeName);
98 list->services[count].name = pipeName;
106 goldfish_pipe_find_type(const char* pipeName)
113 if (!strcmp(list->services[nn].name, pipeName)) {
394 char* pipeName;
405 pipeName = pcon->buffer + 5;
406 pipeArgs = strchr(pipeName, ':');
415 const PipeService* svc = goldfish_pipe_find_type(pipeName);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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...]
  /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/chromium_org/third_party/mesa/src/include/GL/
glxext.h     [all...]
  /external/mesa3d/include/GL/
glxext.h     [all...]

Completed in 664 milliseconds