Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp204 bool surfaceCreationFound(const Increment& increment, bool foundSurface);
206 bool foundSurface);
797 bool SurfaceInterceptorTest::surfaceCreationFound(const Increment& increment, bool foundSurface) { in surfaceCreationFound() argument
801 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() argument
812 if (isMatch && !foundSurface) { in surfaceDeletionFound()
813 foundSurface = true; in surfaceDeletionFound()
[all …]