Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp3404 rc = stopChannel(QCAMERA_CH_TYPE_CALLBACK); in disableMsgType()
3495 stopChannel(QCAMERA_CH_TYPE_ZSL); in startPreview()
3496 stopChannel(QCAMERA_CH_TYPE_PREVIEW); in startPreview()
3561 stopChannel(QCAMERA_CH_TYPE_CALLBACK); in stopPreview()
3562 stopChannel(QCAMERA_CH_TYPE_ZSL); in stopPreview()
3563 stopChannel(QCAMERA_CH_TYPE_PREVIEW); in stopPreview()
3564 stopChannel(QCAMERA_CH_TYPE_RAW); in stopPreview()
3751 stopChannel(QCAMERA_CH_TYPE_SNAPSHOT); in stopRecording()
3753 int rc = stopChannel(QCAMERA_CH_TYPE_VIDEO); in stopRecording()
4917 rc = stopChannel(QCAMERA_CH_TYPE_CAPTURE); in stopCaptureChannel()
[all …]
DQCamera2HWI.h421 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
DQCameraStateMachine.cpp3370 m_parent->stopChannel(QCAMERA_CH_TYPE_ZSL); in procEvtPreviewPicTakingState()
3376 m_parent->stopChannel(QCAMERA_CH_TYPE_PREVIEW); in procEvtPreviewPicTakingState()