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

  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 212 static int pre_start_recording(struct camera_device *);
QCameraMuxer.cpp 752 // 1. call pre_start_recording first
760 rc = hwi->pre_start_recording(pCam->dev);
    [all...]
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/msmcobalt/QCamera2/HAL/
QCamera2HWI.h 213 static int pre_start_recording(struct camera_device *);
    [all...]
QCameraMuxer.cpp 752 // 1. call pre_start_recording first
760 rc = hwi->pre_start_recording(pCam->dev);
    [all...]
QCamera2HWI.cpp 597 * FUNCTION : pre_start_recording
608 int QCamera2HardwareInterface::pre_start_recording(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
656 // Give HWI control to call pre_start_recording in single camera mode.
659 ret = pre_start_recording(device);
661 LOGE("pre_start_recording failed with ret = %d", ret);
    [all...]

Completed in 299 milliseconds