Home
last modified time | relevance | path

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

/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/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/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h223 HWC2::Error getType(int32_t* outType);
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1506 int32_t* /*hwc2_display_type_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()