Searched refs:onFrameBegin (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockVSyncTracker.h | 40 MOCK_METHOD(void, onFrameBegin, (TimePoint, TimePoint), (override));
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VSyncTracker.h | 115 virtual void onFrameBegin(TimePoint expectedPresentTime,
|
D | VSyncPredictor.h | 80 void onFrameBegin(TimePoint expectedPresentTime, TimePoint lastConfirmedPresentTime) final
|
D | VSyncPredictor.cpp | 478 void VSyncPredictor::onFrameBegin(TimePoint expectedPresentTime, in onFrameBegin() function in android::scheduler::VSyncPredictor
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VSyncPredictorTest.cpp | 874 vrrTracker.onFrameBegin(TimePoint::fromNs(2000), TimePoint::fromNs(1500)); in TEST_F() 879 vrrTracker.onFrameBegin(TimePoint::fromNs(3500), TimePoint::fromNs(2500)); in TEST_F() 884 vrrTracker.onFrameBegin(TimePoint::fromNs(7000), TimePoint::fromNs(6500)); in TEST_F() 916 vrrTracker.onFrameBegin(TimePoint::fromNs(3000), TimePoint::fromNs(0)); in TEST_F() 925 vrrTracker.onFrameBegin(TimePoint::fromNs(4500), TimePoint::fromNs(4500)); in TEST_F() 931 vrrTracker.onFrameBegin(TimePoint::fromNs(5500), TimePoint::fromNs(4500)); in TEST_F() 935 vrrTracker.onFrameBegin(TimePoint::fromNs(6500), TimePoint::fromNs(5500)); in TEST_F()
|
D | VSyncDispatchRealtimeTest.cpp | 54 void onFrameBegin(TimePoint, TimePoint) final {} in onFrameBegin() function in android::scheduler::StubTracker
|
D | SchedulerTest.cpp | 610 vrrTracker->onFrameBegin(TimePoint::fromNs(2000), TimePoint::fromNs(1500)); in TEST_F()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2696 mScheduler->getVsyncSchedule()->getTracker().onFrameBegin( in commit()
|