Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
df9c4a0166b351c20d8c89850880eee76fdecadf
/
include
/
utils
/
Looper.h
8892ce6
Use eventfd instead of pipe in Looper.
by Tim Kilbourn
· 10 years ago
e7d54f8
Fix issues related to removing Looper callbacks after close.
by Jeff Brown
· 10 years ago
7a0310e
Fixed subtle bugs related to file descriptor recycling.
by Jeff Brown
· 10 years ago
27e5721
Rename Looper::isIdling() to isPolling() to resolve confusion.
by Jeff Brown
· 10 years ago
1693d7e
Make libutils Looper independent of frameworks/native
by Brian Carlstrom
· 12 years ago
19159f9
Add new Looper API to check whether the looper is idle.
by Dianne Hackborn
· 12 years ago
dd1b037
Support looper callbacks based on smart pointers.
by Jeff Brown
· 13 years ago
5705e69
Delete unused poll() code.
by Jeff Brown
· 13 years ago
55195d7
Remove unused statistics code.
by Jeff Brown
· 13 years ago
3e2e38b
Fade out the mouse pointer after inactivity or other events.
by Jeff Brown
· 14 years ago
fcefac2
Revert to using epoll_wait().
by Jeff Brown
· 15 years ago
8d15c74
Switch Looper back to using poll() instead of epoll().
by Jeff Brown
· 15 years ago
d180518
Looper: use pthread_once for TLS key initialization.
by Jeff Brown
· 15 years ago
905682a
Looper: Drop default parameters in favor of a safer overload.
by Jeff Brown
· 15 years ago
7901eb2
Replace epoll() with poll() and rename PollLoop to Looper.
by Jeff Brown
· 15 years ago