Searched refs:v_refresh (Results 1 – 4 of 4) sorted by relevance
99 if (conn && conn->active_mode().v_refresh() != 0.0f) in SyntheticWaitVBlank()100 refresh = conn->active_mode().v_refresh(); in SyntheticWaitVBlank()103 conn ? conn->active_mode().v_refresh() : 0.0f); in SyntheticWaitVBlank()
51 float v_refresh() const;
121 float DrmMode::v_refresh() const { in v_refresh() function in android::DrmMode
423 *value = 1000 * 1000 * 1000 / mode->v_refresh(); in GetDisplayAttribute()509 m.v_refresh() == mode.v_refresh(); in GetDisplayConfigs()