Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp57 std::optional<nsecs_t> VSyncDispatchTimerQueueEntry::targetVsync() const { in targetVsync() function in android::scheduler::VSyncDispatchTimerQueueEntry
207 std::optional<nsecs_t> targetVsync; in rearmTimerSkippingUpdateFor() local
222 targetVsync = callback->targetVsync(); in rearmTimerSkippingUpdateFor()
227 if (targetVsync && nextWakeupName) { in rearmTimerSkippingUpdateFor()
228 mTraceBuffer.note(*nextWakeupName, *min - now, *targetVsync - now); in rearmTimerSkippingUpdateFor()
DVSyncDispatchTimerQueue.h59 std::optional<nsecs_t> targetVsync() const;