Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h109 enum SystemCameraKind { enum
384 SystemCameraKind* systemCameraKind);
Dcamera_aidl_test.cpp243 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in isSecureOnly()
249 return systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA; in isSecureOnly()
541 SystemCameraKind* systemCameraKind) { in getSystemCameraKind()
555 *systemCameraKind = SystemCameraKind::HIDDEN_SECURE_CAMERA; in getSystemCameraKind()
564 *systemCameraKind = SystemCameraKind::SYSTEM_ONLY_CAMERA; in getSystemCameraKind()
568 *systemCameraKind = SystemCameraKind::PUBLIC; in getSystemCameraKind()
1366 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in verifyLogicalOrUltraHighResCameraMetadata()
1428 SystemCameraKind physSystemCameraKind = SystemCameraKind::PUBLIC; in verifyLogicalOrUltraHighResCameraMetadata()
DVtsAidlHalCameraProvider_TargetTest.cpp193 std::map<std::string, std::vector<SystemCameraKind>> hiddenPhysicalIdToLogicalMap; in TEST_P()
215 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in TEST_P()
236 physicalId, std::vector<SystemCameraKind>({systemCameraKind}))); in TEST_P()
247 SystemCameraKind neededSystemCameraKind = it.second.front(); in TEST_P()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp196 enum SystemCameraKind { enum
965 SystemCameraKind* systemCameraKind);
1826 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in isSecureOnly()
1829 if (systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA) { in isSecureOnly()
2780 std::map<std::string, std::list<SystemCameraKind>> hiddenPhysicalIdToLogicalMap; in TEST_P()
2814 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in TEST_P()
2834 physicalId, std::list<SystemCameraKind>(systemCameraKind))); in TEST_P()
2856 SystemCameraKind neededSystemCameraKind = it.second.front(); in TEST_P()
6686 SystemCameraKind* systemCameraKind) { in getSystemCameraKind()
6701 *systemCameraKind = SystemCameraKind::HIDDEN_SECURE_CAMERA; in getSystemCameraKind()
[all …]