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/libs/vr/libvrflinger/
Dhardware_composer.cpp849 int64_t vsync_timestamp = 0; in PostThread() local
1114 void HardwareComposer::VsyncService::OnVsync(int64_t vsync_timestamp) { in OnVsync()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp1014 status_t VrHwc::VsyncCallback::onVsync(int64_t vsync_timestamp) { in onVsync()