/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 137 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMuxer.h | 200 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraMuxer.cpp | 2257 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()
|
D | QCamera2HWI.cpp | 4223 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 …]
|
D | QCameraPostProc.h | 198 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraStateMachine.cpp | 713 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()
|
D | QCameraPostProc.cpp | 859 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()
|
D | QCamera2HWI.h | 427 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|