Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DAttributionAndPermissionUtils.h165 bool callerHasSystemUid() const { in callerHasSystemUid() function
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1825 if (!callerHasSystemUid() && callingPid != getpid() && in validateClientPermissionsLocked()
2202 bool systemClient = callerHasSystemUid(); in shouldRejectSystemCameraConnection()
2250 if (callerHasSystemUid() && (clientPackageNameAdj.size() == 0)) { in connectDevice()