Home
last modified time | relevance | path

Searched refs:mNotifyCb (Results 1 – 2 of 2) 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/omap4xxx/camera/inc/
DCameraHal.h631 camera_notify_callback mNotifyCb; variable