Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3PostProc.h137 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMuxer.h197 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCamera2HWI.cpp3737 rc = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in autoFocus()
5394 rc = sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in takeLiveSnapshot_internal()
5953 int32_t QCamera2HardwareInterface::sendEvtNotify(int32_t msg_type, in sendEvtNotify() function in qcamera::QCamera2HardwareInterface
6060 ret = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in processAutoFocusEvent()
6096 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
6105 ret = sendEvtNotify(CAMERA_MSG_FOCUS, false, 0); in processAutoFocusEvent()
6143 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
6147 ret = sendEvtNotify(CAMERA_MSG_FOCUS_MOVE, in processAutoFocusEvent()
8585 sendEvtNotify(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, 0); in calcThermalLevel()
9420 pme->sendEvtNotify(CAMERA_MSG_ERROR, in deferredWorkRoutine()
[all …]
DQCameraPostProc.h161 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraMuxer.cpp2252 int32_t QCameraMuxer::sendEvtNotify(int32_t msg_type, int32_t ext1, in sendEvtNotify() function in qcamera::QCameraMuxer
2268 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
2290 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2300 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2379 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2661 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in jpeg_data_callback()
2664 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in jpeg_data_callback()
DQCameraStateMachine.cpp709 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewStoppedState()
1077 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewReadyState()
1652 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewingState()
1837 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPrepareSnapshotState()
2232 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPicTakingState()
2693 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtRecordingState()
3073 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtVideoPicTakingState()
3582 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewPicTakingState()
DQCameraPostProc.cpp713 int32_t QCameraPostProcessor::sendEvtNotify(int32_t msg_type, in sendEvtNotify() function in qcamera::QCameraPostProcessor
717 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
1206 sendEvtNotify(CAMERA_MSG_ERROR, in processJpegEvt()
1234 sendEvtNotify(CAMERA_MSG_ERROR, in processJpegEvt()
2935 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
2957 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
2963 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
DQCamera2HWI.h399 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);