Searched defs:hwpipe (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/
H A Dhw-pipe-net.c67 void* hwpipe; member in struct:__anon8896
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;
373 netPipe_initTcp( void* hwpipe, void* _looper, const char* args ) argument
399 ret = netPipe_initFromAddress(hwpipe,
407 netPipe_initUnix( void* hwpipe, void* _looper, const char* args ) argument
469 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;
/external/qemu/hw/
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:__anon9625
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:__anon9626
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
1251 goldfish_pipe_wake( void* hwpipe, unsigned flags ) argument
[all...]

Completed in 83 milliseconds