Searched refs:hwpipe (Results 1 - 4 of 4) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_pipe.h63 /* Create new client connection, 'hwpipe' must be passed to other
68 void* (*init)( void* hwpipe, void* pipeOpaque, const char* args );
114 * 'hwpipe' and 'pipeOpaque' are the same arguments than those passed
117 void* (*load)( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file);
133 extern void goldfish_pipe_close( void* hwpipe );
138 extern void goldfish_pipe_wake( void* hwpipe, unsigned flags );
H A Dgoldfish_pipe.c460 pipeConnector_load( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file ) argument
468 pcon = pipeConnector_new(hwpipe);
502 void* hwpipe; member in struct:__anon11563
506 zeroPipe_init( void* hwpipe, void* svcOpaque, const char* args ) argument
510 D("%s: hwpipe=%p", __FUNCTION__, hwpipe);
512 zpipe->hwpipe = hwpipe;
521 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe);
589 void* hwpipe; member in struct:__anon11564
598 pingPongPipe_init0( PingPongPipe* pipe, void* hwpipe, void* svcOpaque ) argument
608 pingPongPipe_init( void* hwpipe, void* svcOpaque, const char* args ) argument
796 throttlePipe_init( void* hwpipe, void* svcOpaque, const char* args ) argument
1295 goldfish_pipe_wake( void* hwpipe, unsigned flags ) argument
[all...]
/external/qemu/android/
H A Dhw-pipe-net.c67 void* hwpipe; member in struct:__anon10832
124 if (pipe->hwpipe != NULL) {
125 goldfish_pipe_close(pipe->hwpipe);
126 pipe->hwpipe = NULL;
177 goldfish_pipe_wake(pipe->hwpipe, wakeFlags);
187 netPipe_initFromAddress( void* hwpipe, const SockAddress* address, Looper* looper ) argument
193 pipe->hwpipe = hwpipe;
242 else if (pipe->hwpipe == NULL)
387 netPipe_initTcp( void* hwpipe, voi argument
421 netPipe_initUnix( void* hwpipe, void* _looper, const char* args ) argument
483 openglesPipe_init( void* hwpipe, void* _looper, const char* args ) argument
[all...]
H A Dhw-qemud.c633 void* hwpipe; member in struct:QemudPipe
1628 goldfish_pipe_wake(client->ProtocolSelector.Pipe.qemud_pipe->hwpipe,
1898 _qemudPipe_init(void* hwpipe, void* _looper, const char* args) argument
1946 pipe->hwpipe = hwpipe;
2129 _qemudPipe_load(void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* f) argument
2199 qemud_pipe->hwpipe = hwpipe;

Completed in 380 milliseconds