Searched refs:mCurrentMode (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.cpp | 122 mCurrentMode = mEDIDModes[mActiveConfig]; in configure() 151 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0), in HDMIDisplay() 418 mCurrentMode = -1; in resetInfo() 533 if (cur->video_format == (uint32_t)mCurrentMode) { in activateDisplay() 540 "(%d,%d,%d), (%d,%d,%d) %dMHz>", __FUNCTION__, mCurrentMode, in activateDisplay() 659 if (gEDIDData[dataIndex].mMode == mCurrentMode) { in getAttrForMode() 666 ALOGE("%s Unable to get attributes for %d", __FUNCTION__, mCurrentMode); in getAttrForMode() 734 mCurrentMode = mEDIDModes[newConfig]; in setActiveConfig() 737 ALOGD("%s config(%d) mode(%d)", __FUNCTION__, mActiveConfig, mCurrentMode); in setActiveConfig()
|
D | hdmi.h | 102 int mCurrentMode; variable
|
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 86 mCurrentMode(-1), mModeCount(0), in ExternalDisplay() 371 mCurrentMode = -1; in resetInfo() 510 if ((isValidMode(ID)) && mCurrentMode != ID) { in setResolution() 544 mCurrentMode = ID; in setResolution() 616 switch (mCurrentMode) { in getAttrForMode()
|
D | external.h | 77 int mCurrentMode; variable
|
/hardware/qcom/display/msm8226/libexternal/ |
D | external.h | 77 int mCurrentMode; variable
|
/hardware/qcom/display/msm8960/libexternal/ |
D | external.cpp | 170 mCurrentMode(-1), mConnected(0), mConnectedFbNum(0), mModeCount(0), in ExternalDisplay() 476 mCurrentMode = -1; in resetInfo() 601 if ((isValidMode(ID)) && mCurrentMode != ID) { in setResolution() 635 mCurrentMode = ID; in setResolution() 712 switch (mCurrentMode) { in getAttrForMode()
|
D | external.h | 83 int mCurrentMode; variable
|