Home
last modified time | relevance | path

Searched refs:getLayerGenericMetadataKeys (Results 1 – 16 of 16) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/
H A DComposerVts.cpp125 Error ComposerClient::getLayerGenericMetadataKeys( in getLayerGenericMetadataKeys() function in android::hardware::graphics::composer::V2_4::vts::ComposerClient
128 mClient->getLayerGenericMetadataKeys([&](const auto tmpError, const auto& tmpKeys) { in getLayerGenericMetadataKeys()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DHWComposerTest.cpp82 EXPECT_CALL(*mHal, getLayerGenericMetadataKeys(_)) in TEST_F()
104 EXPECT_CALL(*mHal, getLayerGenericMetadataKeys(_)) in TEST_F()
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerClient.h178 Return<void> getLayerGenericMetadataKeys( in getLayerGenericMetadataKeys() function
181 Error error = mHal->getLayerGenericMetadataKeys(&keys); in getLayerGenericMetadataKeys()
H A DComposerHal.h84 virtual Error getLayerGenericMetadataKeys(
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
H A DComposerVts.h98 Error getLayerGenericMetadataKeys(
/aosp12/hardware/interfaces/graphics/composer/2.4/
H A DIComposerClient.hal95 * returned from getLayerGenericMetadataKeys for the given key.
97 * Only keys which have been returned from getLayerGenericMetadataKeys()
325 * getLayerGenericMetadataKeys below
348 getLayerGenericMetadataKeys()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockComposer.h137 MOCK_METHOD1(getLayerGenericMetadataKeys,
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h230 virtual V2_4::Error getLayerGenericMetadataKeys(
468 V2_4::Error getLayerGenericMetadataKeys(
H A DComposerHal.cpp1223 V2_4::Error Composer::getLayerGenericMetadataKeys( in getLayerGenericMetadataKeys() function in android::Hwc2::impl::Composer
1230 mClient_2_4->getLayerGenericMetadataKeys([&](const auto& tmpError, const auto& tmpKeys) { in getLayerGenericMetadataKeys()
H A DHWComposer.cpp971 const auto error = mComposer->getLayerGenericMetadataKeys(&supportedMetadataKeyInfo); in loadLayerMetadataSupport()
/aosp12/hardware/interfaces/graphics/composer/2.4/vts/functional/
H A DVtsHalGraphicsComposerV2_4TargetTest.cpp717 TEST_P(GraphicsComposerHidlTest, getLayerGenericMetadataKeys) { in TEST_P() argument
719 mComposerClient->getLayerGenericMetadataKeys(&keys); in TEST_P()
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
H A DHwcHal.h268 Error getLayerGenericMetadataKeys( in getLayerGenericMetadataKeys() function
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h254 V2_4::Error getLayerGenericMetadataKeys(
H A DFakeComposerClient.cpp798 V2_4::Error FakeComposerClient::getLayerGenericMetadataKeys( in getLayerGenericMetadataKeys() function in FakeComposerClient
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h214 Return<void> getLayerGenericMetadataKeys(getLayerGenericMetadataKeys_cb _hidl_cb) override;
H A DQtiComposerClient.cpp1168 Return<void> QtiComposerClient::getLayerGenericMetadataKeys( in getLayerGenericMetadataKeys() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient