Searched refs:getCameraInfo (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/modules/camera/
H A DCameraHAL.h35 int getCameraInfo(int camera_id, struct camera_info *info);
H A DCameraHAL.cpp71 int CameraHAL::getCameraInfo(int id, struct camera_info* info) function in class:default_camera_hal::CameraHAL
119 return gCameraHAL.getCameraInfo(id, info);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Factory.h50 int getCameraInfo(int camera_id, struct camera_info *info);
H A DQCamera3Factory.cpp63 //calls to 'getCameraInfo()'
65 getCameraInfo(i, &info);
120 return gQCamera3Factory->getCameraInfo(camera_id, info);
138 * FUNCTION : getCameraInfo
150 int QCamera3Factory::getCameraInfo(int camera_id, struct camera_info *info) function in class:qcamera::QCamera3Factory
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2Factory.h52 int getCameraInfo(int camera_id, struct camera_info *info);
H A DQCamera2Factory.cpp99 return gQCamera2Factory.getCameraInfo(camera_id, info);
117 * FUNCTION : getCameraInfo
129 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory

Completed in 1054 milliseconds