Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h239 const int32_t* getModeList() { return mModeList; } in getModeList()
258 int32_t mModeList[MAX_NUM_COLOR_MODES]; variable
Dhwc_utils.cpp2878 fnGetModeList(mModeList, &mCurMode, HWC_DISPLAY_PRIMARY); in init()
2939 return mModeList[index]; in getModeForIndex()
2946 if(mModeList) { in getIndexForMode()
2948 if(mModeList[i] == mode) in getIndexForMode()