Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2243 bool systemClient = callerHasSystemUid(); in shouldRejectSystemCameraConnection() local
2256 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() local
2316 clientPackageNameMaybe = systemClient; in connectDeviceImpl()