Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp186 bool surfaceCreationFound(const Increment& increment, bool foundSurface);
188 bool foundSurface);
649 bool SurfaceInterceptorTest::surfaceCreationFound(const Increment& increment, bool foundSurface) { in surfaceCreationFound() argument
653 if (isMatch && !foundSurface) { in surfaceCreationFound()
654 foundSurface = true; in surfaceCreationFound()
655 } else if (isMatch && foundSurface) { in surfaceCreationFound()
658 return foundSurface; in surfaceCreationFound()
662 const int32_t targetId, bool foundSurface) { in surfaceDeletionFound() argument
664 if (isMatch && !foundSurface) { in surfaceDeletionFound()
665 foundSurface = true; in surfaceDeletionFound()
[all …]