Searched refs:systemCameraKind (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 256 SystemCameraKind systemCameraKind) { in broadcastTorchModeStatus() argument 552 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in onTorchStatusChanged() local 553 status_t res = getSystemCameraKind(cameraId, &systemCameraKind); in onTorchStatusChanged() 560 onTorchStatusChangedLocked(cameraId, newStatus, systemCameraKind); in onTorchStatusChanged() 564 TorchModeStatus newStatus, SystemCameraKind systemCameraKind) { in onTorchStatusChangedLocked() argument 613 broadcastTorchModeStatus(cameraId, newStatus, systemCameraKind); in onTorchStatusChangedLocked() 1557 (systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldSkipStatusUpdates() 1577 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in shouldRejectSystemCameraConnection() local 1578 if (getSystemCameraKind(cameraId, &systemCameraKind) != OK) { in shouldRejectSystemCameraConnection() 1599 systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldRejectSystemCameraConnection() [all …]
|
H A D | CameraService.h | 761 static bool shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, bool isVendorListener, 1070 SystemCameraKind systemCameraKind); 1162 SystemCameraKind systemCameraKind);
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 1769 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in isSecureOnly() local 1770 Status status = getSystemCameraKind(chars, &systemCameraKind); in isSecureOnly() 1772 if (systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA) { in isSecureOnly() 2779 it->second.push_back(systemCameraKind); in TEST_P() 6580 if (nullptr == staticMeta || nullptr == systemCameraKind) { in getSystemCameraKind() 6593 *systemCameraKind = SystemCameraKind::HIDDEN_SECURE_CAMERA; in getSystemCameraKind() 6602 *systemCameraKind = SystemCameraKind::SYSTEM_ONLY_CAMERA; in getSystemCameraKind() 6606 *systemCameraKind = SystemCameraKind::PUBLIC; in getSystemCameraKind() 7647 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in verifyLogicalOrUltraHighResCameraMetadata() local 7648 Status rc = getSystemCameraKind(metadata, &systemCameraKind); in verifyLogicalOrUltraHighResCameraMetadata() [all …]
|