Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp206 bool displayCreationFound(const Increment& increment, bool foundDisplay);
208 bool foundDisplay);
780 if (isMatch && !foundDisplay) { in displayCreationFound()
781 foundDisplay = true; in displayCreationFound()
782 } else if (isMatch && foundDisplay) { in displayCreationFound()
785 return foundDisplay; in displayCreationFound()
789 const int32_t targetId, bool foundDisplay) { in displayDeletionFound() argument
791 if (isMatch && !foundDisplay) { in displayDeletionFound()
792 foundDisplay = true; in displayDeletionFound()
793 } else if (isMatch && foundDisplay) { in displayDeletionFound()
[all …]