Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp75 hwc_composer_device_data_t vsync_data; member
395 pdev->vsync_data.procs = procs; in cvd_hwc_register_procs()
416 value[0] = pdev->vsync_data.vsync_period_ns; in cvd_hwc_query()
461 return pdev->vsync_data.vsync_period_ns; in cvd_hwc_attribute()
502 pthread_kill(dev->vsync_data.vsync_thread, SIGTERM); in cvd_hwc_close()
503 pthread_join(dev->vsync_data.vsync_thread, NULL); in cvd_hwc_close()
531 dev->vsync_data.vsync_base_timestamp = int64_t(rt.tv_sec) * 1e9 + rt.tv_nsec; in cvd_hwc_open()
532 dev->vsync_data.vsync_period_ns = 1e9 / screen_view->refresh_rate(); in cvd_hwc_open()
550 dev->vsync_data.vsync_base_timestamp, std::move(screen_view)); in cvd_hwc_open()
560 int ret = pthread_create(&dev->vsync_data.vsync_thread, NULL, in cvd_hwc_open()
[all …]