summaryrefslogtreecommitdiff
path: root/native/android/looper.cpp
AgeCommit message (Expand)Author
2013-12-18Track Looper decoupling from ALooperBrian Carlstrom
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-01-10Flush Binder commands in ndk looper.Jeff Brown
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown
2010-09-07Modify native ALooper to take an explicit ident.Dianne Hackborn
2010-07-08Add new glue code for writing native apps.Dianne Hackborn
2010-07-02Add new native Looper API.Dianne Hackborn