Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Dvsyncworker.cpp115 if (conn && conn->active_mode().v_refresh() != 0.0f) { in SyntheticWaitVBlank()
116 refresh = conn->active_mode().v_refresh(); in SyntheticWaitVBlank()
119 conn ? conn->active_mode().v_refresh() : 0.0f); in SyntheticWaitVBlank()
Ddrmmode.cpp124 float DrmMode::v_refresh() const { in v_refresh() function in android::DrmMode
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmmode.h50 float v_refresh() const;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h306 float getDesiredRefreshRate() { return mDesiredModeState.mode.v_refresh(); } in getDesiredRefreshRate()