Home
last modified time | relevance | path

Searched refs:getRelatedCamSyncInfo (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp533 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in restart_start_preview()
577 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in restart_stop_preview()
659 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in start_recording()
952 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in take_picture()
987 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in take_picture()
1088 if (hw->getRelatedCamSyncInfo()->sync_control != CAM_SYNC_RELATED_SENSORS_ON) { in set_parameters()
1149 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in stop_after_set_params()
1192 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in commit_params()
1235 if (hw->getRelatedCamSyncInfo()->sync_control == CAM_SYNC_RELATED_SENSORS_ON) { in restart_after_set_params()
2136 QCamera2HardwareInterface::getRelatedCamSyncInfo(void) in getRelatedCamSyncInfo() function in qcamera::QCamera2HardwareInterface
[all …]
DQCameraParametersIntf.h292 getRelatedCamSyncInfo(void);
DQCameraParametersIntf.cpp1355 QCameraParametersIntf::getRelatedCamSyncInfo(void) in getRelatedCamSyncInfo() function in qcamera::QCameraParametersIntf
1359 return mImpl->getRelatedCamSyncInfo(); in getRelatedCamSyncInfo()
DQCamera2HWI.h267 const cam_sync_related_sensors_event_info_t* getRelatedCamSyncInfo(
DQCameraParameters.h879 getRelatedCamSyncInfo(void);
DQCamera2HWICallbacks.cpp1200 (pme->getRelatedCamSyncInfo()->mode != CAM_MODE_SECONDARY)) { in nodisplay_preview_stream_cb_routine()
DQCameraPostProc.cpp2820 m_parent->getRelatedCamSyncInfo(); in encodeData()
DQCameraParameters.cpp3535 if (getRelatedCamSyncInfo()->mode == CAM_MODE_SECONDARY) { in setFocusAreas()
12255 QCameraParameters::getRelatedCamSyncInfo(void) in getRelatedCamSyncInfo() function in qcamera::QCameraParameters