Home
last modified time | relevance | path

Searched refs:getAttrForConfig (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h73 int getAttrForConfig(int config, uint32_t& xres,
Dhdmi.cpp746 getAttrForConfig(newConfig, width, height, refresh); in isValidConfigChange()
761 int HDMIDisplay::getAttrForConfig(int config, uint32_t& xres, in getAttrForConfig() function in qhwc::HDMIDisplay
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp845 ret = ctx->mHDMIDisplay->getAttrForConfig(config, xres, yres, refresh); in hwc_getDisplayAttributes()