Home
last modified time | relevance | path

Searched refs:tmpKeys (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/
H A DComposerVts.cpp128 mClient->getLayerGenericMetadataKeys([&](const auto tmpError, const auto& tmpKeys) { in getLayerGenericMetadataKeys() argument
130 *outKeys = tmpKeys; in getLayerGenericMetadataKeys()
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/
H A DComposerVts.cpp107 mClient->getPerFrameMetadataKeys_2_3(display, [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys_2_3() argument
109 keys = tmpKeys; in getPerFrameMetadataKeys_2_3()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp877 [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
885 keys = tmpKeys; in getPerFrameMetadataKeys()
889 ->getPerFrameMetadataKeys(display, [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
897 for (auto key : tmpKeys) { in getPerFrameMetadataKeys()
915 auto getRenderIntentsLambda = [&](const auto& tmpError, const auto& tmpKeys) { in getRenderIntents() argument
921 *outRenderIntents = tmpKeys; in getRenderIntents()
1230 mClient_2_4->getLayerGenericMetadataKeys([&](const auto& tmpError, const auto& tmpKeys) { in getLayerGenericMetadataKeys() argument
1236 *outKeys = tmpKeys; in getLayerGenericMetadataKeys()
H A DHWC2.cpp188 std::vector<Hwc2::PerFrameMetadataKey> tmpKeys = mComposer.getPerFrameMetadataKeys(mId); in getSupportedPerFrameMetadata() local
189 std::set<Hwc2::PerFrameMetadataKey> keys(tmpKeys.begin(), tmpKeys.end()); in getSupportedPerFrameMetadata()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DComposerVts.cpp53 mClient->getPerFrameMetadataKeys(display, [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
55 keys = tmpKeys; in getPerFrameMetadataKeys()
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2TargetTest.cpp229 mPrimaryDisplay, [&](const auto& tmpError, const auto& tmpKeys) { in TEST_P() argument
231 keys = tmpKeys; in TEST_P()