Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.h137 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h200 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraMuxer.cpp2257 int32_t QCameraMuxer::sendEvtNotify(int32_t msg_type, int32_t ext1, in sendEvtNotify() function in qcamera::QCameraMuxer
2273 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
2295 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2305 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2384 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2666 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in jpeg_data_callback()
2669 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in jpeg_data_callback()
DQCamera2HWI.cpp4223 rc = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in autoFocus()
6009 rc = sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in takeLiveSnapshot_internal()
6588 int32_t QCamera2HardwareInterface::sendEvtNotify(int32_t msg_type, in sendEvtNotify() function in qcamera::QCamera2HardwareInterface
6695 ret = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in processAutoFocusEvent()
6731 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
6740 ret = sendEvtNotify(CAMERA_MSG_FOCUS, false, 0); in processAutoFocusEvent()
6784 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
6788 ret = sendEvtNotify(CAMERA_MSG_FOCUS_MOVE, in processAutoFocusEvent()
9619 sendEvtNotify(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, 0); in calcThermalLevel()
10501 pme->sendEvtNotify(CAMERA_MSG_ERROR, in deferredWorkRoutine()
[all …]
DQCameraPostProc.h198 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraStateMachine.cpp713 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewStoppedState()
1085 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewReadyState()
1670 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewingState()
1875 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPrepareSnapshotState()
2276 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPicTakingState()
2744 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtRecordingState()
3130 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtVideoPicTakingState()
3657 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewPicTakingState()
DQCameraPostProc.cpp859 int32_t QCameraPostProcessor::sendEvtNotify(int32_t msg_type, in sendEvtNotify() function in qcamera::QCameraPostProcessor
863 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
1352 sendEvtNotify(CAMERA_MSG_ERROR, in processJpegEvt()
1380 sendEvtNotify(CAMERA_MSG_ERROR, in processJpegEvt()
3301 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
3327 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
3333 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
DQCamera2HWI.h427 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);