Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.cpp355 struct Invocation { in timerCallback() struct
356 std::shared_ptr<VSyncDispatchTimerQueueEntry> callback; in timerCallback()
357 nsecs_t vsyncTimestamp; in timerCallback()
358 nsecs_t wakeupTimestamp; in timerCallback()
359 nsecs_t deadlineTimestamp; in timerCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
DRepeatWhenAttachedTest.kt490 data class Invocation(val lifecycleOwner: LifecycleOwner) { dataClass