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

1 2 3

  /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))
  /device/generic/goldfish/camera/
EmulatedCameraHal.cpp 44 get_camera_info: android::EmulatedCameraFactory::get_camera_info,
EmulatedCameraFactory.h 48 * - camera_module_t::get_camera_info entry point
74 * This method is called in response to camera_module_t::get_camera_info callback.
96 /* camera_module_t::get_camera_info callback entry point. */
97 static int get_camera_info(int camera_id, struct camera_info *info);
  /hardware/libhardware/modules/usbcamera/
CameraHAL.cpp 116 static int get_camera_info(int id, struct camera_info* info) { function
145 get_camera_info : get_camera_info,
  /device/huawei/angler/camera/QCamera2/
QCamera2Hal.cpp 48 .get_camera_info = qcamera::QCamera2Factory::get_camera_info,
QCamera2Factory.h 51 static int get_camera_info(int camera_id, struct camera_info *info);
  /device/lge/bullhead/camera/QCamera2/
QCamera2Hal.cpp 48 .get_camera_info = qcamera::QCamera2Factory::get_camera_info,
QCamera2Factory.h 51 static int get_camera_info(int camera_id, struct camera_info *info);
  /device/moto/shamu/camera/QCamera2/
QCamera2Hal.cpp 48 get_camera_info: qcamera::QCamera2Factory::get_camera_info,
QCamera2Factory.h 51 static int get_camera_info(int camera_id, struct camera_info *info);
  /hardware/qcom/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);
  /hardware/qcom/camera/msmcobalt/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);
  /frameworks/av/services/camera/libcameraservice/common/
CameraModule.h 30 * get_camera_info implementation which CameraService generates some
CameraModule.cpp 278 ATRACE_BEGIN("camera_module->get_camera_info");
279 ret = mModule->get_camera_info(cameraId, info);
291 ATRACE_BEGIN("camera_module->get_camera_info");
292 int ret = mModule->get_camera_info(cameraId, &rawInfo);
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 117 static int get_camera_info(int id, struct camera_info* info) function
184 get_camera_info : get_camera_info,
  /hardware/libhardware/include/hardware/
camera_common.h 115 * 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() call
727 int (*get_camera_info)(int camera_id, struct camera_info *info); member in struct:camera_module
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 39 int get_camera_info(int camera_id, struct camera_info *info);
  /device/lge/bullhead/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 39 int get_camera_info(int camera_id, struct camera_info *info);
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.h 40 int get_camera_info(int camera_id, struct camera_info *info);
  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.h 38 int get_camera_info(int camera_id, struct camera_info *info);
  /device/moto/shamu/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 39 int get_camera_info(int camera_id, struct camera_info *info);
  /hardware/qcom/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 39 int get_camera_info(int camera_id, struct camera_info *info);
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/wrapper/
QualcommCamera.h 39 int get_camera_info(int camera_id, struct camera_info *info);

Completed in 1417 milliseconds

1 2 3