Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h542 static bool callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache = true)
DSurfaceFlinger.cpp5476 bool SurfaceFlinger::callingThreadHasUnscopedSurfaceFlingerAccess(bool usePermissionCache) { in callingThreadHasUnscopedSurfaceFlingerAccess() function in android::SurfaceFlinger
6077 args.addToRoot = args.addToRoot && callingThreadHasUnscopedSurfaceFlingerAccess(); in createLayer()
7047 if (!callingThreadHasUnscopedSurfaceFlingerAccess(usePermissionCache)) { in CheckTransactCodeCredentials()
10495 if (!mFlinger->callingThreadHasUnscopedSurfaceFlingerAccess(usePermissionCache)) { in checkAccessPermission()