Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp201 bool displayCreationFound(const Increment& increment, bool foundDisplay);
202 bool displayDeletionFound(const Increment& increment, bool foundDisplay);
662 bool SurfaceInterceptorTest::displayCreationFound(const Increment& increment, bool foundDisplay) { in displayCreationFound() argument
665 if (isMatch && !foundDisplay) { in displayCreationFound()
666 foundDisplay = true; in displayCreationFound()
668 else if (isMatch && foundDisplay) { in displayCreationFound()
671 return foundDisplay; in displayCreationFound()
674 bool SurfaceInterceptorTest::displayDeletionFound(const Increment& increment, bool foundDisplay) { in displayDeletionFound() argument
676 if (isMatch && !foundDisplay) { in displayDeletionFound()
677 foundDisplay = true; in displayDeletionFound()
[all …]