Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp109 sp<MockEventThreadConnection> mEventThreadConnection; member in android::scheduler::__anon810a6bab0111::SchedulerTest
117 mEventThreadConnection = sp<MockEventThreadConnection>::make(mEventThread); in SchedulerTest()
122 .WillRepeatedly(Return(mEventThreadConnection)); in SchedulerTest()
854 EXPECT_EQ(expectedChoreographerFps, mEventThreadConnection->frameRate); in frameRateTestScenario()