Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp203 bool surfaceCreationFound(const Increment& increment, bool foundSurface);
205 bool foundSurface);
758 if (isMatch && !foundSurface) { in surfaceCreationFound()
759 foundSurface = true; in surfaceCreationFound()
760 } else if (isMatch && foundSurface) { in surfaceCreationFound()
763 return foundSurface; in surfaceCreationFound()
767 const int32_t targetId, bool foundSurface) { in surfaceDeletionFound() argument
769 if (isMatch && !foundSurface) { in surfaceDeletionFound()
770 foundSurface = true; in surfaceDeletionFound()
771 } else if (isMatch && foundSurface) { in surfaceDeletionFound()
[all …]