Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h246 int getActiveModeIndex() { return mCurModeIndex; } in getActiveModeIndex()
260 int32_t mCurModeIndex = 0; variable
Dhwc_utils.cpp2879 mCurModeIndex = getIndexForMode(mCurMode); in init()
2881 mCurMode, mCurModeIndex, mNumModes); in init()
2892 mCurModeIndex = getIndexForMode(fnGetCurrentMode(HWC_DISPLAY_PRIMARY)); in applyDefaultMode()
2923 mCurModeIndex = index; in applyModeByIndex()