Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerTestUtils.h51 bool hasCapability(IComposer::Capability capability) const;
DVtsHalGraphicsComposerTestUtils.cpp40 bool Composer::hasCapability(IComposer::Capability capability) const { in hasCapability() function in android::hardware::graphics::composer::V2_1::tests::Composer
DVtsHalGraphicsComposerV2_1TargetTest.cpp729 if (!mComposer->hasCapability(IComposer::Capability::SIDEBAND_STREAM)) { in TEST_F()
/hardware/interfaces/graphics/composer/2.1/default/
DHwc.cpp69 hasCapability(Capability::PRESENT_FENCE_IS_NOT_RELIABLE)) { in HwcHal()
161 if (hasCapability(Capability::SIDEBAND_STREAM)) { in initDispatch()
181 bool HwcHal::hasCapability(Capability capability) const in hasCapability() function in android::hardware::graphics::composer::V2_1::implementation::HwcHal
DHwc.h58 bool hasCapability(Capability capability) const;