Home
last modified time | relevance | path

Searched refs:shutterEvent (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/camera/
DBaseCameraAdapter.cpp1033 CameraHalEvent shutterEvent; in notifyShutterSubscribers() local
1045 shutterEvent.mEventData = new CameraHalEvent::CameraHalEventData(); in notifyShutterSubscribers()
1046 if ( NULL == shutterEvent.mEventData.get() ) { in notifyShutterSubscribers()
1050 shutterEvent.mEventType = CameraHalEvent::EVENT_SHUTTER; in notifyShutterSubscribers()
1051 shutterEvent.mEventData->shutterEvent.shutterClosed = true; in notifyShutterSubscribers()
1054 shutterEvent.mCookie = ( void * ) mShutterSubscribers.keyAt(i); in notifyShutterSubscribers()
1059 eventCb ( &shutterEvent ); in notifyShutterSubscribers()
1062 shutterEvent.mEventData.clear(); in notifyShutterSubscribers()
/hardware/ti/omap4-aah/camera/
DBaseCameraAdapter.cpp1178 CameraHalEvent shutterEvent; in notifyShutterSubscribers() local
1190 shutterEvent.mEventData = new CameraHalEvent::CameraHalEventData(); in notifyShutterSubscribers()
1191 if ( NULL == shutterEvent.mEventData.get() ) { in notifyShutterSubscribers()
1195 shutterEvent.mEventType = CameraHalEvent::EVENT_SHUTTER; in notifyShutterSubscribers()
1196 shutterEvent.mEventData->shutterEvent.shutterClosed = true; in notifyShutterSubscribers()
1199 shutterEvent.mCookie = ( void * ) mShutterSubscribers.keyAt(i); in notifyShutterSubscribers()
1204 eventCb ( &shutterEvent ); in notifyShutterSubscribers()
1207 shutterEvent.mEventData.clear(); in notifyShutterSubscribers()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h377 CameraHalEvent::ShutterEventData shutterEvent; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h504 CameraHalEvent::ShutterEventData shutterEvent; variable