Searched refs:systemCameraKind (Results 1 – 2 of 2) sorted by relevance
1519 bool CameraService::shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, in shouldSkipStatusUpdates() argument1525 if (!isVendorListener && (systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA || in shouldSkipStatusUpdates()1526 (systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldSkipStatusUpdates()1546 SystemCameraKind systemCameraKind = SystemCameraKind::PUBLIC; in shouldRejectSystemCameraConnection() local1547 if (getSystemCameraKind(cameraId, &systemCameraKind) != OK) { in shouldRejectSystemCameraConnection()1558 systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA) { in shouldRejectSystemCameraConnection()1567 systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldRejectSystemCameraConnection()3345 const std::set<String8>& conflicting, SystemCameraKind systemCameraKind) : mId(id), in CameraState() argument3347 mSystemCameraKind(systemCameraKind) {} in CameraState()
711 static bool shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, bool isVendorListener,