Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libdisplay/
H A Dvsync_service.cpp14 int64_t vsync_timestamp = 0; in onTransact() local
35 virtual status_t onVsync(int64_t vsync_timestamp) { in onVsync()
/aosp12/hardware/google/camera/common/sensor_listener/tests/
H A Dgoog_sensor_sync_test.cc221 int64_t vsync_timestamp = in TestSyncTimestamp() local
237 int64_t vsync_timestamp = in TestMatchTimestamp() local
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncReactor.cpp143 bool VSyncReactor::periodConfirmed(nsecs_t vsync_timestamp, std::optional<nsecs_t> HwcVsyncPeriod) { in periodConfirmed()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp830 int64_t vsync_timestamp = 0; in PostThread() local
1089 void HardwareComposer::VsyncService::OnVsync(int64_t vsync_timestamp) { in OnVsync()
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp973 status_t VrHwc::VsyncCallback::onVsync(int64_t vsync_timestamp) { in onVsync()