Searched refs:errorConnectionEventRecorder (Results 1 – 1 of 1) sorted by relevance
448 ConnectionEventRecorder errorConnectionEventRecorder{NO_MEMORY}; in TEST_F() local449 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() local474 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() local498 sp<MockEventThreadConnection> errorConnection = createConnection(errorConnectionEventRecorder); in TEST_F()508 expectVsyncEventReceivedByConnection("errorConnection", errorConnectionEventRecorder, 123, 1u); in TEST_F()[all …]