Searched refs:physicalRequestKeyIDs (Results 1 – 1 of 1) sorted by relevance
4815 std::unordered_set<int32_t> physicalRequestKeyIDs; in TEST_P() local4817 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() local7691 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()