/hardware/libhardware/modules/usbcamera/ |
D | CameraHAL.cpp | 76 int CameraHAL::getCameraInfo(int id, struct camera_info* info) { in getCameraInfo() function in usb_camera_hal::CameraHAL 121 return gCameraHAL.getCameraInfo(id, info); in get_camera_info()
|
D | CameraHAL.h | 41 int getCameraInfo(int camera_id, struct camera_info *info);
|
/hardware/libhardware/modules/camera/3_0/ |
D | CameraHAL.h | 37 int getCameraInfo(int camera_id, struct camera_info *info);
|
D | CameraHAL.cpp | 71 int CameraHAL::getCameraInfo(int id, struct camera_info* info) in getCameraInfo() function in default_camera_hal::CameraHAL 119 return gCameraHAL.getCameraInfo(id, info); in get_camera_info()
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.h | 43 int getCameraInfo(int camera_id, camera_info_t* info);
|
D | v4l2_camera_hal.cpp | 122 int V4L2CameraHAL::getCameraInfo(int id, camera_info_t* info) { in getCameraInfo() function in v4l2_camera_hal::V4L2CameraHAL 188 return gCameraHAL.getCameraInfo(id, info); in get_camera_info()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDevice.cpp | 114 int ret = mModule->getCameraInfo(mCameraIdInt, &info); in getResourceCost() 151 int ret = mModule->getCameraInfo(mCameraIdInt, &info); in getCameraCharacteristics() 237 res = mModule->getCameraInfo(mCameraIdInt, &info); in open()
|
/hardware/qcom/camera/msm8998/QCamera2/ |
D | QCamera2Factory.h | 63 int getCameraInfo(int camera_id, struct camera_info *info);
|
D | QCamera2Factory.cpp | 215 rc = gQCamera2Factory->getCameraInfo(camera_id, info); in QCamera2Factory() 389 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info) in QCamera2Factory() function in qcamera::QCamera2Factory
|
/hardware/interfaces/camera/common/1.0/default/include/ |
D | CameraModule.h | 52 int getCameraInfo(int cameraId, struct camera_info *info);
|
/hardware/interfaces/automotive/evs/1.0/default/ |
D | EvsCamera.h | 42 Return<void> getCameraInfo(getCameraInfo_cb _hidl_cb) override;
|
D | EvsEnumerator.cpp | 122 pCamera->getCameraInfo([&cameraId](CameraDesc desc) { in closeCamera()
|
D | EvsCamera.cpp | 108 Return<void> EvsCamera::getCameraInfo(getCameraInfo_cb _hidl_cb) { in getCameraInfo() function in android::hardware::automotive::evs::V1_0::implementation::EvsCamera
|
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | VtsHalEvsV1_0TargetTest.cpp | 125 pCam->getCameraInfo([&cam](CameraDesc desc) { in TEST_P() 156 pCam->getCameraInfo([&cam](CameraDesc desc) { in TEST_P() 179 pCam2->getCameraInfo([&cam](CameraDesc desc) { in TEST_P()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMuxer.h | 259 int getCameraInfo(int camera_id, struct camera_info *info,
|
D | QCameraMuxer.cpp | 229 rc = gMuxer->getCameraInfo(camera_id, info, &type); in get_camera_info() 1910 int QCameraMuxer::getCameraInfo(int camera_id, in getCameraInfo() function in qcamera::QCameraMuxer
|
/hardware/interfaces/camera/device/1.0/default/ |
D | CameraDevice.cpp | 559 int ret = mModule->getCameraInfo(mCameraIdInt, &info); in getResourceCost() 589 Return<void> CameraDevice::getCameraInfo(getCameraInfo_cb _hidl_cb) { in getCameraInfo() function in android::hardware::camera::device::V1_0::implementation::CameraDevice 594 int ret = mModule->getCameraInfo(mCameraIdInt, &info); in getCameraInfo() 651 status_t res = mModule->getCameraInfo(mCameraIdInt, &info); in open()
|
D | CameraDevice_1_0.h | 80 Return<void> getCameraInfo(getCameraInfo_cb _hidl_cb) override;
|
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraModule.cpp | 280 int CameraModule::getCameraInfo(int cameraId, struct camera_info *info) { in getCameraInfo() function in android::hardware::camera::common::V1_0::helper::CameraModule 383 getCameraInfo(cameraId, &info); in getDeviceVersion()
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsCamera.hal | 34 getCameraInfo() generates (CameraDesc info);
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 79 getCameraInfo() generates (Status status, CameraInfo info); 155 * All methods besides getResourceCost(), getCameraInfo(), setTorchMode(),
|
D | types.hal | 33 * ICameraDevice::getCameraInfo().
|
/hardware/interfaces/camera/provider/2.4/default/ |
D | LegacyCameraProviderImpl_2_4.cpp | 318 auto rc = mModule->getCameraInfo(i, &info); in initialize()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 1722 TEST_F(CameraHidlTest, getCameraInfo) { in TEST_F() argument 1739 ret = device1->getCameraInfo([&](auto status, const auto& info) { in TEST_F()
|