Searched defs:looper_run (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dlooper.h58 * Once you have registered one or more watchers, you can call looper_run()
287 looper_run(Looper* looper) function
292 /* A variant of looper_run() that allows to run the event loop only
311 /* Another variant of looper_run() that takes a deadline instead of a
321 * as soon as possible. looper_run() / _runWithTimeout() / _runWithDeadline()
331 * with looper_new(). Cannot be called within looper_run()!!

Completed in 103 milliseconds