Lines Matching refs:mNotifyCb
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()
382 mNotifyCb(CAMERA_MSG_FOCUS_MOVE, true, 0, mCallbackCookie); in notifyEvent()
386 ( NULL != mNotifyCb ) && in notifyEvent()
389 mNotifyCb(CAMERA_MSG_FOCUS_MOVE, false, 0, mCallbackCookie); in notifyEvent()
399 ( NULL != mNotifyCb) && in notifyEvent()
402 …mNotifyCb(CAMERA_MSG_ZOOM, zoomEvtData->currentZoomIndex, zoomEvtData->targetZoomIndexReached, mCa… in notifyEvent()
412 ( NULL != mNotifyCb) && in notifyEvent()
810 ( NULL != mNotifyCb ) ){ in dummyRaw()
824 mNotifyCb(CAMERA_MSG_RAW_IMAGE_NOTIFY, 0, 0, mCallbackCookie); in dummyRaw()
870 ( NULL != mNotifyCb ) ) in notifyFrame()
883 mNotifyCb(CAMERA_MSG_RAW_IMAGE_NOTIFY, 0, 0, mCallbackCookie); in notifyFrame()
1120 ( NULL != mNotifyCb)) { in notifyFrame()