Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerTest.cpp115 sp<MockEventThreadConnection> mEventThreadConnection; member in android::scheduler::__anon5086c9210111::SchedulerTest
123 mEventThreadConnection = sp<MockEventThreadConnection>::make(mEventThread); in SchedulerTest()
128 .WillRepeatedly(Return(mEventThreadConnection)); in SchedulerTest()
910 EXPECT_EQ(expectedChoreographerFps, mEventThreadConnection->frameRate); in frameRateTestScenario()