Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/device_config/
Ddevice_config.h73 int32_t screen_refresh_rate() { return data_.screen.refresh_rate; } in screen_refresh_rate() function
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
Dvsocket_screen_view.cpp58 refresh_rate_ = device_config->screen_refresh_rate(); in GetScreenParameters()