Home
last modified time | relevance | path

Searched refs:mEventData (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap4xxx/camera/
DBaseCameraAdapter.cpp1009 focusEvent.mEventData = new CameraHalEvent::CameraHalEventData(); in notifyFocusSubscribers()
1010 if ( NULL == focusEvent.mEventData.get() ) { in notifyFocusSubscribers()
1015 focusEvent.mEventData->focusEvent.focusStatus = status; in notifyFocusSubscribers()
1024 focusEvent.mEventData.clear(); in notifyFocusSubscribers()
1045 shutterEvent.mEventData = new CameraHalEvent::CameraHalEventData(); in notifyShutterSubscribers()
1046 if ( NULL == shutterEvent.mEventData.get() ) { in notifyShutterSubscribers()
1051 shutterEvent.mEventData->shutterEvent.shutterClosed = true; in notifyShutterSubscribers()
1062 shutterEvent.mEventData.clear(); in notifyShutterSubscribers()
1082 zoomEvent.mEventData = new CameraHalEvent::CameraHalEventData(); in notifyZoomSubscribers()
1083 if ( NULL == zoomEvent.mEventData.get() ) { in notifyZoomSubscribers()
[all …]
DAppCallbackNotifier.cpp360 focusEvtData = &evt->mEventData->focusEvent; in notifyEvent()
396 zoomEvtData = &evt->mEventData->zoomEvent; in notifyEvent()
409 faceEvtData = evt->mEventData->faceEvent; in notifyEvent()
/hardware/ti/omap4-aah/camera/
DBaseCameraAdapter.cpp1154 focusEvent.mEventData = new CameraHalEvent::CameraHalEventData(); in notifyFocusSubscribers()
1155 if ( NULL == focusEvent.mEventData.get() ) { in notifyFocusSubscribers()
1160 focusEvent.mEventData->focusEvent.focusStatus = status; in notifyFocusSubscribers()
1169 focusEvent.mEventData.clear(); in notifyFocusSubscribers()
1190 shutterEvent.mEventData = new CameraHalEvent::CameraHalEventData(); in notifyShutterSubscribers()
1191 if ( NULL == shutterEvent.mEventData.get() ) { in notifyShutterSubscribers()
1196 shutterEvent.mEventData->shutterEvent.shutterClosed = true; in notifyShutterSubscribers()
1207 shutterEvent.mEventData.clear(); in notifyShutterSubscribers()
1227 zoomEvent.mEventData = new CameraHalEvent::CameraHalEventData(); in notifyZoomSubscribers()
1228 if ( NULL == zoomEvent.mEventData.get() ) { in notifyZoomSubscribers()
[all …]
DAppCallbackNotifier.cpp371 focusEvtData = &evt->mEventData->focusEvent; in notifyEvent()
408 zoomEvtData = &evt->mEventData->zoomEvent; in notifyEvent()
421 metaEvtData = evt->mEventData->metadataEvent; in notifyEvent()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Difaceeventhandler.h70 char *mEventData;
Difaceeventhandler.cpp147 mEventData = NULL; in IfaceEventHandlerCommand()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h390 mEventData(event.mEventData) {}; in CameraHalEvent()
394 sp<CameraHalEventData> mEventData; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h517 mEventData(event.mEventData) {}; in CameraHalEvent()
521 android::sp<CameraHalEventData> mEventData; variable