Home
last modified time | relevance | path

Searched refs:systemCameraKind (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1519 bool CameraService::shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, in shouldSkipStatusUpdates() argument
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() local
1547 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() argument
3347 mSystemCameraKind(systemCameraKind) {} in CameraState()
DCameraService.h711 static bool shouldSkipStatusUpdates(SystemCameraKind systemCameraKind, bool isVendorListener,