Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.h46 int64_t present_time_offset_from_vsync_ns(int64_t defaultValue);
DSurfaceFlingerProperties.cpp96 int64_t present_time_offset_from_vsync_ns(int64_t defaultValue) { in present_time_offset_from_vsync_ns() function
97 auto temp = SurfaceFlingerProperties::present_time_offset_from_vsync_ns(); in present_time_offset_from_vsync_ns()
DSurfaceFlinger.cpp288 dispSyncPresentTimeOffset = present_time_offset_from_vsync_ns(0); in SurfaceFlinger()
/frameworks/native/services/surfaceflinger/sysprop/api/
Dsystem-current.txt17 method public static java.util.Optional<java.lang.Long> present_time_offset_from_vsync_ns();
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop118 api_name: "present_time_offset_from_vsync_ns"
122 prop_name: "ro.surface_flinger.present_time_offset_from_vsync_ns"
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp63 mDispSyncPresentTimeOffset(present_time_offset_from_vsync_ns(0)), in Scheduler()