Searched refs:callerHasSystemUid (Results 1 – 2 of 2) sorted by relevance
165 bool callerHasSystemUid() const { in callerHasSystemUid() function
1825 if (!callerHasSystemUid() && callingPid != getpid() && in validateClientPermissionsLocked()2202 bool systemClient = callerHasSystemUid(); in shouldRejectSystemCameraConnection()2250 if (callerHasSystemUid() && (clientPackageNameAdj.size() == 0)) { in connectDevice()