Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncDispatchTimerQueue.cpp76 std::optional<nsecs_t> VSyncDispatchTimerQueueEntry::targetVsync() const { in targetVsync() function in android::scheduler::VSyncDispatchTimerQueueEntry
238 std::optional<nsecs_t> targetVsync; in rearmTimerSkippingUpdateFor() local
253 targetVsync = callback->targetVsync(); in rearmTimerSkippingUpdateFor()
258 if (targetVsync && nextWakeupName) { in rearmTimerSkippingUpdateFor()
259 mTraceBuffer.note(*nextWakeupName, *min - now, *targetVsync - now); in rearmTimerSkippingUpdateFor()
H A DVSyncDispatchTimerQueue.h61 std::optional<nsecs_t> targetVsync() const;