Lines Matching refs:mNotifyCb
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()
411 ( NULL != mNotifyCb) && in notifyEvent()
414 …mNotifyCb(CAMERA_MSG_ZOOM, zoomEvtData->currentZoomIndex, zoomEvtData->targetZoomIndexReached, mCa… in notifyEvent()
424 ( NULL != mNotifyCb) && in notifyEvent()
875 ( NULL != mNotifyCb ) ){ in dummyRaw()
889 mNotifyCb(CAMERA_MSG_RAW_IMAGE_NOTIFY, 0, 0, mCallbackCookie); in dummyRaw()
935 ( NULL != mNotifyCb ) ) in notifyFrame()
948 mNotifyCb(CAMERA_MSG_RAW_IMAGE_NOTIFY, 0, 0, mCallbackCookie); in notifyFrame()
1194 ( NULL != mNotifyCb)) { in notifyFrame()