summaryrefslogtreecommitdiffstats
path: root/libutils/Looper.cpp
Commit message (Expand)AuthorAgeFilesLines
* libutils: more detailed logging.Elliott Hughes2019-04-011-4/+4
* use epoll_create1Nick Kralevich2018-12-171-4/+1
* libutils: switch Looper's fds to unique_fd.Josh Gao2018-07-181-27/+25
* [libutils] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-161-13/+13
* clean-up libutils includesMathias Agopian2017-03-031-10/+1
* resolve merge conflicts of a45b1d6f3 to masterMark Salyzyn2017-01-111-1/+1
|\
| * liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-1/+1
* | system/core Replace cutils/log.h with android/log.h am: 66ce3e08c5 am: eb189f...Mark Salyzyn2016-10-011-5/+4
|\|
| * system/core Replace cutils/log.h with android/log.hMark Salyzyn2016-09-301-5/+4
* | Merge "Fix warnings in libutils headers" am: 65a1633ec3 am: 0f79b62bf6 am: 14...Colin Cross2016-09-231-0/+4
|\|
| * Fix warnings in libutils headersColin Cross2016-09-221-0/+4
* | Make wake() error fatalJohn Reck2016-08-231-1/+3
|/
* more O_CLOEXECNick Kralevich2015-12-181-1/+1
* resolved conflicts for merge of b40ebc54 to mnc-dev-plus-aospElliott Hughes2015-06-301-17/+20
|\
| * Consistently use strerror in libutils.Elliott Hughes2015-06-301-14/+16
* | Work around spurious epoll notifications.Jeff Brown2015-05-291-0/+5
* | Use eventfd instead of pipe in Looper.Tim Kilbourn2015-03-271-32/+14
* | Fix issues related to removing Looper callbacks after close.Jeff Brown2015-03-121-32/+94
* | Fixed subtle bugs related to file descriptor recycling.Jeff Brown2015-03-111-11/+66
* | Rename Looper::isIdling() to isPolling() to resolve confusion.Jeff Brown2015-03-111-5/+5
|/
* Make libutils Looper independent of frameworks/nativeBrian Carlstrom2013-12-181-20/+20
* move libs/utils to libutilsAlex Ray2013-08-021-0/+573