Searched refs:_looper (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dhw-pipe-net.c387 netPipe_initTcp( void* hwpipe, void* _looper, const char* args ) argument
413 ret = netPipe_initFromAddress(hwpipe, &address, _looper);
421 netPipe_initUnix( void* hwpipe, void* _looper, const char* args ) argument
438 ret = netPipe_initFromAddress(hwpipe, &address, _looper);
483 openglesPipe_init( void* hwpipe, void* _looper, const char* args ) argument
498 pipe = (NetPipe *)netPipe_initUnix(hwpipe, _looper, server_addr);
505 pipe = (NetPipe *)netPipe_initTcp(hwpipe, _looper, server_addr);
H A Dhw-qemud.c1897 _qemudPipe_init(void* hwpipe, void* _looper, const char* args) argument
1946 pipe->looper = _looper;

Completed in 79 milliseconds