Home
last modified time | relevance | path

Searched refs:hasCapability (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposer.h65 if (mHal->hasCapability(static_cast<hwc2_capability_t>(cap))) { in getCapabilities()
74 if (mHal->hasCapability(HWC2_CAPABILITY_SKIP_VALIDATE)) { in getCapabilities()
DComposerHal.h50 virtual bool hasCapability(hwc2_capability_t capability) = 0;
DComposerCommandEngine.h287 if (mHal->hasCapability(HWC2_CAPABILITY_SKIP_VALIDATE)) { in executePresentOrValidateDisplay()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp113 bool hasCapability(Capability capability) { in hasCapability() function in aidl::android::hardware::graphics::composer3::vts::GraphicsComposerAidlTest
525 if (!hasCapability(Capability::BOOT_DISPLAY_CONFIG)) { in TEST_P()
536 if (!hasCapability(Capability::BOOT_DISPLAY_CONFIG)) { in TEST_P()
551 if (!hasCapability(Capability::BOOT_DISPLAY_CONFIG)) { in TEST_P()
563 if (!hasCapability(Capability::BOOT_DISPLAY_CONFIG)) { in TEST_P()
574 if (!hasCapability(Capability::BOOT_DISPLAY_CONFIG)) { in TEST_P()
582 if (!hasCapability(Capability::BOOT_DISPLAY_CONFIG)) { in TEST_P()
593 if (!hasCapability(Capability::BOOT_DISPLAY_CONFIG)) { in TEST_P()
608 if (!hasCapability(Capability::BOOT_DISPLAY_CONFIG)) { in TEST_P()
631 if (!hasCapability(Capability::HDR_OUTPUT_CONVERSION_CONFIG)) { in TEST_P()
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h56 bool hasCapability(IComposer::Capability capability) const;
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h81 hasCapability(HWC2_CAPABILITY_PRESENT_FENCE_IS_NOT_RELIABLE)) { in initWithDevice()
97 bool hasCapability(hwc2_capability_t capability) override { in hasCapability() function
557 if (hasCapability(HWC2_CAPABILITY_SIDEBAND_STREAM)) { in initDispatch()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp40 bool Composer::hasCapability(IComposer::Capability capability) const { in hasCapability() function in android::hardware::graphics::composer::V2_1::vts::Composer
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h102 virtual bool hasCapability(Capability cap) = 0;
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h44 bool hasCapability(Capability cap) override;
DHalImpl.cpp210 bool HalImpl::hasCapability(Capability cap) { in hasCapability() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp776 if (!mComposer->hasCapability( in TEST_P()
1101 if (!mComposer->hasCapability(IComposer::Capability::SIDEBAND_STREAM)) { in TEST_P()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h240 bool hasCapability(hwc2_capability_t capability) { in hasCapability() function
DQtiComposerClient.cpp1579 if (mClient.hasCapability(HWC2_CAPABILITY_SKIP_VALIDATE)) { in parsePresentOrValidateDisplay()