summaryrefslogtreecommitdiffstats
path: root/include/utils/Looper.h
Commit message (Expand)AuthorAgeFilesLines
* Make libutils Looper independent of frameworks/nativeBrian Carlstrom2013-12-181-23/+112
* Add new Looper API to check whether the looper is idle.Dianne Hackborn2013-07-301-0/+11
* Support looper callbacks based on smart pointers.Jeff Brown2013-07-301-2/+52
* Delete unused poll() code.Jeff Brown2013-07-301-29/+0
* Remove unused statistics code.Jeff Brown2013-07-301-21/+0
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2013-07-301-0/+107
* Revert to using epoll_wait().Jeff Brown2013-07-301-4/+4
* Switch Looper back to using poll() instead of epoll().Jeff Brown2013-07-301-3/+59
* Looper: use pthread_once for TLS key initialization.Jeff Brown2013-07-301-0/+1
* Looper: Drop default parameters in favor of a safer overload.Jeff Brown2013-07-301-6/+9
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2013-07-301-0/+210