Lines Matching refs:SystemCameraKind
277 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in filterAPI1SystemCameraLocked()
282 if (deviceKind == SystemCameraKind::SYSTEM_ONLY_CAMERA) { in filterAPI1SystemCameraLocked()
293 status_t CameraService::getSystemCameraKind(const String8& cameraId, SystemCameraKind *kind) const { in getSystemCameraKind()
319 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in addStates()
471 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in onDeviceStatusChanged()
686 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in getCameraCharacteristics()
699 (deviceKind != SystemCameraKind::SYSTEM_ONLY_CAMERA) && in getCameraCharacteristics()
1148 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in validateClientPermissionsLocked()
1160 (deviceKind != SystemCameraKind::SYSTEM_ONLY_CAMERA) && in validateClientPermissionsLocked()
1519 bool CameraService::shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, in shouldSkipStatusUpdates()
1525 if (!isVendorListener && (systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA || in shouldSkipStatusUpdates()
1526 (systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldSkipStatusUpdates()
1546 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in shouldRejectSystemCameraConnection()
1558 systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA) { in shouldRejectSystemCameraConnection()
1567 systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldRejectSystemCameraConnection()
2214 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in addListenerHelper()
3345 const std::set<String8>& conflicting, SystemCameraKind systemCameraKind) : mId(id), in CameraState()
3382 SystemCameraKind CameraService::CameraState::getSystemCameraKind() const { in getSystemCameraKind()
3737 SystemCameraKind deviceKind = SystemCameraKind::PUBLIC; in updateStatus()
3896 SystemCameraKind deviceKind) { in notifyPhysicalCameraStatusLocked()