/frameworks/av/camera/tests/ |
D | CameraCharacteristicsPermission.cpp | 65 std::string cameraIdStr = std::to_string(cameraId); in TEST_F() local 67 auto rc = mCameraService->supportsCameraApi(cameraIdStr, in TEST_F() 76 rc = mCameraService->getCameraCharacteristics(cameraIdStr, in TEST_F()
|
D | CameraZSLTests.cpp | 174 std::string cameraIdStr = std::to_string(cameraId); in TEST_F() local 176 rc = mCameraService->supportsCameraApi(cameraIdStr, in TEST_F() 186 rc = mCameraService->getCameraCharacteristics(cameraIdStr, in TEST_F()
|
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/ |
D | camera_service_fuzzer.cpp | 226 std::string cameraIdStr = std::to_string(cameraId); in getCameraInformation() local 229 cameraIdStr, kCameraApiVersion[mFuzzedDataProvider->ConsumeBool()], &isSupported); in getCameraInformation() 230 mCameraService->isHiddenPhysicalCamera(cameraIdStr, &isSupported); in getCameraInformation() 246 mCameraService->getCameraCharacteristics(cameraIdStr, in getCameraInformation() 327 std::string cameraIdStr = std::to_string(cameraId); in invokeTorchAPIs() local 330 mCameraService->setTorchMode(cameraIdStr, true, binder, kDefaultDeviceId, /*devicePolicy*/0); in invokeTorchAPIs() 334 mCameraService->turnOnTorchWithStrengthLevel(cameraIdStr, torchStrength, binder, in invokeTorchAPIs() 336 mCameraService->setTorchMode(cameraIdStr, false, binder, kDefaultDeviceId, /*devicePolicy*/0); in invokeTorchAPIs()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraOfflineSessionClient.h | 54 const std::string& cameraIdStr, int cameraFacing, int sensorOrientation, in CameraOfflineSessionClient() argument 62 cameraIdStr, cameraFacing, sensorOrientation, clientPid, clientUid, servicePid, in CameraOfflineSessionClient()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraManager.cpp | 802 const char* cameraIdStr, sp<ACameraMetadata>* characteristics) { in getCameraCharacteristics() argument 813 binder::Status serviceRet = cs->getCameraCharacteristics(cameraIdStr, in getCameraCharacteristics() 820 ALOGE("%s: Camera %s has been disconnected", __FUNCTION__, cameraIdStr); in getCameraCharacteristics() 823 ALOGE("%s: Camera ID %s does not exist!", __FUNCTION__, cameraIdStr); in getCameraCharacteristics()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 1212 std::string cameraIdStr = cameraIdIntToStrLocked(cameraId, deviceId, devicePolicy); in getCameraInfo() local 1213 if (cameraIdStr.empty()) { in getCameraInfo() 1220 if (shouldRejectSystemCameraConnection(cameraIdStr)) { in getCameraInfo() 1222 "characteristics for system only device %s: ", cameraIdStr.c_str()); in getCameraInfo() 1244 cameraIdStr, rotationOverride, &portraitRotation, cameraInfo); in getCameraInfo() 1605 std::string cameraIdStr = std::to_string(cameraId); in initializeShimMetadata() local 1609 sp<ICameraClient>{nullptr}, cameraIdStr, cameraId, in initializeShimMetadata() 1614 /*forceSlowJpegMode*/false, cameraIdStr, /*out*/ tmp) in initializeShimMetadata() 1634 std::string cameraIdStr = std::to_string(cameraId); in getLegacyParametersLazy() local 1640 auto cameraState = getCameraState(cameraIdStr); in getLegacyParametersLazy() [all …]
|
D | CameraService.h | 455 const std::string& cameraIdStr, 569 const std::string& cameraIdStr,
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraManager.cpp | 759 camera_status_t ACameraManager::getCameraCharacteristics(const char *cameraIdStr, in getCameraCharacteristics() argument 770 ScopedAStatus serviceRet = cs->getCameraCharacteristics(cameraIdStr, &rawMetadata); in getCameraCharacteristics()
|