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

  /external/qemu/android/
hw-pipe-net.c 67 void* hwpipe; member in struct:__anon13041
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;
242 else if (pipe->hwpipe == NULL)
387 netPipe_initTcp( void* hwpipe, void* _looper, const char* args
    [all...]
hw-qemud.c 633 void* hwpipe; member in struct:QemudPipe
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 458 pipeConnector_load( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file )
466 pcon = pipeConnector_new(hwpipe);
500 void* hwpipe; member in struct:__anon13772
504 zeroPipe_init( void* hwpipe, void* svcOpaque, const char* args )
508 D("%s: hwpipe=%p", __FUNCTION__, hwpipe);
510 zpipe->hwpipe = hwpipe;
519 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe);
587 void* hwpipe; member in struct:__anon13773
    [all...]

Completed in 68 milliseconds