Searched refs:mModeCount (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.cpp | 151 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0), in HDMIDisplay() 231 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount); in getModeCount() 232 return mModeCount; in getModeCount() 382 mModeCount = parseResolution(edidStr); in readResolution() 384 mModeCount); in readResolution() 417 mModeCount = 0; in resetInfo() 460 for(int i = 0; i < mModeCount; i++) { in getBestConfig() 475 mModeCount = 1; in getBestConfig() 484 for (int i = 0; i < mModeCount; i++) { in isValidMode() 722 if(newConfig < 0 || newConfig > mModeCount) { in setActiveConfig() [all …]
|
D | hdmi.h | 109 int mModeCount; variable
|
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 86 mCurrentMode(-1), mModeCount(0), in ExternalDisplay() 162 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount); in getModeCount() 163 return mModeCount; in getModeCount() 167 for(int i = 0;i < mModeCount;i++) { in getEDIDModes() 333 mModeCount = parseResolution(edidStr, mEDIDModes); in readResolution() 335 mModeCount); in readResolution() 370 mModeCount = 0; in resetInfo() 454 for(int i = 0; i < mModeCount; i++) { in getBestMode() 468 for (int i = 0; i < mModeCount; i++) { in isValidMode()
|
D | external.h | 79 int mModeCount; variable
|
/hardware/qcom/display/msm8960/libexternal/ |
D | external.cpp | 170 mCurrentMode(-1), mConnected(0), mConnectedFbNum(0), mModeCount(0), in ExternalDisplay() 213 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount); in getModeCount() 215 return mModeCount; in getModeCount() 220 for(int i = 0;i < mModeCount;i++) { in getEDIDModes() 434 mModeCount = parseResolution(mEDIDs, mEDIDModes); in readResolution() 436 mModeCount); in readResolution() 475 mModeCount = 0; in resetInfo() 546 for(int i = 0; i < mModeCount; i++) { in getBestMode() 560 for (int i = 0; i < mModeCount; i++) { in isValidMode()
|
D | external.h | 89 int mModeCount; variable
|
/hardware/qcom/display/msm8226/libexternal/ |
D | external.cpp | 86 mCurrentMode(-1), mModeCount(0), in ExternalDisplay() 162 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount); in getModeCount() 163 return mModeCount; in getModeCount() 167 for(int i = 0;i < mModeCount;i++) { in getEDIDModes() 333 mModeCount = parseResolution(edidStr, mEDIDModes); in readResolution() 335 mModeCount); in readResolution() 370 mModeCount = 0; in resetInfo() 454 for(int i = 0; i < mModeCount; i++) { in getBestMode() 468 for (int i = 0; i < mModeCount; i++) { in isValidMode()
|
D | external.h | 79 int mModeCount; variable
|