Searched refs:foundDisplay (Results 1 – 1 of 1) sorted by relevance
207 bool displayCreationFound(const Increment& increment, bool foundDisplay);209 bool foundDisplay);820 bool SurfaceInterceptorTest::displayCreationFound(const Increment& increment, bool foundDisplay) { in displayCreationFound() argument823 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() argument834 if (isMatch && !foundDisplay) { in displayDeletionFound()835 foundDisplay = true; in displayDeletionFound()[all …]