Home
last modified time | relevance | path

Searched refs:HWC_DISPLAY_EXTERNAL (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/display/msm8226/libexternal/
Dexternal.cpp90 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 …]
Dexternal.h51 return mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].connected; in isConnected()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_uevents.cpp64 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()
Dhwc_vsync.cpp124 getFbForDpy(HWC_DISPLAY_EXTERNAL), in vsync_loop()
205 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop()
Dhwc.cpp79 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()
Dhwc_utils.h618 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring()
623 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected || in isSecondaryConnected()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_uevents.cpp64 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()
Dhwc_vsync.cpp136 getFbForDpy(HWC_DISPLAY_EXTERNAL), in vsync_loop()
204 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop()
Dhwc.cpp79 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()
Dhwc_utils.h581 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring()
586 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected || in isSecondaryConnected()
Dhwc_qclient.cpp103 connected = ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ? 1 : 0; in isExternalConnected()
Dhwc_utils.cpp217 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/
Dexternal.cpp90 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 …]
Dexternal.h51 return mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].connected; in isConnected()
/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h204 HWC_DISPLAY_EXTERNAL = 1, // HDMI, DP, etc. enumerator
213 HWC_DISPLAY_EXTERNAL_BIT = 1 << HWC_DISPLAY_EXTERNAL,
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_uevents.cpp67 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()
Dhwc.cpp178 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()
Dhwc_vsync.cpp163 for (int dpy = HWC_DISPLAY_PRIMARY; dpy <= HWC_DISPLAY_EXTERNAL; dpy++ ) { in vsync_loop()
Dhwc_utils.h408 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isConfiguring || in isSecondaryConfiguring()
413 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected || in isSecondaryConnected()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp75 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()
Dhwc.cpp225 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/
Dexternal.cpp172 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/
Dexternal.cpp174 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/
DIDisplayDevice.h57 DEVICE_EXTERNAL = HWC_DISPLAY_EXTERNAL,
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp1091 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()

12