Home
last modified time | relevance | path

Searched refs:usePermissionCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h542 static bool callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache = true)
1700 status_t checkAccessPermission(bool usePermissionCache = kUsePermissionCache);
DSurfaceFlinger.cpp5476 bool SurfaceFlinger::callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache) { in callingThreadHasUnscopedSurfaceFlingerAccess() argument
5481 (usePermissionCache ? !PermissionCache::checkPermission(sAccessSurfaceFlinger, pid, uid) in callingThreadHasUnscopedSurfaceFlingerAccess()
7046 bool usePermissionCache = code != OVERRIDE_HDR_TYPES; in CheckTransactCodeCredentials() local
7047 if (!callingThreadHasUnscopedSurfaceFlingerAccess(usePermissionCache)) { in CheckTransactCodeCredentials()
10494 status_t SurfaceComposerAIDL::checkAccessPermission(bool usePermissionCache) { in checkAccessPermission() argument
10495 if (!mFlinger->callingThreadHasUnscopedSurfaceFlingerAccess(usePermissionCache)) { in checkAccessPermission()