Searched refs:physicalRequestKeyIDs (Results 1 – 3 of 3) sorted by relevance
1592 std::unordered_set<int32_t> physicalRequestKeyIDs; in TEST_P() local1594 &physicalRequestKeyIDs); in TEST_P()1596 if (physicalRequestKeyIDs.empty()) { in TEST_P()1606 constructFilteredSettings(mSession, physicalRequestKeyIDs, RequestTemplate::PREVIEW, in TEST_P()
1411 std::unordered_set<int32_t> physicalRequestKeyIDs; in verifyLogicalOrUltraHighResCameraMetadata() local1414 &physicalRequestKeyIDs); in verifyLogicalOrUltraHighResCameraMetadata()1417 physicalRequestKeyIDs.find(ANDROID_SENSOR_TEST_PATTERN_MODE) != in verifyLogicalOrUltraHighResCameraMetadata()1418 physicalRequestKeyIDs.end(); in verifyLogicalOrUltraHighResCameraMetadata()
4905 std::unordered_set<int32_t> physicalRequestKeyIDs; in TEST_P() local4907 ANDROID_REQUEST_AVAILABLE_PHYSICAL_CAMERA_REQUEST_KEYS, &physicalRequestKeyIDs); in TEST_P()4909 if (physicalRequestKeyIDs.empty()) { in TEST_P()4919 constructFilteredSettings(session, physicalRequestKeyIDs, RequestTemplate::PREVIEW, in TEST_P()7797 std::unordered_set<int32_t> physicalRequestKeyIDs; in verifyLogicalOrUltraHighResCameraMetadata() local7799 ANDROID_REQUEST_AVAILABLE_PHYSICAL_CAMERA_REQUEST_KEYS, &physicalRequestKeyIDs); in verifyLogicalOrUltraHighResCameraMetadata()7801 bool hasTestPatternPhysicalRequestKey = physicalRequestKeyIDs.find( in verifyLogicalOrUltraHighResCameraMetadata()7802 ANDROID_SENSOR_TEST_PATTERN_MODE) != physicalRequestKeyIDs.end(); in verifyLogicalOrUltraHighResCameraMetadata()