OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goldfish_pipe_add_type
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
goldfish_pipe.h
41
* 1/ Call
goldfish_pipe_add_type
() to register a new pipe service by name.
66
* to
goldfish_pipe_add_type
() when registering a given pipe service.
123
extern void
goldfish_pipe_add_type
(const char* pipeName,
goldfish_pipe.c
80
goldfish_pipe_add_type
(const char* pipeName,
function
[
all
...]
/external/qemu/android/
hw-pipe-net.c
546
goldfish_pipe_add_type
( "tcp", looper, &netPipeTcp_funcs );
548
goldfish_pipe_add_type
( "unix", looper, &netPipeUnix_funcs );
550
goldfish_pipe_add_type
( "opengles", looper, &openglesPipe_funcs );
hw-qemud.c
[
all
...]
Completed in 410 milliseconds