summaryrefslogtreecommitdiffstats
path: root/native/android/looper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Track Looper decoupling from ALooperBrian Carlstrom2013-12-181-7/+15
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Flush Binder commands in ndk looper.Jeff Brown2011-01-101-1/+5
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-42/+33
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-2/+2
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-6/+25
* Add new native Looper API.Dianne Hackborn2010-07-021-0/+63