Lines Matching defs:pid
129 ALOGI("CameraService started (pid=%d)", getpid());
320 // Ensure not in binder RPC so client disconnect PID checks work correctly
852 ALOGE("CameraService::connect X (PID %d) rejected (don't trust clientUid %d)",
859 ALOGE("CameraService::connect X (PID %d) rejected (camera HAL module not loaded)",
865 ALOGE("CameraService::connect X (PID %d) rejected (invalid camera ID %s)", callingPid,
878 ALOGE("CameraService::connect X (PID %d) rejected (camera %s is disabled by device "
886 ALOGE("CameraService::connect X (PID %d) rejected (cannot connect from "
899 ALOGE("CameraService::connect X (PID %d) rejected (invalid camera ID %s)", callingPid,
906 ALOGE("CameraService::connect X (PID %d) rejected (camera %s is not connected)",
910 ALOGE("CameraService::connect X (PID %d) rejected, (camera %s is initializing)",
962 ALOGI("CameraService::connect X (PID %d) (second call from same"
1000 ALOGE("CameraService::connect X (PID %d) rejected (no camera device with ID %s)",
1017 ALOGE("CameraService::connect X (PID %d) rejected (existing client(s) with higher"
1026 "(PID %d, priority %d) due to eviction policy", curTime.string(),
1032 "(PID %" PRId32 ", priority %" PRId32 ")", i->getKey().string(),
1035 ALOGE(" Conflicts with: Device %s, client package %s (PID %"
1065 logEvent(String8::format("EVICT device %s client held by package %s (PID"
1067 " package %s (PID %d, priority %" PRId32 ")",
1083 // Clear caller identity temporarily so client disconnect PID checks work correctly
1095 ALOGV("%s: Waiting for disconnect to complete for client for device %s (PID %" PRId32 ")",
1646 logEvent(String8::format("EVICT device %s client held by package %s (PID %"
1657 // Clear caller identity temporarily so client disconnect PID checks work correctly
1679 logEvent(String8::format("DISCONNECT device %s client for package %s (PID %d)", cameraId,
1686 logEvent(String8::format("CONNECT device %s client for package %s (PID %d)", cameraId,
1693 logEvent(String8::format("REJECT device %s client for package %s (PID %d), reason: (%s)",
1718 logEvent(String8::format("DIED client(s) with PID %d, reason: (%s)", clientPid, reason));
1729 const int pid = getCallingPid();
1737 if (pid != selfPid) {
1743 "can't use the camera pid=%d, uid=%d", pid, uid);
1750 if (pid != selfPid) {
1757 " events from pid=%d, uid=%d", pid, uid);
1832 LOG1("Client::Client E (pid %d, id %d)", callingPid, cameraId);
1838 LOG1("Client::Client X (pid %d, id %d)", callingPid, cameraId);
1893 ALOGI("%s: Disconnected client for camera %d for PID %d", __FUNCTION__, mCameraId, mClientPid);
2003 // Reset the client PID to allow server-initiated disconnect,
2141 int32_t pid = i->getOwnerId();
2152 ret.appendFormat("\n(Camera ID: %s, Cost: %" PRId32 ", PID: %" PRId32 ", Priority: %"
2153 PRId32 ", ", key.string(), cost, pid, priority);
2209 "can't dump CameraService from pid=%d, uid=%d\n",
2324 result.appendFormat("Client PID: %d\n", clientDescriptor->getOwnerId());