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

/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi_stub.cpp35 HDMIDisplay::HDMIDisplay() : mFd(-1), mCurrentMode(-1), mModeCount(0),
H A Dhdmi.h95 int mModeCount; member in class:qhwc::HDMIDisplay
H A Dhdmi.cpp141 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0),
219 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount);
220 return mModeCount;
370 mModeCount = parseResolution(edidStr);
371 ALOGD_IF(DEBUG, "%s: mModeCount = %d", __FUNCTION__,
372 mModeCount);
405 mModeCount = 0;
447 for(int i = 0; i < mModeCount; i++) {
461 for (int i = 0; i < mModeCount;
[all...]
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp151 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0),
231 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount);
232 return mModeCount;
382 mModeCount = parseResolution(edidStr);
383 ALOGD_IF(DEBUG, "%s: mModeCount = %d", __FUNCTION__,
384 mModeCount);
417 mModeCount = 0;
460 for(int i = 0; i < mModeCount; i++) {
470 // mModeCount wil
[all...]
H A Dhdmi.h109 int mModeCount; member in class:qhwc::HDMIDisplay
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.h79 int mModeCount; member in class:qhwc::ExternalDisplay
H A Dexternal.cpp86 mCurrentMode(-1), mModeCount(0),
162 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount);
163 return mModeCount;
167 for(int i = 0;i < mModeCount;i++) {
333 mModeCount = parseResolution(edidStr, mEDIDModes);
334 ALOGD_IF(DEBUG, "%s: mModeCount = %d", __FUNCTION__,
335 mModeCount);
370 mModeCount = 0;
454 for(int i = 0; i < mModeCount;
[all...]
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.h79 int mModeCount; member in class:qhwc::ExternalDisplay
H A Dexternal.cpp86 mCurrentMode(-1), mModeCount(0),
162 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount);
163 return mModeCount;
167 for(int i = 0;i < mModeCount;i++) {
333 mModeCount = parseResolution(edidStr, mEDIDModes);
334 ALOGD_IF(DEBUG, "%s: mModeCount = %d", __FUNCTION__,
335 mModeCount);
370 mModeCount = 0;
454 for(int i = 0; i < mModeCount;
[all...]
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.h89 int mModeCount; member in class:qhwc::ExternalDisplay
H A Dexternal.cpp170 mCurrentMode(-1), mConnected(0), mConnectedFbNum(0), mModeCount(0),
213 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount);
215 return mModeCount;
220 for(int i = 0;i < mModeCount;i++) {
434 mModeCount = parseResolution(mEDIDs, mEDIDModes);
435 ALOGD_IF(DEBUG, "%s: mModeCount = %d", __FUNCTION__,
436 mModeCount);
475 mModeCount = 0;
546 for(int i = 0; i < mModeCount;
[all...]

Completed in 51 milliseconds