Searched refs:mEventData (Results 1 – 8 of 8) sorted by relevance
1009 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 …]
360 focusEvtData = &evt->mEventData->focusEvent; in notifyEvent()396 zoomEvtData = &evt->mEventData->zoomEvent; in notifyEvent()409 faceEvtData = evt->mEventData->faceEvent; in notifyEvent()
1154 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 …]
371 focusEvtData = &evt->mEventData->focusEvent; in notifyEvent()408 zoomEvtData = &evt->mEventData->zoomEvent; in notifyEvent()421 metaEvtData = evt->mEventData->metadataEvent; in notifyEvent()
70 char *mEventData;
147 mEventData = NULL; in IfaceEventHandlerCommand()
390 mEventData(event.mEventData) {}; in CameraHalEvent()394 sp<CameraHalEventData> mEventData; variable
517 mEventData(event.mEventData) {}; in CameraHalEvent()521 android::sp<CameraHalEventData> mEventData; variable