Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp40 bool addVsyncTimestamp(nsecs_t) final { return true; } in addVsyncTimestamp() function in android::scheduler::FixedRateIdealStubTracker
64 bool addVsyncTimestamp(nsecs_t) final { return true; } in addVsyncTimestamp() function in android::scheduler::VRRStubTracker
DVSyncReactorTest.cpp51 bool addVsyncTimestamp(nsecs_t timestamp) final { in addVsyncTimestamp() function in android::scheduler::VSyncTrackerWrapper
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp76 bool VSyncPredictor::addVsyncTimestamp(nsecs_t timestamp) { in addVsyncTimestamp() function in android::scheduler::VSyncPredictor