Searched refs:foundSurface (Results 1 – 1 of 1) sorted by relevance
186 bool surfaceCreationFound(const Increment& increment, bool foundSurface);188 bool foundSurface);649 bool SurfaceInterceptorTest::surfaceCreationFound(const Increment& increment, bool foundSurface) { in surfaceCreationFound() argument653 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() argument664 if (isMatch && !foundSurface) { in surfaceDeletionFound()665 foundSurface = true; in surfaceDeletionFound()[all …]