Home
last modified time | relevance | path

Searched defs:vsync_timestamp (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libdisplay/
Dvsync_service.cpp14 int64_t vsync_timestamp = 0; in onTransact() local
35 virtual status_t onVsync(int64_t vsync_timestamp) { in onVsync()
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.cpp144 bool VSyncReactor::periodConfirmed(nsecs_t vsync_timestamp, std::optional<nsecs_t> HwcVsyncPeriod) { in periodConfirmed()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp973 status_t VrHwc::VsyncCallback::onVsync(int64_t vsync_timestamp) { in onVsync()