Home
last modified time | relevance | path

Searched refs:callingThreadHasUnscopedSurfaceFlingerAccess (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.cpp3712 callingThreadHasUnscopedSurfaceFlingerAccess() ? Permission::ACCESS_SURFACE_FLINGER : 0; in setTransactionState()
3897 bool SurfaceFlinger::callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache) { in callingThreadHasUnscopedSurfaceFlingerAccess() function in android::SurfaceFlinger
4383 bool addToRoot = callingThreadHasUnscopedSurfaceFlingerAccess(); in createLayer()
5321 if (!callingThreadHasUnscopedSurfaceFlingerAccess(usePermissionCache)) { in CheckTransactCodeCredentials()