HomeSort by relevance Sort by last modified time
    Searched defs:get_camera_info (Results 1 - 14 of 14) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.cpp 85 * FUNCTION : get_camera_info
97 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Factory.cpp 87 * FUNCTION : get_camera_info
99 int QCamera3Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera3Factory
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2Factory.cpp 85 * FUNCTION : get_camera_info
97 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Factory.cpp 107 * FUNCTION : get_camera_info
119 int QCamera3Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera3Factory
  /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/moto/shamu/camera/QCamera2/
QCamera2Factory.cpp 134 * FUNCTION : get_camera_info
146 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
  /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/qcom/camera/QCamera2/
QCamera2Factory.cpp 132 * FUNCTION : get_camera_info
144 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info) function in class:qcamera::QCamera2Factory
  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.cpp 73 get_camera_info: get_camera_info,
124 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 299 int EmulatedCameraFactory::get_camera_info(int camera_id, function in class:android::EmulatedCameraFactory
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 77 get_camera_info: get_camera_info,
168 extern "C" int get_camera_info(int camera_id, struct camera_info *info) function in namespace:android
  /device/moto/shamu/camera/QCamera2/HAL/wrapper/
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.
225 * change after it is returned by get_camera_info().
449 * Calls to get_camera_info must still succeed, and provide the same information
454 * The camera device at this status must return -EINVAL for get_camera_info call,
464 * The information returned by get_camera_info cannot change due to this status
469 * The information returned by get_camera_info will become valid after a device's
481 * Calls to get_camera_info must still succeed, as if the camera was in the
486 * The camera device at this status must return -EINVAL for get_camera_info for call,
504 * android.flash.info.available is reported as true via get_camera_info() call.
626 * is reported as true via get_camera_info() call
726 int (*get_camera_info)(int camera_id, struct camera_info *info); member in struct:camera_module
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/wrapper/
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);

Completed in 3118 milliseconds