Home
last modified time | relevance | path

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

/external/qemu/android/
Dlooper.h274 looper_now(Looper* looper) in looper_now() function
306 timeout_ms += looper_now(looper); in looper_runWithTimeout()
Dasync-socket.c1238 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to : in async_socket_read_rel()
1281 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to : in async_socket_write_rel()
1295 return (rel >= 0) ? looper_now(_async_socket_get_looper(as)) + rel : in async_socket_deadline()