Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp189 bool displayCreationFound(const Increment& increment, bool foundDisplay);
191 bool foundDisplay);
672 bool SurfaceInterceptorTest::displayCreationFound(const Increment& increment, bool foundDisplay) { in displayCreationFound() argument
675 if (isMatch && !foundDisplay) { in displayCreationFound()
676 foundDisplay = true; in displayCreationFound()
677 } else if (isMatch && foundDisplay) { in displayCreationFound()
680 return foundDisplay; in displayCreationFound()
684 const int32_t targetId, bool foundDisplay) { in displayDeletionFound() argument
686 if (isMatch && !foundDisplay) { in displayDeletionFound()
687 foundDisplay = true; in displayDeletionFound()
[all …]