Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp180 bool layerUpdateFound(const SurfaceChange& change, bool foundLayer);
529 bool SurfaceInterceptorTest::layerUpdateFound(const SurfaceChange& change, bool foundLayer) { in layerUpdateFound() argument
531 if (hasLayer && !foundLayer) { in layerUpdateFound()
532 foundLayer = true; in layerUpdateFound()
533 } else if (hasLayer && foundLayer) { in layerUpdateFound()
536 return foundLayer; in layerUpdateFound()