summaryrefslogtreecommitdiffstats
path: root/libs/binder/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* PermissionCache caches permission checksMathias Agopian2011-06-271-1/+1
| | | | | | | | | | | | | This is intended to absorb the cost of the IPC to the permission controller. Cached permission checks cost about 3us, while full blown ones are two orders of magnitude slower. CAVEAT: PermissionCache can only handle system permissions safely for now, because the cache is not purged upon global permission changes. Change-Id: I8b8a5e71e191e3c01e8f792f253c379190eee62e
* Move CursorWindow class from core/jni to libbinderMike Lockwood2010-05-281-0/+1
| | | | | | | To allow use of the native CursorWindow class outside of the core framework jni Change-Id: I72e8dcb91a2c691130c33cdfd9a25d343da1c592 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Make static versions of libutils and libbinder.Dan Egnor2010-05-061-24/+25
| | | | | | | | | | Fix some small static-initialization-order issues (and a static- initializers-missing issue) that result from doing so. The static libraries don't actually get used for anything real at the moment -- they're used for perf tests of bug 2660235. Bug: 2660235 Change-Id: Iee2f38f79cc93b395e8d0a5a144ed92461f5ada0
* new Permission class used to improve permission checks speed (by caching ↵Mathias Agopian2009-06-151-0/+1
| | | | results)
* checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-0/+44