Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp185 bool blurRegionsUpdateFound(const SurfaceChange& change, bool foundBlurRegions);
518 bool foundBlurRegions) { in blurRegionsUpdateFound() argument
520 if (hasBlurRegions && !foundBlurRegions) { in blurRegionsUpdateFound()
521 foundBlurRegions = true; in blurRegionsUpdateFound()
522 } else if (hasBlurRegions && foundBlurRegions) { in blurRegionsUpdateFound()
525 return foundBlurRegions; in blurRegionsUpdateFound()