Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp207 bool displayCreationFound(const Increment& increment, bool foundDisplay);
209 bool foundDisplay);
820 bool SurfaceInterceptorTest::displayCreationFound(const Increment& increment, bool foundDisplay) { in displayCreationFound() argument
823 if (isMatch && !foundDisplay) { in displayCreationFound()
824 foundDisplay = true; in displayCreationFound()
825 } else if (isMatch && foundDisplay) { in displayCreationFound()
828 return foundDisplay; in displayCreationFound()
832 const int32_t targetId, bool foundDisplay) { in displayDeletionFound() argument
834 if (isMatch && !foundDisplay) { in displayDeletionFound()
835 foundDisplay = true; in displayDeletionFound()
[all …]