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

  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 869 * FUNCTION : pre_take_picture
880 int QCamera2HardwareInterface::pre_take_picture(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
952 // Give HWI control to call pre_take_picture in single camera mode.
955 ret = pre_take_picture(device);
957 LOGE("pre_take_picture failed with ret = %d",ret);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp 864 * FUNCTION : pre_take_picture
875 int QCamera2HardwareInterface::pre_take_picture(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
950 // Give HWI control to call pre_take_picture in single camera mode.
953 ret = pre_take_picture(device);
955 LOGE("pre_take_picture failed with ret = %d",ret);
    [all...]

Completed in 177 milliseconds