Home
last modified time | relevance | path

Searched refs:stopChannel (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp3794 rc = stopChannel(QCAMERA_CH_TYPE_CALLBACK); in disableMsgType()
3899 stopChannel(QCAMERA_CH_TYPE_ZSL); in startPreview()
3900 stopChannel(QCAMERA_CH_TYPE_PREVIEW); in startPreview()
3957 stopChannel(QCAMERA_CH_TYPE_CALLBACK); in stopPreview()
3958 stopChannel(QCAMERA_CH_TYPE_ZSL); in stopPreview()
3959 stopChannel(QCAMERA_CH_TYPE_PREVIEW); in stopPreview()
3960 stopChannel(QCAMERA_CH_TYPE_RAW); in stopPreview()
4154 stopChannel(QCAMERA_CH_TYPE_SNAPSHOT); in stopRecording()
4156 int rc = stopChannel(QCAMERA_CH_TYPE_VIDEO); in stopRecording()
5396 rc = stopChannel(QCAMERA_CH_TYPE_CAPTURE); in stopCaptureChannel()
[all …]
DQCamera2HWI.h441 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
DQCameraStateMachine.cpp3415 m_parent->stopChannel(QCAMERA_CH_TYPE_ZSL); in procEvtPreviewPicTakingState()
3421 m_parent->stopChannel(QCAMERA_CH_TYPE_PREVIEW); in procEvtPreviewPicTakingState()