HomeSort by relevance Sort by last modified time
    Searched refs:PermissionCache (Results 1 - 9 of 9) 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...]
Android.mk 34 PermissionCache.cpp \
  /frameworks/native/include/binder/
PermissionCache.h 31 * PermissionCache caches permission checks for a given uid.
41 class PermissionCache : Singleton<PermissionCache> {
66 PermissionCache();
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 19 #include <binder/PermissionCache.h>
31 // don't use PermissionCache; this is not a system permission
40 // don't use PermissionCache; this is not a system permission
56 // don't use PermissionCache; this is not a system permission
72 // OK to use PermissionCache; this is a system permission
73 bool ok = PermissionCache::checkCallingPermission(sDump);
  /frameworks/av/services/medialog/
MediaLogService.cpp 22 #include <binder/PermissionCache.h>
62 PermissionCache::checkCallingPermission(sDump))) {
  /system/core/healthd/
BatteryPropertiesRegistrar.cpp 23 #include <binder/PermissionCache.h>
84 !PermissionCache::checkPermission(
  /frameworks/native/services/surfaceflinger/
Client.cpp 20 #include <binder/PermissionCache.h>
98 if (!PermissionCache::checkCallingPermission(sAccessSurfaceFlinger))
SurfaceFlinger.cpp 35 #include <binder/PermissionCache.h>
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 36 #include <binder/PermissionCache.h>
234 if (!PermissionCache::checkCallingPermission(sDump)) {
    [all...]

Completed in 2081 milliseconds