summaryrefslogtreecommitdiffstats
path: root/libs/utils/Looper.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove libutilsAlex Ray2013-07-311-573/+0
* Add new Looper API to check whether the looper is idle.Dianne Hackborn2013-05-071-0/+12
* Support looper callbacks based on smart pointers.Jeff Brown2012-05-311-12/+36
* Delete unused poll() code.Jeff Brown2012-05-301-139/+0
* Remove unused statistics code.Jeff Brown2012-05-301-68/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-5/+5
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-6/+6
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-18/+18
* Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-1/+2
* Refactor how timeouts are calculated.Jeff Brown2011-03-171-12/+7
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-30/+182
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-37/+254
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-15/+14
* Reduce lock thrashing in native Looper.Jeff Brown2010-09-171-32/+38
* Ensure input dispatcher and native looper handles EINTR.Jeff Brown2010-09-161-4/+10
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-0/+368