Home
last modified time | relevance | path

Searched refs:outType (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/utils/vts/
DComposerVts.cpp57 IComposerClient::DisplayConnectionType* outType) { in getDisplayConnectionType() argument
61 *outType = tmpType; in getDisplayConnectionType()
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DComposerVts.h75 IComposerClient::DisplayConnectionType* outType);
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerHal.h62 IComposerClient::DisplayConnectionType* outType) = 0;
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.h80 int32_t exynos_getDisplayType(hwc2_device_t *device, hwc2_display_t display, int32_t* outType);
162 uint32_t* /*hwc2_display_connection_type_t*/ outType);
DExynosHWC.cpp441 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/
DHwcHal.h110 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/
DComposerHal.h87 virtual Error getDisplayType(Display display, IComposerClient::DisplayType* outType) = 0;
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp108 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/
Dhwcomposer2.h1680 int32_t* /*hwc2_display_type_t*/ outType);
2920 uint32_t* /*hwc2_display_connection_type_t*/ outType);
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1680 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/
DHwcHal.h245 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/
DIComposerHal.h147 virtual int32_t getDisplayConnectionType(int64_t display, DisplayConnectionType* outType) = 0;
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h74 int32_t getDisplayConnectionType(int64_t display, DisplayConnectionType* outType) override;
DHalImpl.cpp533 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/
DExynosDisplay.h784 int32_t* /*hwc2_display_type_t*/ outType);
975 int32_t getDisplayConnectionType(uint32_t* outType);
DExynosDisplay.cpp3303 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/
DHWC2On1Adapter.h223 HWC2::Error getType(int32_t* outType);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h210 HWC2::Error getType(int32_t* outType);
DHWC2On1Adapter.cpp824 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/
DHWC2On1Adapter.cpp780 Error HWC2On1Adapter::Display::getType(int32_t* outType) { in getType() argument
783 *outType = static_cast<int32_t>(mType); in getType()