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 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);
79 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/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 46 String pipeName;
50 pipeName = String::format("\\\\.\\pipe\\com.apple.WebKit.%x", uniqueID);
52 serverIdentifier = ::CreateNamedPipe(pipeName.charactersWithNullTermination(),
67 clientIdentifier = ::CreateFileW(pipeName.charactersWithNullTermination(), GENERIC_READ | GENERIC_WRITE, 0, 0, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, 0);
  /external/qemu/hw/
goldfish_pipe.h 27 * snprintf(invite, sizeof invite, "%s", pipeName);
34 * now read()/write() to communicate with <pipeName> service in the
123 extern void goldfish_pipe_add_type(const char* pipeName,
goldfish_pipe.c 80 goldfish_pipe_add_type(const char* pipeName,
91 if (strlen(pipeName) > MAX_PIPE_SERVICE_NAME_SIZE) {
92 APANIC("Pipe service name too long: '%s'", pipeName);
95 list->services[count].name = pipeName;
103 goldfish_pipe_find_type(const char* pipeName)
110 if (!strcmp(list->services[nn].name, pipeName)) {
387 char* pipeName;
398 pipeName = pcon->buffer + 5;
399 pipeArgs = strchr(pipeName, ':');
408 const PipeService* svc = goldfish_pipe_find_type(pipeName);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 711 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
716 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
724 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
730 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 711 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
716 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
724 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
730 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 711 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
716 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
724 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];
730 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX];

Completed in 1169 milliseconds