HomeSort by relevance Sort by last modified time
    Searched defs:PermissionCache (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
PermissionCache.cpp 17 #define LOG_TAG "PermissionCache"
23 #include <binder/PermissionCache.h>
30 ANDROID_SINGLETON_STATIC_INSTANCE(PermissionCache) ;
34 PermissionCache::PermissionCache() {
37 status_t PermissionCache::check(bool* granted,
51 void PermissionCache::cache(const String16& permission,
72 void PermissionCache::purge() {
77 bool PermissionCache::checkCallingPermission(const String16& permission) {
78 return PermissionCache::checkCallingPermission(permission, NULL, NULL)
    [all...]
  /frameworks/native/libs/binder/include/binder/
PermissionCache.h 31 * PermissionCache caches permission checks for a given uid.
41 class PermissionCache : Singleton<PermissionCache> {
66 PermissionCache();

Completed in 91 milliseconds