Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp4815 std::unordered_set<int32_t> physicalRequestKeyIDs; in TEST_P() local
4817 ANDROID_REQUEST_AVAILABLE_PHYSICAL_CAMERA_REQUEST_KEYS, &physicalRequestKeyIDs); in TEST_P()
4819 if (physicalRequestKeyIDs.empty()) { in TEST_P()
4829 constructFilteredSettings(session, physicalRequestKeyIDs, RequestTemplate::PREVIEW, in TEST_P()
7689 std::unordered_set<int32_t> physicalRequestKeyIDs; in verifyLogicalOrUltraHighResCameraMetadata() local
7691 ANDROID_REQUEST_AVAILABLE_PHYSICAL_CAMERA_REQUEST_KEYS, &physicalRequestKeyIDs); in verifyLogicalOrUltraHighResCameraMetadata()
7693 bool hasTestPatternPhysicalRequestKey = physicalRequestKeyIDs.find( in verifyLogicalOrUltraHighResCameraMetadata()
7694 ANDROID_SENSOR_TEST_PATTERN_MODE) != physicalRequestKeyIDs.end(); in verifyLogicalOrUltraHighResCameraMetadata()