Searched refs:sendEvtNotify (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3PostProc.h | 139 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 | 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);
|