Searched refs:pipeOpaque (Results 1 – 3 of 3) sorted by relevance
/external/qemu/include/hw/android/goldfish/ |
D | pipe.h | 69 void* (*init)( void* hwpipe, void* pipeOpaque, const char* args ); 118 void* (*load)( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file); 125 void* pipeOpaque,
|
/external/qemu/hw/android/goldfish/ |
D | pipe.c | 84 void* pipeOpaque, in goldfish_pipe_add_type() argument 99 list->services[count].opaque = pipeOpaque; in goldfish_pipe_add_type() 465 pipeConnector_load( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file ) in pipeConnector_load() argument
|
/external/qemu/android/ |
D | hw-qemud.c | 2128 _qemudPipe_load(void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* f) in _qemudPipe_load() argument 2199 qemud_pipe->looper = pipeOpaque; in _qemudPipe_load()
|