/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 57 IComposerClient::DisplayConnectionType* outType) { in getDisplayConnectionType() argument 61 *outType = tmpType; in getDisplayConnectionType()
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | ComposerVts.h | 75 IComposerClient::DisplayConnectionType* outType);
|
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerHal.h | 62 IComposerClient::DisplayConnectionType* outType) = 0;
|
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWC.h | 80 int32_t exynos_getDisplayType(hwc2_device_t *device, hwc2_display_t display, int32_t* outType); 162 uint32_t* /*hwc2_display_connection_type_t*/ outType);
|
D | ExynosHWC.cpp | 441 int32_t* /*hwc2_display_type_t*/ outType) in exynos_getDisplayType() 448 return exynosDisplay->getDisplayType(outType); in exynos_getDisplayType() 1117 uint32_t* /*hwc2_display_connection_type_t*/ outType) in exynos_GetDisplayConnectionType() 1124 return exynosDisplay->getDisplayConnectionType(outType); in exynos_GetDisplayConnectionType()
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 110 IComposerClient::DisplayConnectionType* outType) override { in getDisplayConnectionType() argument 117 *outType = static_cast<IComposerClient::DisplayConnectionType>(type); in getDisplayConnectionType()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerHal.h | 87 virtual Error getDisplayType(Display display, IComposerClient::DisplayType* outType) = 0;
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.cpp | 108 int32_t getDisplayTypeHook(hwc2_device_t* device, hwc2_display_t display, int32_t* outType) { in getDisplayTypeHook() argument 114 *outType = HWC2_DISPLAY_TYPE_PHYSICAL; in getDisplayTypeHook()
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 1680 int32_t* /*hwc2_display_type_t*/ outType); 2920 uint32_t* /*hwc2_display_connection_type_t*/ outType);
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 1680 int32_t* /*hwc2_display_type_t*/ outType); 2920 uint32_t* /*hwc2_display_connection_type_t*/ outType);
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 245 Error getDisplayType(Display display, IComposerClient::DisplayType* outType) override { in getDisplayType() argument 248 *outType = static_cast<IComposerClient::DisplayType>(hwc_type); in getDisplayType()
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 147 virtual int32_t getDisplayConnectionType(int64_t display, DisplayConnectionType* outType) = 0;
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 74 int32_t getDisplayConnectionType(int64_t display, DisplayConnectionType* outType) override;
|
D | HalImpl.cpp | 533 int32_t HalImpl::getDisplayConnectionType(int64_t display, DisplayConnectionType* outType) { in getDisplayConnectionType() argument 539 h2a::translate(hwcType, *outType); in getDisplayConnectionType()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.h | 784 int32_t* /*hwc2_display_type_t*/ outType); 975 int32_t getDisplayConnectionType(uint32_t* outType);
|
D | ExynosDisplay.cpp | 3303 int32_t* /*hwc2_display_type_t*/ outType) { in getDisplayType() 3307 *outType = HWC2_DISPLAY_TYPE_PHYSICAL; in getDisplayType() 3310 *outType = HWC2_DISPLAY_TYPE_VIRTUAL; in getDisplayType() 3314 *outType = HWC2_DISPLAY_TYPE_INVALID; in getDisplayType() 4328 int32_t ExynosDisplay::getDisplayConnectionType(uint32_t* outType) in getDisplayConnectionType() argument 4331 *outType = HWC2_DISPLAY_CONNECTION_TYPE_INTERNAL; in getDisplayConnectionType() 4333 *outType = HWC2_DISPLAY_CONNECTION_TYPE_EXTERNAL; in getDisplayConnectionType()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 223 HWC2::Error getType(int32_t* outType);
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 210 HWC2::Error getType(int32_t* outType);
|
D | HWC2On1Adapter.cpp | 824 Error HWC2On1Adapter::Display::getType(int32_t* outType) in getType() argument 828 *outType = static_cast<int32_t>(mType); in getType()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 780 Error HWC2On1Adapter::Display::getType(int32_t* outType) { in getType() argument 783 *outType = static_cast<int32_t>(mType); in getType()
|