Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.h139 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()
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);