Home
last modified time | relevance | path

Searched refs:bundleRelatedCameras (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h297 int32_t bundleRelatedCameras(bool sync);
DQCameraMuxer.cpp579 rc = hwi->bundleRelatedCameras(true); in start_preview()
593 rc = hwi->bundleRelatedCameras(true); in start_preview()
1693 rc = hwi->bundleRelatedCameras(false); in close_camera_device()
1707 rc = hwi->bundleRelatedCameras(false); in close_camera_device()
DQCameraParametersIntf.cpp1385 int32_t QCameraParametersIntf::bundleRelatedCameras(bool sync) in bundleRelatedCameras() function in qcamera::QCameraParametersIntf
1389 return mImpl->bundleRelatedCameras(sync); in bundleRelatedCameras()
DQCamera2HWI.h265 int bundleRelatedCameras(bool syncOn);
DQCameraParameters.h884 int32_t bundleRelatedCameras(bool sync);
DQCamera2HWI.cpp2058 int QCamera2HardwareInterface::bundleRelatedCameras(bool syncOn) in bundleRelatedCameras() function in qcamera::QCamera2HardwareInterface
2060 int32_t rc = mParameters.bundleRelatedCameras(syncOn); in bundleRelatedCameras()
DQCameraParameters.cpp12477 int32_t QCameraParameters::bundleRelatedCameras(bool sync) in bundleRelatedCameras() function in qcamera::QCameraParameters