replicant-frameworks_native/services
Mathias Agopian 1cb13461a8 PermissionCache caches permission checks
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
2012-06-27 17:07:55 -07:00
..
powermanager Move services/powermanager from frameworks/base to frameworks/native 2012-03-28 13:58:23 -07:00
sensorservice PermissionCache caches permission checks 2012-06-27 17:07:55 -07:00
surfaceflinger Transfer HWC release fences to BufferQueue 2012-06-21 22:21:12 -07:00