Home
last modified time | relevance | path

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

/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/msm8974/libexternal/
Dexternal.cpp172 mCurrentMode(-1), mConnected(0), mConnectedFbNum(0), mModeCount(0), in ExternalDisplay()
263 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount); in getModeCount()
265 return mModeCount; in getModeCount()
270 for(int i = 0;i < mModeCount;i++) { in getEDIDModes()
432 mModeCount = parseResolution(mEDIDs, mEDIDModes); in readResolution()
434 mModeCount); in readResolution()
473 mModeCount = 0; in resetInfo()
558 for(int i = 0; i < mModeCount; i++) { in getBestMode()
572 for (int i = 0; i < mModeCount; i++) { in isValidMode()
Dexternal.h92 int mModeCount; variable