Home
last modified time | relevance | path

Searched defs:vsyncDeadline (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/tests/
DCompositorTiming_test.cpp31 const nsecs_t vsyncDeadline = systemTime(); in TEST() local
46 const nsecs_t vsyncDeadline = compositeTime + presentLatency + kVsyncPeriod; in TEST() local
/frameworks/native/libs/gui/
DCompositorTiming.cpp25 CompositorTiming::CompositorTiming(nsecs_t vsyncDeadline, nsecs_t vsyncPeriod, nsecs_t vsyncPhase, in CompositorTiming()
/frameworks/native/services/surfaceflinger/Scheduler/tests/
DFrameTargeterTest.cpp39 const TimePoint vsyncDeadline; member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3159 const TimePoint vsyncDeadline = schedule->vsyncDeadlineAfter(presentTime); in onCompositionPresented() local