Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.h390 int32_t processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_job);
DQCameraStateMachine.cpp2260 rc = m_parent->processJpegNotify(jpeg_job); in procEvtPicTakingState()
3089 rc = m_parent->processJpegNotify(jpeg_job); in procEvtVideoPicTakingState()
3611 rc = m_parent->processJpegNotify(jpeg_job); in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp6439 int32_t QCamera2HardwareInterface::processJpegNotify(qcamera_jpeg_evt_payload_t *jpeg_evt) in processJpegNotify() function in qcamera::QCamera2HardwareInterface