Home
last modified time | relevance | path

Searched refs:pipeOpaque (Results 1 – 3 of 3) sorted by relevance

/external/qemu/include/hw/android/goldfish/
Dpipe.h69 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/
Dpipe.c84 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/
Dhw-qemud.c2128 _qemudPipe_load(void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* f) in _qemudPipe_load() argument
2199 qemud_pipe->looper = pipeOpaque; in _qemudPipe_load()