HomeSort by relevance Sort by last modified time
    Searched defs:vsync_period_ns (Results 1 - 2 of 2) sorted by null

  /device/google/cuttlefish_common/guest/hals/hwcomposer/common/
hwcomposer.h 25 int32_t vsync_period_ns; member in struct:cvd::hwc_composer_device_data_t
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
hwcomposer.cpp 84 int32_t vsync_period_ns; member in struct:__anon2826::vsoc_hwc_device
107 timestamp += pdev->vsync_period_ns -
108 (timestamp - base_timestamp) % pdev->vsync_period_ns;
216 *value = pdev->vsync_period_ns;
313 dev->vsync_period_ns = 1000000000 / refreshRate;

Completed in 198 milliseconds