Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp208 std::optional<std::string_view> nextWakeupName; in rearmTimerSkippingUpdateFor() local
220 nextWakeupName = callback->name(); in rearmTimerSkippingUpdateFor()
227 if (targetVsync && nextWakeupName) { in rearmTimerSkippingUpdateFor()
228 mTraceBuffer.note(*nextWakeupName, *min - now, *targetVsync - now); in rearmTimerSkippingUpdateFor()