Searched refs:getAttrForMode (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8084/libexternal/ |
D | external.h | 73 void getAttrForMode(int& width, int& height, int& fps);
|
D | external.cpp | 74 getAttrForMode(width, height, fps); in getAttributes() 581 getAttrForMode(width, height, fps); in setAttributes() 615 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { in getAttrForMode() function in qhwc::ExternalDisplay
|
/hardware/qcom/display/msm8226/libexternal/ |
D | external.h | 73 void getAttrForMode(int& width, int& height, int& fps);
|
D | external.cpp | 74 getAttrForMode(width, height, fps); in getAttributes() 581 getAttrForMode(width, height, fps); in setAttributes() 635 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { in getAttrForMode() function in qhwc::ExternalDisplay
|
/hardware/qcom/display/msm8960/libexternal/ |
D | external.h | 73 void getAttrForMode(int& width, int& height, int& fps);
|
D | external.cpp | 701 getAttrForMode(width, height, fps); in setDpyHdmiAttr() 711 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) { in getAttrForMode() function in qhwc::ExternalDisplay
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.h | 93 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);
|
D | hdmi.cpp | 139 getAttrForMode(width, height, fps); in getAttributes() 590 getAttrForMode(mXres, mYres, fps); in setAttributes() 656 void HDMIDisplay::getAttrForMode(uint32_t& width, uint32_t& height, in getAttrForMode() function in qhwc::HDMIDisplay
|