Home | History | Annotate | Download | only in HAL

Lines Matching refs:pre_take_picture

855  * FUNCTION   : pre_take_picture
866 int QCamera2HardwareInterface::pre_take_picture(struct camera_device *device)
938 // Give HWI control to call pre_take_picture in single camera mode.
941 ret = pre_take_picture(device);
943 LOGE("pre_take_picture failed with ret = %d",ret);
973 // Give HWI control to call pre_take_picture in single camera mode.
976 ret = pre_take_picture(device);
978 LOGE("pre_take_picture failed with ret = %d",ret);