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

/external/qemu/include/hw/android/goldfish/
H A Dpipe.h64 /* Create new client connection, 'hwpipe' must be passed to other
69 void* (*init)( void* hwpipe, void* pipeOpaque, const char* args );
115 * 'hwpipe' and 'pipeOpaque' are the same arguments than those passed
118 void* (*load)( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file);
134 extern void goldfish_pipe_close( void* hwpipe );
139 extern void goldfish_pipe_wake( void* hwpipe, unsigned flags );
/external/qemu/android/
H A Dhw-pipe-net.c67 void* hwpipe; member in struct:__anon29136
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.c634 void* hwpipe; member in struct:QemudPipe
1627 goldfish_pipe_wake(client->ProtocolSelector.Pipe.qemud_pipe->hwpipe,
1897 _qemudPipe_init(void* hwpipe, void* _looper, const char* args) argument
1945 pipe->hwpipe = hwpipe;
2128 _qemudPipe_load(void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* f) argument
2198 qemud_pipe->hwpipe = hwpipe;
/external/qemu/hw/android/goldfish/
H A Dpipe.c465 pipeConnector_load( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file ) argument
473 pcon = pipeConnector_new(hwpipe);
507 void* hwpipe; member in struct:__anon29660
511 zeroPipe_init( void* hwpipe, void* svcOpaque, const char* args ) argument
515 D("%s: hwpipe=%p", __FUNCTION__, hwpipe);
517 zpipe->hwpipe = hwpipe;
526 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe);
594 void* hwpipe; member in struct:__anon29661
603 pingPongPipe_init0( PingPongPipe* pipe, void* hwpipe, void* svcOpaque ) argument
613 pingPongPipe_init( void* hwpipe, void* svcOpaque, const char* args ) argument
801 throttlePipe_init( void* hwpipe, void* svcOpaque, const char* args ) argument
1350 goldfish_pipe_wake( void* hwpipe, unsigned flags ) argument
[all...]

Completed in 163 milliseconds