Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1116 bool hasCameraPermission = hasPermissionsForCamera(cameraId, callingPid, callingUid, in filterSensitiveMetadataIfNeeded() local
1118 if (hasCameraPermission) { in filterSensitiveMetadataIfNeeded()
3340 bool hasCameraPermission = ((callingPid == getpid()) || in isConcurrentSessionConfigurationSupported() local
3344 if (!hasCameraPermission) { in isConcurrentSessionConfigurationSupported()