HomeSort by relevance Sort by last modified time
    Searched refs:getAttrForMode (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8084/libexternal/
external.h 73 void getAttrForMode(int& width, int& height, int& fps);
external.cpp 74 getAttrForMode(width, height, fps);
581 getAttrForMode(width, height, fps);
615 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
  /hardware/qcom/display/msm8226/libexternal/
external.h 73 void getAttrForMode(int& width, int& height, int& fps);
external.cpp 74 getAttrForMode(width, height, fps);
581 getAttrForMode(width, height, fps);
635 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
  /hardware/qcom/display/msm8909/libhdmi/
hdmi.h 88 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);
hdmi.cpp 129 getAttrForMode(width, height, fps);
567 getAttrForMode(mXres, mYres, fps);
633 void HDMIDisplay::getAttrForMode(uint32_t& width, uint32_t& height,
  /hardware/qcom/display/msm8960/libexternal/
external.h 73 void getAttrForMode(int& width, int& height, int& fps);
external.cpp 701 getAttrForMode(width, height, fps);
711 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 93 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);
hdmi.cpp 139 getAttrForMode(width, height, fps);
590 getAttrForMode(mXres, mYres, fps);
656 void HDMIDisplay::getAttrForMode(uint32_t& width, uint32_t& height,

Completed in 329 milliseconds