Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DWindowInfosListener_test.cpp45 bool waitForWindowInfosPredicate(const WindowInfosPredicate& predicate) { in waitForWindowInfosPredicate() function in android::WindowInfosListenerTest
46 return mWindowInfosListenerUtils.waitForWindowInfosPredicate(std::move(predicate)); in waitForWindowInfosPredicate()
70 ASSERT_TRUE(waitForWindowInfosPredicate(windowPresent)); in TEST_F()
77 ASSERT_TRUE(waitForWindowInfosPredicate(windowNotPresent)); in TEST_F()
105 ASSERT_TRUE(waitForWindowInfosPredicate(windowIsPresentAndTouchableRegionEmpty)); in TEST_F()
121 ASSERT_TRUE(waitForWindowInfosPredicate(windowIsPresentAndTouchableRegionMatches)); in TEST_F()
H A DCredentials_test.cpp381 windowInfosListenerUtils.waitForWindowInfosPredicate(windowIsPresentAndNotTrusted)); in TEST_F()
398 windowInfosListenerUtils.waitForWindowInfosPredicate(windowIsPresentAndTrusted)); in TEST_F()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/utils/
H A DWindowInfosListenerUtils.h36 bool waitForWindowInfosPredicate(const WindowInfosPredicate& predicate) { in waitForWindowInfosPredicate() function