Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp109 TClientBase::mCameraIdStr.c_str()); in initializeImpl()
113 res = providerPtr->getCameraIdIPCTransport(TClientBase::mCameraIdStr, in initializeImpl()
123 TClientBase::mCameraIdStr, mOverrideForPerfClass, in initializeImpl()
130 TClientBase::mCameraIdStr, mOverrideForPerfClass, in initializeImpl()
135 TClientBase::mCameraIdStr.c_str()); in initializeImpl()
140 __FUNCTION__, TClientBase::mCameraIdStr.c_str()); in initializeImpl()
154 __FUNCTION__, TClientBase::mCameraIdStr.c_str(), strerror(-res), res); in initializeImpl()
163 __FUNCTION__, TClientBase::mCameraIdStr.c_str(), strerror(-res), res); in initializeImpl()
179 __FUNCTION__, TClientBase::mCameraIdStr.c_str(), in ~Camera2ClientBase()
189 TClientBase::mCameraIdStr.c_str(), in dumpClient()
[all …]
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp140 std::string threadName = std::string("CDU-") + mCameraIdStr + "-FrameProc"; in initializeImpl()
184 __FUNCTION__, mCameraIdStr.c_str(), entry.data.i64[i]); in initializeImpl()
191 " profile map!", __FUNCTION__, mCameraIdStr.c_str()); in initializeImpl()
199 mProviderManager->isLogicalCamera(mCameraIdStr, &mPhysicalCameraIds); in initializeImpl()
200 if (supportsUltraHighResolutionCapture(mCameraIdStr)) { in initializeImpl()
201 mHighResolutionSensors.insert(mCameraIdStr); in initializeImpl()
233 __FUNCTION__, mCameraIdStr.c_str()); in insertGbpLocked()
250 __FUNCTION__, mCameraIdStr.c_str(), streamSurfaceId.streamId(), in insertGbpLocked()
293 __FUNCTION__, mCameraIdStr.c_str()); in submitRequestList()
306 mCameraIdStr.c_str()); in submitRequestList()
[all …]
DCameraOfflineSessionClient.cpp45 __FUNCTION__, mCameraIdStr.c_str()); in initialize()
50 std::string threadName = fmt::sprintf("Offline-%s-FrameProc", mCameraIdStr.c_str()); in initialize()
67 __FUNCTION__, mCameraIdStr.c_str(), strerror(-res), res); in initialize()
174 sCameraService->logDisconnectedOffline(mCameraIdStr, mClientPid, mClientPackageName); in disconnect()
189 mCameraIdStr.c_str(), mClientPid); in disconnect()
250 mCameraIdStr.c_str(), mClientPackageName.c_str()); in startCameraOps()
258 mCameraIdStr.c_str(), mClientPackageName.c_str()); in startCameraOps()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp3704 cacheClientTagDumpIfNeeded(client->mCameraIdStr, clientSp.get()); in removeByClient()
4112 mCameraIdStr(cameraIdStr), mCameraFacing(cameraFacing), mOrientation(sensorOrientation), in BasicClient()
4159 sCameraService->logDisconnected(mCameraIdStr, mClientPid, mClientPackageName); in disconnect()
4161 mCameraIdStr); in disconnect()
4170 sCameraService->mFlashlight->deviceClosed(mCameraIdStr); in disconnect()
4171 ALOGI("%s: Disconnected client for camera %s for PID %d", __FUNCTION__, mCameraIdStr.c_str(), in disconnect()
4267 mCameraIdStr.c_str(), mClientPackageName.c_str()); in handleAppOpMode()
4290 "uid active: %s, privacy enabled: %s", mCameraIdStr.c_str(), in handleAppOpMode()
4333 sCameraService->updateStatus(StatusInternal::NOT_AVAILABLE, mCameraIdStr); in startCameraOps()
4338 sCameraService->updateOpenCloseStatus(mCameraIdStr, true/*open*/, mClientPackageName); in startCameraOps()
[all …]
DCameraService.h473 const std::string mCameraIdStr; variable
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp507 mCameraServiceProxyWrapper->logClose(mCameraIdStr, closeLatencyMs, hasDeviceError); in disconnect()