Searched refs:_looper (Results 1 – 2 of 2) sorted by relevance
/external/qemu/android/ |
D | hw-pipe-net.c | 373 netPipe_initTcp( void* hwpipe, void* _looper, const char* args ) in netPipe_initTcp() argument 399 ret = netPipe_initFromAddress(hwpipe, &address, _looper); in netPipe_initTcp() 407 netPipe_initUnix( void* hwpipe, void* _looper, const char* args ) in netPipe_initUnix() argument 424 ret = netPipe_initFromAddress(hwpipe, &address, _looper); in netPipe_initUnix() 469 openglesPipe_init( void* hwpipe, void* _looper, const char* args ) argument 485 pipe = (NetPipe *)netPipe_initUnix(hwpipe, _looper, unix_path); 493 pipe = (NetPipe *)netPipe_initTcp(hwpipe, _looper, temp);
|
D | hw-qemud.c | 1898 _qemudPipe_init(void* hwpipe, void* _looper, const char* args) in _qemudPipe_init() argument 1947 pipe->looper = _looper; in _qemudPipe_init()
|