Home
last modified time | relevance | path

Searched refs:mModeCount (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp151 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 …]
Dhdmi.h109 int mModeCount; variable
/hardware/qcom/display/msm8084/libexternal/
Dexternal.cpp86 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()
Dexternal.h79 int mModeCount; variable
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp170 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()
Dexternal.h89 int mModeCount; variable
/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp86 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()
Dexternal.h79 int mModeCount; variable
/hardware/qcom/display/msm8909/libhdmi/
Dhdmi.cpp141 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0), in HDMIDisplay()
219 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount); in getModeCount()
220 return mModeCount; in getModeCount()
370 mModeCount = parseResolution(edidStr); in readResolution()
372 mModeCount); in readResolution()
405 mModeCount = 0; in resetInfo()
447 for(int i = 0; i < mModeCount; i++) { in getBestMode()
461 for (int i = 0; i < mModeCount; i++) { in isValidMode()
Dhdmi_stub.cpp35 HDMIDisplay::HDMIDisplay() : mFd(-1), mCurrentMode(-1), mModeCount(0), in HDMIDisplay()
Dhdmi.h95 int mModeCount; variable