Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerTest.cpp83 sp<MockEventThreadConnection> mEventThreadConnection; member in android::__anon8feee2170110::SchedulerTest
93 mEventThreadConnection = new MockEventThreadConnection(mEventThread); in SchedulerTest()
98 .WillRepeatedly(Return(mEventThreadConnection)); in SchedulerTest()
139 ASSERT_EQ(mEventThreadConnection, connection); in TEST_F()