Searched refs:usePermissionCache (Results 1 – 2 of 2) sorted by relevance
542 static bool callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache = true)1700 status_t checkAccessPermission(bool usePermissionCache = kUsePermissionCache);
5476 bool SurfaceFlinger::callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache) { in callingThreadHasUnscopedSurfaceFlingerAccess() argument5481 (usePermissionCache ? !PermissionCache::checkPermission(sAccessSurfaceFlinger, pid, uid) in callingThreadHasUnscopedSurfaceFlingerAccess()7046 bool usePermissionCache = code != OVERRIDE_HDR_TYPES; in CheckTransactCodeCredentials() local7047 if (!callingThreadHasUnscopedSurfaceFlingerAccess(usePermissionCache)) { in CheckTransactCodeCredentials()10494 status_t SurfaceComposerAIDL::checkAccessPermission(bool usePermissionCache) { in checkAccessPermission() argument10495 if (!mFlinger->callingThreadHasUnscopedSurfaceFlingerAccess(usePermissionCache)) { in checkAccessPermission()