Home
last modified time | relevance | path

Searched refs:hasCapability (Results 1 – 7 of 7) 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()
DComposerHal.h50 virtual bool hasCapability(hwc2_capability_t capability) = 0;
DComposerCommandEngine.h278 if (mHal->hasCapability(HWC2_CAPABILITY_SKIP_VALIDATE)) { in executePresentOrValidateDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h61 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.cpp47 bool Composer::hasCapability(IComposer::Capability capability) const { in hasCapability() function in android::hardware::graphics::composer::V2_1::vts::Composer
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp1010 if (!mComposer->hasCapability(IComposer::Capability::SIDEBAND_STREAM)) { in TEST_F()