Searched refs:mNotifyCb (Results 1 – 12 of 12) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | AppCallbackNotifier.cpp | 214 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/ |
D | AppCallbackNotifier.cpp | 222 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/ |
D | QCamera2HWI.h | 145 mNotifyCb (NULL), in QCameraCbNotifier() 176 camera_notify_callback mNotifyCb; 586 camera_notify_callback mNotifyCb; variable
|
D | QCamera2HWICallbacks.cpp | 3214 if (pme->mNotifyCb) { in cbNotifyRoutine() 3215 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine() 3402 if ( ( NULL == mNotifyCb ) && in setCallbacks() 3406 mNotifyCb = notifyCb; in setCallbacks()
|
D | QCameraPostProc.cpp | 2158 if (NULL != m_parent->mNotifyCb && in encodeData() 2653 if (NULL != m_parent->mNotifyCb && in processRawImageImpl()
|
D | QCamera2HWI.cpp | 3294 mNotifyCb = notify_cb; in setCallBacks() 8168 if (mNotifyCb == NULL || in playShutter()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCamera2HWI.h | 147 mNotifyCb (NULL), in QCameraCbNotifier() 178 camera_notify_callback mNotifyCb; 606 camera_notify_callback mNotifyCb; variable
|
D | QCamera2HWICallbacks.cpp | 3307 if (pme->mNotifyCb) { in cbNotifyRoutine() 3308 pme->mNotifyCb(cb->msg_type, in cbNotifyRoutine() 3495 if ( ( NULL == mNotifyCb ) && in setCallbacks() 3499 mNotifyCb = notifyCb; in setCallbacks()
|
D | QCameraPostProc.cpp | 2210 if (NULL != m_parent->mNotifyCb && in encodeData() 2713 if (NULL != m_parent->mNotifyCb && in processRawImageImpl()
|
D | QCamera2HWI.cpp | 3635 mNotifyCb = notify_cb; in setCallBacks() 8742 if (mNotifyCb == NULL || in playShutter()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 631 camera_notify_callback mNotifyCb; variable
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 768 camera_notify_callback mNotifyCb; variable
|