Home
last modified time | relevance | path

Searched refs:getDisplayType (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h177 if (getDisplayType(display, &type) == Error::BAD_DISPLAY) { in getRenderIntents()
296 using BaseType2_1::getDisplayType;
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp211 IComposerClient::DisplayType ComposerClient::getDisplayType(Display display) { in getDisplayType() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
213 mClient->getDisplayType(display, [&](const auto& tmpError, const auto& tmpType) { in getDisplayType()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h94 IComposerClient::DisplayType getDisplayType(Display display);
/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() function
247 int32_t err = mDispatch.getDisplayType(mDevice, display, &hwc_type); in getDisplayType()
533 !initDispatch(HWC2_FUNCTION_GET_DISPLAY_TYPE, &mDispatch.getDisplayType) || in initDispatch()
636 HWC2_PFN_GET_DISPLAY_TYPE getDisplayType; member
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h238 Return<void> getDisplayType(Display display, in getDisplayType() function
241 Error err = mHal->getDisplayType(display, &type); in getDisplayType()
DComposerHal.h87 virtual Error getDisplayType(Display display, IComposerClient::DisplayType* outType) = 0;
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp175 IComposerClient::DisplayType type = mComposerClient->getDisplayType(display); in TEST_P()
308 mComposerClient->getDisplayType(mPrimaryDisplay)); in TEST_P()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h114 Return<void> getDisplayType(uint64_t display, getDisplayType_cb _hidl_cb) override;
DQtiComposerClient.cpp463 Return<void> QtiComposerClient::getDisplayType(uint64_t display, getDisplayType_cb _hidl_cb) { in getDisplayType() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp246 IComposerClient::DisplayType type = mComposerClient->getDisplayType(display); in TEST_P()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h783 virtual int32_t getDisplayType(
DExynosDisplay.cpp3302 int32_t ExynosDisplay::getDisplayType( in getDisplayType() function in ExynosDisplay
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp448 return exynosDisplay->getDisplayType(outType); in exynos_getDisplayType()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal192 /** Display types returned by getDisplayType. */
446 getDisplayType(Display display) generates (Error error, DisplayType type);