Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp188 bool layerUpdateFound(const SurfaceChange& change, bool foundLayer);
414 bool SurfaceInterceptorTest::layerUpdateFound(const SurfaceChange& change, bool foundLayer) { in layerUpdateFound() argument
416 if (hasLayer && !foundLayer) { in layerUpdateFound()
417 foundLayer = true; in layerUpdateFound()
419 else if (hasLayer && foundLayer) { in layerUpdateFound()
422 return foundLayer; in layerUpdateFound()