Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h253 int (*fnApplyModeById)(int /*modeID*/, int /*dispID*/); variable
Dhwc_utils.cpp2860 *(void **)& fnApplyModeById = dlsym(mModeHandle, "applyModeById"); in init()
2901 if(fnApplyModeById) { in applyModeByID()
2902 int ret = fnApplyModeById(modeID, HWC_DISPLAY_PRIMARY); in applyModeByID()