Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make libutils Looper independent of frameworks/native | Brian Carlstrom | 2013-12-18 | 1 | -23/+112 |
* | Add new Looper API to check whether the looper is idle. | Dianne Hackborn | 2013-07-30 | 1 | -0/+11 |
* | Support looper callbacks based on smart pointers. | Jeff Brown | 2013-07-30 | 1 | -2/+52 |
* | Delete unused poll() code. | Jeff Brown | 2013-07-30 | 1 | -29/+0 |
* | Remove unused statistics code. | Jeff Brown | 2013-07-30 | 1 | -21/+0 |
* | Fade out the mouse pointer after inactivity or other events. | Jeff Brown | 2013-07-30 | 1 | -0/+107 |
* | Revert to using epoll_wait(). | Jeff Brown | 2013-07-30 | 1 | -4/+4 |
* | Switch Looper back to using poll() instead of epoll(). | Jeff Brown | 2013-07-30 | 1 | -3/+59 |
* | Looper: use pthread_once for TLS key initialization. | Jeff Brown | 2013-07-30 | 1 | -0/+1 |
* | Looper: Drop default parameters in favor of a safer overload. | Jeff Brown | 2013-07-30 | 1 | -6/+9 |
* | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2013-07-30 | 1 | -0/+210 |