HomeSort by relevance Sort by last modified time
    Searched defs:EventInfo (Results 1 - 9 of 9) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_SWP.c 586 static phHal_sEventInfo_t EventInfo;
621 EventInfo.eventHost = phHal_eHostController;
622 EventInfo.eventSource = phHal_ePICC_DevType;
626 EventInfo.eventType = NFC_EVT_PROTECTED;
636 NFC_NOTIFY_EVENT, (void*)&EventInfo);
phHciNfc_WI.c 657 phHal_sEventInfo_t EventInfo;
686 EventInfo.eventHost = phHal_eHostController;
687 EventInfo.eventSource = phHal_ePICC_DevType;
693 EventInfo.eventType = NFC_EVT_START_OF_TRANSACTION;
698 EventInfo.eventType = NFC_EVT_END_OF_TRANSACTION;
703 EventInfo.eventType = NFC_EVT_TRANSACTION;
704 EventInfo.eventInfo.aid.buffer = (uint8_t *)p_wi_info->aid;
708 EventInfo.eventInfo.aid.length = length - HCP_HEADER_LEN
    [all...]
  /external/qemu/android/
hw-events.c 20 } EventInfo;
30 static const EventInfo _ev_types_tab[] =
36 static const EventInfo _key_codes_list[] =
43 static const EventInfo _rel_codes_list[] =
48 static const EventInfo _abs_codes_list[] =
60 typedef const EventInfo* EventList;
64 const EventInfo* table;
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 45 * {@link EventInfo} instance, since a row in the widget might be either a
71 * {@link EventInfo} is a class that represents an event in the widget. It
75 static class EventInfo {
90 public EventInfo() {
99 builder.append("EventInfo [visibTitle=");
148 EventInfo other = (EventInfo) obj;
244 final List<EventInfo> mEventInfos;
257 mEventInfos = new ArrayList<EventInfo>(50);
354 private EventInfo populateEventInfo(long eventId, boolean allDay, long start, long end
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 439 EventInfo &info = Events[getTag<EVENT>()];
445 EventInfo &info = Events[getTag<EVENT>()];
454 const EventInfo &info = I->second;
554 struct EventInfo {
557 EventInfo() : HasDispatcher(false) { }
560 typedef llvm::DenseMap<EventTag, EventInfo> EventsTy;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 95 protected Uri insertEvent(EventInfo event) throws Exception {
106 protected Uri insertEvent(int calendarId, EventInfo event) throws Exception{
140 protected void editEvent(long eventId, EventInfo event) throws Exception {
219 protected class EventInfo {
233 public EventInfo(String title, String startDate, String endDate,
238 public EventInfo(String title, long startDate, long endDate,
249 public EventInfo(String title, long startDate, long endDate,
262 public EventInfo(String title, String startDate, String endDate,
287 public EventInfo(String title, String description, String startDate, String endDate,
293 public EventInfo(String title, String description, String startDate, String endDate
    [all...]
CalendarProvider2Test.java 179 EventInfo eventInfo;
182 eventInfo = findEvent(eventName);
186 Log.i(TAG, "insert " + eventInfo.mTitle);
187 insertEvent(mCalendarId, eventInfo);
489 private class EventInfo {
505 public EventInfo(String title, String startDate, String endDate,
511 public EventInfo(String title, String startDate, String endDate,
538 public EventInfo(String title, String description, String startDate, String endDate,
544 public EventInfo(String title, String description, String startDate, String endDate
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 151 public static class EventInfo {
266 void handleEvent(EventInfo event);
315 // The current use of this method for VIEW_EVENT is by the day view to show an EventInfo
318 EventInfo.buildViewExtraLong(Attendees.ATTENDEE_STATUS_NONE, false),
338 EventInfo info = new EventInfo();
387 EventInfo info = new EventInfo();
400 public void sendEvent(Object sender, final EventInfo event) {
793 private String eventInfoToString(EventInfo eventInfo)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 278 static class EventInfo {
554 public EventInfo getEventByPosition(final int positionInListView) {
566 public EventInfo getEventByPosition(final int positionInListView,
591 EventInfo ei = buildEventInfoFromCursor(info.cursor, cursorPosition, isDayHeader);
601 private EventInfo buildEventInfoFromCursor(final Cursor cursor, int cursorPosition,
608 EventInfo event = new EventInfo();
679 EventInfo event =
685 0, CalendarController.EventInfo.buildViewExtraLong(
    [all...]

Completed in 112 milliseconds