Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h604 bool callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache = true)
H A DSurfaceFlinger.cpp3897 bool SurfaceFlinger::callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache) { in callingThreadHasUnscopedSurfaceFlingerAccess() argument
3902 (usePermissionCache ? !PermissionCache::checkPermission(sAccessSurfaceFlinger, pid, uid) in callingThreadHasUnscopedSurfaceFlingerAccess()
5319 bool usePermissionCache = in CheckTransactCodeCredentials() local
5321 if (!callingThreadHasUnscopedSurfaceFlingerAccess(usePermissionCache)) { in CheckTransactCodeCredentials()