Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DMessageQueueTest.cpp54 MOCK_METHOD(TimePoint, getExpectedVsyncTime, (), (const override));
199 EXPECT_CALL(*mEventQueue.mHandler, getExpectedVsyncTime()).WillRepeatedly(Return(timePoint)); in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.h97 virtual TimePoint getExpectedVsyncTime() const { return mExpectedVsyncTime.load(); } in getExpectedVsyncTime() function
DMessageQueue.cpp203 return scheduler::ScheduleResult{TimePoint::now(), mHandler->getExpectedVsyncTime()}; in getScheduledFrameResult()