Searched refs:systemClient (Results 1 – 1 of 1) sorted by relevance
2243 bool systemClient = callerHasSystemUid(); in shouldRejectSystemCameraConnection() local2256 if (!systemClient && systemCameraKind == SystemCameraKind::HIDDEN_SECURE_CAMERA) { in shouldRejectSystemCameraConnection()2264 if (!systemClient && systemCameraKind == SystemCameraKind::SYSTEM_ONLY_CAMERA && in shouldRejectSystemCameraConnection()2315 std::string systemClient = fmt::sprintf("client.pid<%d>", callingPid); in connectDeviceImpl() local2316 clientPackageNameMaybe = systemClient; in connectDeviceImpl()