Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp267 struct Invocation { in timerCallback() struct
268 std::shared_ptr<VSyncDispatchTimerQueueEntry> callback; in timerCallback()
269 nsecs_t vsyncTimestamp; in timerCallback()
270 nsecs_t wakeupTimestamp; in timerCallback()
271 nsecs_t deadlineTimestamp; in timerCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
DRepeatWhenAttachedTest.kt263 data class Invocation( dataClass