Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
DVtsAidlHalCameraProvider_TargetTest.cpp1592 std::unordered_set<int32_t> physicalRequestKeyIDs; in TEST_P() local
1594 &physicalRequestKeyIDs); in TEST_P()
1596 if (physicalRequestKeyIDs.empty()) { in TEST_P()
1606 constructFilteredSettings(mSession, physicalRequestKeyIDs, RequestTemplate::PREVIEW, in TEST_P()
Dcamera_aidl_test.cpp1411 std::unordered_set<int32_t> physicalRequestKeyIDs; in verifyLogicalOrUltraHighResCameraMetadata() local
1414 &physicalRequestKeyIDs); in verifyLogicalOrUltraHighResCameraMetadata()
1417 physicalRequestKeyIDs.find(ANDROID_SENSOR_TEST_PATTERN_MODE) != in verifyLogicalOrUltraHighResCameraMetadata()
1418 physicalRequestKeyIDs.end(); in verifyLogicalOrUltraHighResCameraMetadata()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp4905 std::unordered_set<int32_t> physicalRequestKeyIDs; in TEST_P() local
4907 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() local
7799 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()