summaryrefslogtreecommitdiff
path: root/libs/binder/MemoryHeapBase.cpp
AgeCommit message (Expand)Author
2023-08-11File size seal for memory mapped region Keith Mok
2023-05-18Fix -Wnullable-to-nonnull-conversion error zijunzhao
2022-05-24Update MemoryHeapBase to avoid abort Atneya Nair
2022-03-14Add explicit memfd support to MemoryHeapBase Atneya Nair
2020-10-26MemoryHeapBase: Map as read-only when needed Ytai Ben-Tsvi
2019-09-27Remove extraneous semicolon. Steven Moreland
2018-10-24Fix binder memory handling for 64 bit devices Andy Hung
2018-06-07[binder] Replace NULL/0 with nullptr Yi Kong
2017-01-12Replace cutils/log.h and rationalize log/log.h and android/log.h Mark Salyzyn
2017-01-12resolve merge conflicts of a2c2d11f9 to master Mark Salyzyn
2017-01-11Replace cutils/log.h and rationalize log/log.h and android/log.h Mark Salyzyn
2016-12-28resolve merge conflicts of 525a5f2 to master Mark Salyzyn
2016-12-22Replace cutils/log.h and rationalize log/log.h and android/log.h Mark Salyzyn
2016-12-17libbinder: replace dup() with fcntl(F_DUPFD_CLOEXEC) Nick Kralevich
2013-11-21Remove references to obsolete pmem functionality. Elliott Hughes
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-06-27MemoryHeapBase: Save and binderize the offset Anu Sundararajan
2011-02-16Clean up use of HAVE_ANDROID_OS Kenny Root
2009-10-30libbinder: add a NO_CACHING flag to MemoryHeapBase Iliyan Malchev
2009-08-20Add offset handling in MemoryHeapBase class Benny Wong
2009-05-20move libbinder's header files under includes/binder Mathias Agopian
2009-05-20checkpoint: split libutils into libutils + libbinder Mathias Agopian