HomeSort by relevance Sort by last modified time
    Searched refs:hwpipe (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
goldfish_pipe.h 63 /* 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 );
goldfish_pipe.c 460 pipeConnector_load( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file )
468 pcon = pipeConnector_new(hwpipe);
502 void* hwpipe; member in struct:__anon11185
506 zeroPipe_init( void* hwpipe, void* svcOpaque, const char* args )
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:__anon11186
    [all...]
  /external/qemu/android/
hw-pipe-net.c 67 void* hwpipe; member in struct:__anon10456
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 )
193 pipe->hwpipe = hwpipe;
373 netPipe_initTcp( void* hwpipe, void* _looper, const char* args )
399 ret = netPipe_initFromAddress(hwpipe, &address, _looper)
    [all...]
hw-qemud.c 633 void* hwpipe; member in struct:QemudPipe
    [all...]

Completed in 114 milliseconds