/hardware/qcom/display/msm8226/libexternal/ |
D | external.cpp | 90 mFbNum = overlay::Overlay::getInstance()->getFbForDpy(HWC_DISPLAY_EXTERNAL); in ExternalDisplay() 349 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].fd = mFd; in openFrameBuffer() 361 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].fd = mFd; in closeFrameBuffer() 585 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].xres = width; in setAttributes() 586 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height; in setAttributes() 587 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].mDownScaleMode = false; in setAttributes() 615 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].xres = in setAttributes() 617 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = in setAttributes() 620 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].mDownScaleMode =true; in setAttributes() 624 mHwcContext->mViewFrame[HWC_DISPLAY_EXTERNAL].left = 0; in setAttributes() [all …]
|
D | external.h | 51 return mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].connected; in isConnected()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_uevents.cpp | 64 return HWC_DISPLAY_EXTERNAL; in getConnectedDisplay() 133 ctx->proc->hotplug(ctx->proc, HWC_DISPLAY_EXTERNAL, in teardownWfd() 194 if(dpy == HWC_DISPLAY_EXTERNAL) { in handle_uevent() 202 if(dpy == HWC_DISPLAY_EXTERNAL || in handle_uevent() 206 ctx->proc->hotplug(ctx->proc, HWC_DISPLAY_EXTERNAL, in handle_uevent() 237 if(dpy == HWC_DISPLAY_EXTERNAL) { in handle_uevent() 280 if(dpy == HWC_DISPLAY_EXTERNAL || in handle_uevent() 285 ctx->proc->hotplug(ctx->proc,HWC_DISPLAY_EXTERNAL, in handle_uevent()
|
D | hwc_vsync.cpp | 124 getFbForDpy(HWC_DISPLAY_EXTERNAL), in vsync_loop() 205 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop()
|
D | hwc.cpp | 79 if(dpy == HWC_DISPLAY_EXTERNAL && ctx->mVirtualonExtActive) in getDpyforExternalDisplay() 294 const int dpy = HWC_DISPLAY_EXTERNAL; in hwc_prepare_external() 354 case HWC_DISPLAY_EXTERNAL: in hwc_prepare() 469 case HWC_DISPLAY_EXTERNAL: in hwc_setPowerMode() 631 const int dpy = HWC_DISPLAY_EXTERNAL; in hwc_set_external() 697 case HWC_DISPLAY_EXTERNAL: in hwc_set() 733 case HWC_DISPLAY_EXTERNAL: in hwc_getDisplayConfigs()
|
D | hwc_utils.h | 618 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring() 623 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected || in isSecondaryConnected()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_uevents.cpp | 64 return HWC_DISPLAY_EXTERNAL; in getConnectedDisplay() 133 ctx->proc->hotplug(ctx->proc, HWC_DISPLAY_EXTERNAL, in teardownWfd() 185 if(dpy == HWC_DISPLAY_EXTERNAL) { in handle_uevent() 193 if(dpy == HWC_DISPLAY_EXTERNAL || in handle_uevent() 197 ctx->proc->hotplug(ctx->proc, HWC_DISPLAY_EXTERNAL, in handle_uevent() 229 if(dpy == HWC_DISPLAY_EXTERNAL) { in handle_uevent() 272 if(dpy == HWC_DISPLAY_EXTERNAL || in handle_uevent() 277 ctx->proc->hotplug(ctx->proc,HWC_DISPLAY_EXTERNAL, in handle_uevent()
|
D | hwc_vsync.cpp | 136 getFbForDpy(HWC_DISPLAY_EXTERNAL), in vsync_loop() 204 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop()
|
D | hwc.cpp | 79 if(dpy == HWC_DISPLAY_EXTERNAL && ctx->mVirtualonExtActive) in getDpyforExternalDisplay() 305 const int dpy = HWC_DISPLAY_EXTERNAL; in hwc_prepare_external() 365 case HWC_DISPLAY_EXTERNAL: in hwc_prepare() 497 case HWC_DISPLAY_EXTERNAL: in hwc_setPowerMode() 646 const int dpy = HWC_DISPLAY_EXTERNAL; in hwc_set_external() 712 case HWC_DISPLAY_EXTERNAL: in hwc_set() 748 case HWC_DISPLAY_EXTERNAL: in hwc_getDisplayConfigs()
|
D | hwc_utils.h | 581 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring() 586 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected || in isSecondaryConnected()
|
D | hwc_qclient.cpp | 103 connected = ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ? 1 : 0; in isExternalConnected()
|
D | hwc_utils.cpp | 217 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive = false; in initContext() 218 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected = false; in initContext() 222 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].mDownScaleMode = false; in initContext() 552 if(dpy == HWC_DISPLAY_EXTERNAL) in getAspectRatioPosition() 633 if(dpy == HWC_DISPLAY_EXTERNAL) in calcExtDisplayPosition() 1011 if(!(dpy == HWC_DISPLAY_EXTERNAL) || in isActionSafePresent() 1257 return ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive; in isExternalActive()
|
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 90 mFbNum = overlay::Overlay::getInstance()->getFbForDpy(HWC_DISPLAY_EXTERNAL); in ExternalDisplay() 349 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].fd = mFd; in openFrameBuffer() 361 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].fd = mFd; in closeFrameBuffer() 585 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].xres = width; in setAttributes() 586 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height; in setAttributes() 587 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].mDownScaleMode = false; in setAttributes() 598 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].xres = priW; in setAttributes() 599 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = priH; in setAttributes() 603 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].xres = priH; in setAttributes() 604 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = priW; in setAttributes() [all …]
|
D | external.h | 51 return mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].connected; in isConnected()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer_defs.h | 204 HWC_DISPLAY_EXTERNAL = 1, // HDMI, DP, etc. enumerator 213 HWC_DISPLAY_EXTERNAL_BIT = 1 << HWC_DISPLAY_EXTERNAL,
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_uevents.cpp | 67 int extDpyNum = HWC_DISPLAY_EXTERNAL; in handle_uevent() 77 int dpy = isHDMI(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum; in handle_uevent() 91 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive = false; in handle_uevent()
|
D | hwc.cpp | 178 const int dpy = HWC_DISPLAY_EXTERNAL; in hwc_prepare_external() 272 case HWC_DISPLAY_EXTERNAL: in hwc_prepare() 346 case HWC_DISPLAY_EXTERNAL: in hwc_blank() 451 const int dpy = HWC_DISPLAY_EXTERNAL; in hwc_set_external() 565 case HWC_DISPLAY_EXTERNAL: in hwc_set() 599 case HWC_DISPLAY_EXTERNAL: in hwc_getDisplayConfigs() 601 if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected) { in hwc_getDisplayConfigs() 618 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) { in hwc_getDisplayAttributes()
|
D | hwc_vsync.cpp | 163 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop()
|
D | hwc_utils.h | 408 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring() 413 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected || in isSecondaryConnected()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_uevents.cpp | 75 int extDpyNum = HWC_DISPLAY_EXTERNAL; in handle_uevent() 85 int dpy = isHDMI(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum; in handle_uevent() 99 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive = false; in handle_uevent()
|
D | hwc.cpp | 225 case HWC_DISPLAY_EXTERNAL: in hwc_prepare() 295 case HWC_DISPLAY_EXTERNAL: in hwc_blank() 471 case HWC_DISPLAY_EXTERNAL: in hwc_set() 503 case HWC_DISPLAY_EXTERNAL: in hwc_getDisplayConfigs() 505 if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected) { in hwc_getDisplayConfigs() 522 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) { in hwc_getDisplayAttributes()
|
/hardware/qcom/display/msm8960/libexternal/ |
D | external.cpp | 172 mWfdFbNum(-1), mExtDpyNum(HWC_DISPLAY_EXTERNAL) in ExternalDisplay() 705 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].xres = width; in setDpyHdmiAttr() 706 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height; in setDpyHdmiAttr() 707 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].vsync_period = in setDpyHdmiAttr()
|
/hardware/qcom/display/msm8974/libexternal/ |
D | external.cpp | 174 mWfdFbNum(-1), mExtDpyNum(HWC_DISPLAY_EXTERNAL) in ExternalDisplay() 718 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].xres = width; in setDpyHdmiAttr() 719 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].yres = height; in setDpyHdmiAttr() 720 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].vsync_period = in setDpyHdmiAttr()
|
/hardware/intel/img/hwcomposer/include/ |
D | IDisplayDevice.h | 57 DEVICE_EXTERNAL = HWC_DISPLAY_EXTERNAL,
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 1091 hwc_display_contents_1_t *hdmi_contents = displays[HWC_DISPLAY_EXTERNAL]; in exynos5_prepare() 1650 hwc_display_contents_1_t *hdmi_contents = displays[HWC_DISPLAY_EXTERNAL]; in exynos5_set() 1748 pdev->procs->hotplug(pdev->procs, HWC_DISPLAY_EXTERNAL, pdev->hdmi_hpd); in handle_hdmi_uevent() 1848 case HWC_DISPLAY_EXTERNAL: in exynos5_blank() 1925 } else if (disp == HWC_DISPLAY_EXTERNAL) { in exynos5_getDisplayConfigs() 2000 else if (disp == HWC_DISPLAY_EXTERNAL) in exynos5_getDisplayAttributes()
|