Searched refs:foundSurface (Results 1 – 1 of 1) sorted by relevance
204 bool surfaceCreationFound(const Increment& increment, bool foundSurface);206 bool foundSurface);797 bool SurfaceInterceptorTest::surfaceCreationFound(const Increment& increment, bool foundSurface) { in surfaceCreationFound() argument801 if (isMatch && !foundSurface) { in surfaceCreationFound()802 foundSurface = true; in surfaceCreationFound()803 } else if (isMatch && foundSurface) { in surfaceCreationFound()806 return foundSurface; in surfaceCreationFound()810 const int32_t targetId, bool foundSurface) { in surfaceDeletionFound() argument812 if (isMatch && !foundSurface) { in surfaceDeletionFound()813 foundSurface = true; in surfaceDeletionFound()[all …]