Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp448 ConnectionEventRecorder errorConnectionEventRecorder{NO_MEMORY}; in TEST_F() local
449 sp<MockEventThreadConnection> errorConnection = createConnection(errorConnectionEventRecorder); in TEST_F()
459 expectVsyncEventReceivedByConnection("errorConnection", errorConnectionEventRecorder, 123, 1u); in TEST_F()
465 EXPECT_FALSE(errorConnectionEventRecorder.waitForUnexpectedCall().has_value()); in TEST_F()
473 ConnectionEventRecorder errorConnectionEventRecorder{NO_MEMORY}; in TEST_F() local
474 sp<MockEventThreadConnection> errorConnection = createConnection(errorConnectionEventRecorder); in TEST_F()
490 expectVsyncEventReceivedByConnection("errorConnection", errorConnectionEventRecorder, 123, 1u); in TEST_F()
497 ConnectionEventRecorder errorConnectionEventRecorder{WOULD_BLOCK}; in TEST_F() local
498 sp<MockEventThreadConnection> errorConnection = createConnection(errorConnectionEventRecorder); in TEST_F()
508 expectVsyncEventReceivedByConnection("errorConnection", errorConnectionEventRecorder, 123, 1u); in TEST_F()
[all …]