Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp169 bool layerUpdateFound(const SurfaceChange& change, bool foundLayer);
454 bool SurfaceInterceptorTest::layerUpdateFound(const SurfaceChange& change, bool foundLayer) { in layerUpdateFound() argument
456 if (hasLayer && !foundLayer) { in layerUpdateFound()
457 foundLayer = true; in layerUpdateFound()
458 } else if (hasLayer && foundLayer) { in layerUpdateFound()
461 return foundLayer; in layerUpdateFound()