Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.h136 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.h198 static int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCamera2HWI.cpp3820 rc = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in autoFocus()
5486 rc = sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in takeLiveSnapshot_internal()
6068 int32_t QCamera2HardwareInterface::sendEvtNotify(int32_t msg_type, in sendEvtNotify() function in qcamera::QCamera2HardwareInterface
6175 ret = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in processAutoFocusEvent()
6211 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
6220 ret = sendEvtNotify(CAMERA_MSG_FOCUS, false, 0); in processAutoFocusEvent()
6258 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
6262 ret = sendEvtNotify(CAMERA_MSG_FOCUS_MOVE, in processAutoFocusEvent()
8715 sendEvtNotify(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, 0); in calcThermalLevel()
9550 pme->sendEvtNotify(CAMERA_MSG_ERROR, in deferredWorkRoutine()
[all …]
DQCameraPostProc.h161 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
DQCameraMuxer.cpp2255 int32_t QCameraMuxer::sendEvtNotify(int32_t msg_type, int32_t ext1, in sendEvtNotify() function in qcamera::QCameraMuxer
2271 return pCam->hwi->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
2293 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2303 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2382 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in composeMpo()
2664 gMuxer->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in jpeg_data_callback()
2667 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()
1849 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPrepareSnapshotState()
2244 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPicTakingState()
2705 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtRecordingState()
3085 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtVideoPicTakingState()
3606 m_parent->sendEvtNotify(CAMERA_MSG_ERROR, in procEvtPreviewPicTakingState()
DQCameraPostProc.cpp715 int32_t QCameraPostProcessor::sendEvtNotify(int32_t msg_type, in sendEvtNotify() function in qcamera::QCameraPostProcessor
719 return m_parent->sendEvtNotify(msg_type, ext1, ext2); in sendEvtNotify()
1208 sendEvtNotify(CAMERA_MSG_ERROR, in processJpegEvt()
1236 sendEvtNotify(CAMERA_MSG_ERROR, in processJpegEvt()
2968 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
2990 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
2996 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0); in dataProcessRoutine()
DQCamera2HWI.h407 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);