Home
last modified time | relevance | path

Searched refs:mNotifyCb (Results 1 – 12 of 12) sorted by relevance

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp214 mNotifyCb = notify_cb; in setCallbacks()
257 ( NULL != mNotifyCb ) && in errorNotify()
261 mNotifyCb(CAMERA_MSG_ERROR, CAMERA_ERROR_UNKNOWN, 0, mCallbackCookie); in errorNotify()
349 ( NULL != mNotifyCb ) && in notifyEvent()
352 mNotifyCb(CAMERA_MSG_SHUTTER, 0, 0, mCallbackCookie); in notifyEvent()
363 ( NULL != mNotifyCb ) && in notifyEvent()
367 mNotifyCb(CAMERA_MSG_FOCUS, true, 0, mCallbackCookie); in notifyEvent()
371 ( NULL != mNotifyCb ) && in notifyEvent()
375 mNotifyCb(CAMERA_MSG_FOCUS, false, 0, mCallbackCookie); in notifyEvent()
379 ( NULL != mNotifyCb ) && in notifyEvent()
[all …]
/hardware/ti/omap4-aah/camera/
DAppCallbackNotifier.cpp222 mNotifyCb = notify_cb; in setCallbacks()
267 ( NULL != mNotifyCb ) && in errorNotify()
271 mNotifyCb(CAMERA_MSG_ERROR, CAMERA_ERROR_UNKNOWN, 0, mCallbackCookie); in errorNotify()
359 ( NULL != mNotifyCb ) && in notifyEvent()
362 mNotifyCb(CAMERA_MSG_SHUTTER, 0, 0, mCallbackCookie); in notifyEvent()
370 if ( mCameraHal && mNotifyCb ) { in notifyEvent()
377 mNotifyCb(CAMERA_MSG_FOCUS, true, 0, mCallbackCookie); in notifyEvent()
384 mNotifyCb(CAMERA_MSG_FOCUS, false, 0, mCallbackCookie); in notifyEvent()
391 mNotifyCb(CAMERA_MSG_FOCUS_MOVE, true, 0, mCallbackCookie); in notifyEvent()
397 mNotifyCb(CAMERA_MSG_FOCUS_MOVE, false, 0, mCallbackCookie); in notifyEvent()
[all …]
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.h145 mNotifyCb (NULL), in QCameraCbNotifier()
176 camera_notify_callback mNotifyCb;
586 camera_notify_callback mNotifyCb; variable
DQCamera2HWICallbacks.cpp3214 if (pme->mNotifyCb) { in cbNotifyRoutine()
3215 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine()
3402 if ( ( NULL == mNotifyCb ) && in setCallbacks()
3406 mNotifyCb = notifyCb; in setCallbacks()
DQCameraPostProc.cpp2158 if (NULL != m_parent->mNotifyCb && in encodeData()
2653 if (NULL != m_parent->mNotifyCb && in processRawImageImpl()
DQCamera2HWI.cpp3294 mNotifyCb = notify_cb; in setCallBacks()
8168 if (mNotifyCb == NULL || in playShutter()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h147 mNotifyCb (NULL), in QCameraCbNotifier()
178 camera_notify_callback mNotifyCb;
606 camera_notify_callback mNotifyCb; variable
DQCamera2HWICallbacks.cpp3307 if (pme->mNotifyCb) { in cbNotifyRoutine()
3308 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine()
3495 if ( ( NULL == mNotifyCb ) && in setCallbacks()
3499 mNotifyCb = notifyCb; in setCallbacks()
DQCameraPostProc.cpp2210 if (NULL != m_parent->mNotifyCb && in encodeData()
2713 if (NULL != m_parent->mNotifyCb && in processRawImageImpl()
DQCamera2HWI.cpp3635 mNotifyCb = notify_cb; in setCallBacks()
8742 if (mNotifyCb == NULL || in playShutter()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h631 camera_notify_callback mNotifyCb; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h768 camera_notify_callback mNotifyCb; variable