Home
last modified time | relevance | path

Searched defs:addVsyncTimestamp (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchRealtimeTest.cpp40 bool addVsyncTimestamp(nsecs_t) final { return true; } in addVsyncTimestamp() function in android::scheduler::FixedRateIdealStubTracker
66 bool addVsyncTimestamp(nsecs_t) final { return true; } in addVsyncTimestamp() function in android::scheduler::VRRStubTracker
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncPredictor.cpp94 bool VSyncPredictor::addVsyncTimestamp(nsecs_t timestamp) { in addVsyncTimestamp() function in android::scheduler::VSyncPredictor