Lines Matching refs:SystemCameraKind
327 SystemCameraKind systemCameraKind) { in broadcastTorchModeStatus()
382 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in filterAPI1SystemCameraLocked()
387 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in filterAPI1SystemCameraLocked()
399 SystemCameraKind *kind) const { in getSystemCameraKind()
470 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in addStates()
618 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in onDeviceStatusChanged()
655 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in onTorchStatusChanged()
667 TorchModeStatus newStatus, SystemCameraKind systemCameraKind) { in onTorchStatusChanged()
689 TorchModeStatus newStatus, SystemCameraKind systemCameraKind) { in onTorchStatusChangedLocked()
750 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in isAutomotiveExteriorSystemCamera()
757 if (systemCameraKind != SystemCameraKind::SYSTEM_ONLY_CAMERA) { in isAutomotiveExteriorSystemCamera()
1097 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in filterSensitiveMetadataIfNeeded()
1104 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in filterSensitiveMetadataIfNeeded()
1769 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in validateClientPermissionsLocked()
1785 (deviceKind != SystemCameraKind::SYSTEM_ONLY_CAMERA) && !checkPermissionForCamera) { in validateClientPermissionsLocked()
2176 bool CameraService::shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, in shouldSkipStatusUpdates()
2182 if (!isVendorListener && (systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA || in shouldSkipStatusUpdates()
2183 (systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldSkipStatusUpdates()
2203 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in shouldRejectSystemCameraConnection()
2215 if (!systemClient && systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA) { in shouldRejectSystemCameraConnection()
2223 if (!systemClient && systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldRejectSystemCameraConnection()
3453 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in addListenerHelper()
5025 const std::set<std::string>& conflicting, SystemCameraKind systemCameraKind, in CameraState()
5059 SystemCameraKind CameraService::CameraState::getSystemCameraKind() const { in getSystemCameraKind()
5640 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in updateStatus()
5850 SystemCameraKind deviceKind, int32_t deviceId) { in notifyPhysicalCameraStatusLocked()