HomeSort by relevance Sort by last modified time
    Searched refs:get_camera_info (Results 1 - 25 of 31) sorted by null

1 2

  /device/generic/goldfish/camera/
EmulatedCameraHal.cpp 44 get_camera_info: android::EmulatedCameraFactory::get_camera_info,
EmulatedCameraFactory.h 53 * - camera_module_t::get_camera_info entry point
86 * This method is called in response to camera_module_t::get_camera_info
118 * camera_module_t::get_camera_info callback entry point.
120 static int get_camera_info(int camera_id, struct camera_info *info);
EmulatedCameraFactory.cpp 221 int EmulatedCameraFactory::get_camera_info(int camera_id, function in class:android::EmulatedCameraFactory
  /device/google/marlin/camera/QCamera2/
QCamera2Hal.cpp 49 .get_camera_info = qcamera::QCamera2Factory::get_camera_info,
QCamera2Factory.h 50 static int get_camera_info(int camera_id, struct camera_info *info);
QCamera2Factory.cpp 173 * FUNCTION : get_camera_info
185 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
190 rc = gQCameraMuxer->get_camera_info(camera_id, info);
  /hardware/qcom/camera/msm8998/QCamera2/
QCamera2Hal.cpp 49 .get_camera_info = qcamera::QCamera2Factory::get_camera_info,
QCamera2Factory.h 50 static int get_camera_info(int camera_id, struct camera_info *info);
QCamera2Factory.cpp 195 * FUNCTION : get_camera_info
207 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
212 rc = gQCameraMuxer->get_camera_info(camera_id, info);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHal.cpp 59 VSOC_STATIC_INITIALIZER(get_camera_info)
60 android::EmulatedCameraFactory::get_camera_info,
EmulatedCameraFactory.h 52 * - camera_module_t::get_camera_info entry point
82 * This method is called in response to camera_module_t::get_camera_info
111 /* camera_module_t::get_camera_info callback entry point. */
112 static int get_camera_info(int camera_id, struct camera_info* info);
EmulatedCameraFactory.cpp 231 int EmulatedCameraFactory::get_camera_info(int camera_id, function in class:android::EmulatedCameraFactory
  /hardware/libhardware/tests/camera3/
camera3tests.cpp 29 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/
CameraHAL.cpp 120 static int get_camera_info(int id, struct camera_info* info) { function
149 .get_camera_info = get_camera_info,
  /hardware/libhardware/modules/camera/3_0/
CameraHAL.cpp 117 static int get_camera_info(int id, struct camera_info* info) function
184 .get_camera_info = get_camera_info,
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 39 int get_camera_info(int camera_id, struct camera_info *info);
QualcommCamera.cpp 112 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/libhardware/include/hardware/
camera_common.h 115 * get_camera_info call.
227 * change after it is returned by get_camera_info().
451 * Calls to get_camera_info must still succeed, and provide the same information
456 * The camera device at this status must return -EINVAL for get_camera_info call,
466 * The information returned by get_camera_info cannot change due to this status
471 * The information returned by get_camera_info will become valid after a device's
483 * Calls to get_camera_info must still succeed, as if the camera was in the
488 * The camera device at this status must return -EINVAL for get_camera_info for call,
506 * android.flash.info.available is reported as true via get_camera_info() call.
628 * is reported as true via get_camera_info() call
728 int (*get_camera_info)(int camera_id, struct camera_info *info); member in struct:camera_module
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.h 39 int get_camera_info(int camera_id, struct camera_info *info);
QualcommCamera.cpp 112 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/libhardware/modules/camera/3_4/
v4l2_camera_hal.cpp 184 static int get_camera_info(int id, struct camera_info* info) { function in namespace:v4l2_camera_hal
232 .get_camera_info = v4l2_camera_hal::get_camera_info,
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.h 144 static int get_camera_info(int camera_id, struct camera_info *info);
  /external/libxcam/xcore/interface/
stitcher.h 139 bool get_camera_info (uint32_t index, CameraInfo &info) const;
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.h 146 static int get_camera_info(int camera_id, struct camera_info *info);
  /hardware/interfaces/camera/common/1.0/default/
CameraModule.cpp 283 ATRACE_BEGIN("camera_module->get_camera_info");
284 ret = mModule->get_camera_info(cameraId, info);
296 ATRACE_BEGIN("camera_module->get_camera_info");
297 int ret = mModule->get_camera_info(cameraId, &rawInfo);

Completed in 228 milliseconds

1 2