Searched refs:physicalRequestKeyIDs (Results 1 – 1 of 1) sorted by relevance
4816 std::unordered_set<int32_t> physicalRequestKeyIDs; in TEST_P() local4818 ANDROID_REQUEST_AVAILABLE_PHYSICAL_CAMERA_REQUEST_KEYS, &physicalRequestKeyIDs); in TEST_P()4820 if (physicalRequestKeyIDs.empty()) { in TEST_P()4830 constructFilteredSettings(session, physicalRequestKeyIDs, RequestTemplate::PREVIEW, in TEST_P()7842 std::unordered_set<int32_t> physicalRequestKeyIDs; in verifyLogicalOrUltraHighResCameraMetadata() local7844 ANDROID_REQUEST_AVAILABLE_PHYSICAL_CAMERA_REQUEST_KEYS, &physicalRequestKeyIDs); in verifyLogicalOrUltraHighResCameraMetadata()7846 bool hasTestPatternPhysicalRequestKey = physicalRequestKeyIDs.find( in verifyLogicalOrUltraHighResCameraMetadata()7847 ANDROID_SENSOR_TEST_PATTERN_MODE) != physicalRequestKeyIDs.end(); in verifyLogicalOrUltraHighResCameraMetadata()