Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp346 ConnectionEventRecorder firstConnectionEventRecorder{0}; in TEST_F() local
347 sp<MockEventThreadConnection> firstConnection = createConnection(firstConnectionEventRecorder); in TEST_F()
368 EXPECT_FALSE(firstConnectionEventRecorder.waitForUnexpectedCall().has_value()); in TEST_F()