/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 137 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMuxer.h | 197 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCamera2HWI.cpp | 3737 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 …]
|
D | QCameraPostProc.h | 161 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|
D | QCameraMuxer.cpp | 2252 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()
|
D | QCameraStateMachine.cpp | 709 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()
|
D | QCameraPostProc.cpp | 713 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()
|
D | QCamera2HWI.h | 399 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
|