Home
last modified time | relevance | path

Searched refs:mCallbackCookie (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp133 `(CAMERA_MSG_BURST_IMAGE, JPEGPictureMemBase, mCallbackCookie); in EncoderDoneCb()
138 mDataCb(CAMERA_MSG_COMPRESSED_IMAGE, picture, 0, NULL, mCallbackCookie); in EncoderDoneCb()
218 mCallbackCookie = user; in setCallbacks()
261 mNotifyCb(CAMERA_MSG_ERROR, CAMERA_ERROR_UNKNOWN, 0, mCallbackCookie); in errorNotify()
352 mNotifyCb(CAMERA_MSG_SHUTTER, 0, 0, mCallbackCookie); in notifyEvent()
367 mNotifyCb(CAMERA_MSG_FOCUS, true, 0, mCallbackCookie); in notifyEvent()
375 mNotifyCb(CAMERA_MSG_FOCUS, false, 0, mCallbackCookie); in notifyEvent()
382 mNotifyCb(CAMERA_MSG_FOCUS_MOVE, true, 0, mCallbackCookie); in notifyEvent()
389 mNotifyCb(CAMERA_MSG_FOCUS_MOVE, false, 0, mCallbackCookie); in notifyEvent()
402 …ERA_MSG_ZOOM, zoomEvtData->currentZoomIndex, zoomEvtData->targetZoomIndexReached, mCallbackCookie); in notifyEvent()
[all …]
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h635 void *mCallbackCookie; variable