Searched refs:mEventType (Results 1 – 10 of 10) sorted by relevance
26 public int mZoneId, mEventType, mThermalLevel, mZoneTemp; field in ThermalEvent31 mEventType = type; in ThermalEvent()
176 int mEventType = mParser.getEventType(); in parse() local177 while (mEventType != XmlPullParser.END_DOCUMENT && !mDone) { in parse()178 switch (mEventType) { in parse()210 mEventType = mParser.next(); in parse()475 statusIntent.putExtra(ThermalManager.EXTRA_EVENT, event.mEventType); in consume()
159 int mEventType = mParser.getEventType(); in parse() local160 while (mEventType != XmlPullParser.END_DOCUMENT && !done) { in parse()161 switch (mEventType) { in parse()193 mEventType = mParser.next(); in parse()
384 mEventType(NO_EVENTS) {} in CameraHalEvent()389 mEventType(event.mEventType), in CameraHalEvent()393 CameraHalEventType mEventType; variable
511 mEventType(NO_EVENTS) {} in CameraHalEvent()516 mEventType(event.mEventType), in CameraHalEvent()520 CameraHalEventType mEventType; variable
1014 focusEvent.mEventType = CameraHalEvent::EVENT_FOCUS_LOCKED; in notifyFocusSubscribers()1050 shutterEvent.mEventType = CameraHalEvent::EVENT_SHUTTER; in notifyShutterSubscribers()1087 zoomEvent.mEventType = CameraHalEvent::EVENT_ZOOM_INDEX_REACHED; in notifyZoomSubscribers()1123 faceEvent.mEventType = CameraHalEvent::EVENT_FACE; in notifyFaceSubscribers()
344 switch(evt->mEventType) in notifyEvent()
2320 switch( event->mEventType ) in eventCallback()
1159 focusEvent.mEventType = CameraHalEvent::EVENT_FOCUS_LOCKED; in notifyFocusSubscribers()1195 shutterEvent.mEventType = CameraHalEvent::EVENT_SHUTTER; in notifyShutterSubscribers()1232 zoomEvent.mEventType = CameraHalEvent::EVENT_ZOOM_INDEX_REACHED; in notifyZoomSubscribers()1268 metaEvent.mEventType = CameraHalEvent::EVENT_METADATA; in notifyMetadataSubscribers()
354 switch(evt->mEventType) in notifyEvent()