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

  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 595 * FUNCTION : pre_start_recording
606 int QCamera2HardwareInterface::pre_start_recording(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
654 // Give HWI control to call pre_start_recording in single camera mode.
657 ret = pre_start_recording(device);
659 LOGE("pre_start_recording failed with ret = %d", ret);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp 595 * FUNCTION : pre_start_recording
606 int QCamera2HardwareInterface::pre_start_recording(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
657 // Give HWI control to call pre_start_recording in single camera mode.
660 ret = pre_start_recording(device);
662 LOGE("pre_start_recording failed with ret = %d", ret);
    [all...]

Completed in 701 milliseconds