Searched refs:get_camera_info (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/camera/QCamera2/
H A DQCamera2Hal.cpp49 .get_camera_info = qcamera::QCamera2Factory::get_camera_info,
H A DQCamera2Factory.h50 static int get_camera_info(int camera_id, struct camera_info *info);
H A DQCamera2Factory.cpp178 * FUNCTION : get_camera_info
190 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
195 rc = gQCameraMuxer->get_camera_info(camera_id, info);
/hardware/qcom/camera/msm8998/QCamera2/
H A DQCamera2Hal.cpp49 .get_camera_info = qcamera::QCamera2Factory::get_camera_info,
H A DQCamera2Factory.h50 static int get_camera_info(int camera_id, struct camera_info *info);
H A DQCamera2Factory.cpp194 * FUNCTION : get_camera_info
206 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
211 rc = gQCameraMuxer->get_camera_info(camera_id, info);
/hardware/libhardware/tests/camera3/
H A Dcamera3tests.cpp29 ASSERT_TRUE(NULL != cam_module()->get_camera_info)
30 << "get_camera_info is not implemented";
33 ASSERT_EQ(0, cam_module()->get_camera_info(i, &info))
/hardware/libhardware/modules/usbcamera/
H A DCameraHAL.cpp116 static int get_camera_info(int id, struct camera_info* info) { function
145 get_camera_info : get_camera_info,
/hardware/libhardware/modules/camera/
H A DCameraHAL.cpp117 static int get_camera_info(int id, struct camera_info* info) function
184 get_camera_info : get_camera_info,
/hardware/libhardware/include/hardware/
H A Dcamera_common.h115 * get_camera_info call.
226 * change after it is returned by get_camera_info().
450 * Calls to get_camera_info must still succeed, and provide the same information
455 * The camera device at this status must return -EINVAL for get_camera_info call,
465 * The information returned by get_camera_info cannot change due to this status
470 * The information returned by get_camera_info will become valid after a device's
482 * Calls to get_camera_info must still succeed, as if the camera was in the
487 * The camera device at this status must return -EINVAL for get_camera_info for call,
505 * android.flash.info.available is reported as true via get_camera_info() call.
627 * is reported as true via get_camera_info() cal
727 int (*get_camera_info)(int camera_id, struct camera_info *info); member in struct:camera_module
[all...]
/hardware/qcom/camera/QCamera2/HAL/wrapper/
H A DQualcommCamera.h39 int get_camera_info(int camera_id, struct camera_info *info);
H A DQualcommCamera.cpp112 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
118 QCamera2Factory::get_camera_info(camera_id, info);
/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
H A DQualcommCamera.h39 int get_camera_info(int camera_id, struct camera_info *info);
H A DQualcommCamera.cpp112 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
118 QCamera2Factory::get_camera_info(camera_id, info);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMuxer.h144 static int get_camera_info(int camera_id, struct camera_info *info);
H A DQCameraMuxer.cpp206 * FUNCTION : get_camera_info
219 int QCameraMuxer::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCameraMuxer
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMuxer.h146 static int get_camera_info(int camera_id, struct camera_info *info);
H A DQCameraMuxer.cpp206 * FUNCTION : get_camera_info
219 int QCameraMuxer::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCameraMuxer
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp212 CHECK_MEMBER_AT(camera_module_t, get_camera_info, 132, 256);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3Base.cpp208 my_if_handle->get_camera_info(0, &(mLibHandle->test_obj.cam_info));
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp61 .get_camera_info = camera_get_camera_info,
/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp73 get_camera_info: Ti::Camera::camera_get_camera_info,

Completed in 388 milliseconds