Searched defs:get_camera_info (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2Factory.cpp85 * FUNCTION : get_camera_info
97 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Factory.cpp99 * FUNCTION : get_camera_info
111 int QCamera3Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera3Factory
/hardware/libhardware/modules/camera/
H A DCameraHAL.cpp117 static int get_camera_info(int id, struct camera_info* info) function
149 get_camera_info : get_camera_info,
/hardware/libhardware/include/hardware/
H A Dcamera_common.h161 * change after it is returned by get_camera_info().
200 * failure. Calls to get_camera_info must still succeed, and provide the
207 * information returned by get_camera_info cannot change due to this status
215 * so opening the device will return -EBUSY. Calls to get_camera_info
256 * entries with vendor-specified tags, potentially returned by get_camera_info.
331 * get_camera_info:
337 int (*get_camera_info)(int camera_id, struct camera_info *info); member in struct:camera_module

Completed in 158 milliseconds