Home
last modified time | relevance | path

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

/external/qemu/android/
Dasync-socket.c50 static Looper* _async_socket_get_looper(AsyncSocket* as);
155 loopTimer_init(asio->timer, _async_socket_get_looper(as), in _async_socket_rw_new()
395 _async_socket_get_looper(AsyncSocket* as) in _async_socket_get_looper() function
1243 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to : in async_socket_read_rel()
1286 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to : in async_socket_write_rel()
1300 return (rel >= 0) ? looper_now(_async_socket_get_looper(as)) + rel : in async_socket_deadline()