OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipeName
(Results
1 - 9
of
9
) 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/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];
/external/chromium_org/third_party/mesa/src/include/GL/
glxext.h
[
all
...]
/external/mesa3d/include/GL/
glxext.h
[
all
...]
Completed in 718 milliseconds