Home
last modified time | relevance | path

Searched refs:mDisplayId (Results 1 – 10 of 10) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
DExynosExternalDisplay.cpp40 mDisplayId = getDisplayId(mType, mIndex); in ExynosExternalDisplay()
157 …callbackFunc(callbackData, mDisplayId, mHpdStatus ? HWC2_CONNECTION_CONNECTED : HWC2_CONNECTION_DI… in hotplug()
302 ALOGI("[%d] presentDisplay is skipped by mSkipFrame", mDisplayId); in presentDisplay()
496 __func__, mDisplayId, mHpdStatus); in startPostProcessing()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsDisplay.cpp42 mDisplayId(displayId) { in EvsDisplay()
341 return mDisplayProxy->getDisplayInfo(mDisplayId, _info_cb); in getDisplayInfo_1_1()
DEvsDisplay.h70 uint64_t mDisplayId; variable
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h120 int mDisplayId; variable
Dhdmi.cpp157 mDisplayId = HWC_DISPLAY_EXTERNAL; in HDMIDisplay()
160 mDisplayId = HWC_DISPLAY_PRIMARY; in HDMIDisplay()
166 if (mDisplayId) { in HDMIDisplay()
186 __FUNCTION__, mDisplayId, mFbNum); in HDMIDisplay()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp331 if (mDisplays[i]->mDisplayId == display) in getDisplay()
742 mDisplays[i]->mDisplayId, ret, in canSkipValidate()
747 mDisplays[i]->mDisplayId, ret, in canSkipValidate()
DExynosDisplay.h392 uint32_t mDisplayId;
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp835 info->displayId = display->mDisplayId; in setFenceInfo()
1100 if (info[i].displayId != display->mDisplayId) in validateFencePerFrame()
1128 info->displayId = display->mDisplayId; in setFenceName()
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp37 mDisplayId = getDisplayId(mType, mIndex); in ExynosVirtualDisplay()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp83 mDisplayId = getDisplayId(mType, mIndex); in ExynosPrimaryDisplay()