Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp655 bool foundTrustedOverlay) { in trustedOverlayUpdateFound() argument
657 if (hasTrustedOverlay && !foundTrustedOverlay) { in trustedOverlayUpdateFound()
658 foundTrustedOverlay = true; in trustedOverlayUpdateFound()
659 } else if (hasTrustedOverlay && foundTrustedOverlay) { in trustedOverlayUpdateFound()
662 return foundTrustedOverlay; in trustedOverlayUpdateFound()