Searched refs:sendEvtNotify (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.h119 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
H A DQCameraPostProc.cpp376 * FUNCTION : sendEvtNotify
389 int32_t QCameraPostProcessor::sendEvtNotify(int32_t msg_type, function in class:qcamera::QCameraPostProcessor
393 return m_parent->sendEvtNotify(msg_type, ext1, ext2);
591 sendEvtNotify(CAMERA_MSG_ERROR,
1325 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
1341 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
1381 pme->sendEvtNotify(CAMERA_MSG_ERROR, UNKNOWN_ERROR, 0);
H A DQCameraStateMachine.cpp549 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
829 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
1183 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
1295 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
1567 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
1894 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
2184 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
2515 m_parent->sendEvtNotify(CAMERA_MSG_ERROR,
H A DQCamera2HWI.cpp1812 sendEvtNotify(CAMERA_MSG_FOCUS,
1830 sendEvtNotify(CAMERA_MSG_FOCUS,
2423 * FUNCTION : sendEvtNotify
2436 int32_t QCamera2HardwareInterface::sendEvtNotify(int32_t msg_type, function in class:qcamera::QCamera2HardwareInterface
2479 ret = sendEvtNotify(CAMERA_MSG_FOCUS,
2499 ret = sendEvtNotify(CAMERA_MSG_FOCUS,
2503 ret = sendEvtNotify(CAMERA_MSG_FOCUS_MOVE,
H A DQCamera2HWI.h299 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.h115 int32_t sendEvtNotify(int32_t msg_type, int32_t ext1, int32_t ext2);

Completed in 5949 milliseconds