Searched refs:EventInfo (Results 1 - 9 of 9) sorted by relevance

/external/qemu/android/
H A Dhw-events.c20 } EventInfo; typedef in typeref:struct:__anon29126
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;
/external/libnfc-nxp/src/
H A DphHciNfc_WI.c657 phHal_sEventInfo_t EventInfo; local
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;
710 EventInfo.eventInfo.aid.length );
714 if (EventInfo
[all...]
H A DphHciNfc_SWP.c586 static phHal_sEventInfo_t EventInfo; local
621 EventInfo.eventHost = phHal_eHostController;
622 EventInfo.eventSource = phHal_ePICC_DevType;
626 EventInfo.eventType = NFC_EVT_PROTECTED;
636 NFC_NOTIFY_EVENT, (void*)&EventInfo);
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h553 EventInfo &info = Events[getTag<EVENT>()];
559 EventInfo &info = Events[getTag<EVENT>()];
568 const EventInfo &info = I->second;
648 struct EventInfo { struct in class:clang::ento::CheckerManager
651 EventInfo() : HasDispatcher(false) { } function in struct:clang::ento::CheckerManager::EventInfo
654 typedef llvm::DenseMap<EventTag, EventInfo> EventsTy;
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h371 typedef struct EventInfo EventInfo; typedef in typeref:struct:EventInfo
376 EventInfo *value;
2099 struct EventInfo struct
2105 void qapi_free_EventInfo(EventInfo * obj);
H A Dqapi-visit.h92 void visit_type_EventInfo(Visitor *m, EventInfo ** obj, const char *name, Error **errp);
H A Dqapi-types.c1051 void qapi_free_EventInfo(EventInfo * obj)
H A Dqapi-visit.c1156 static void visit_type_EventInfo_fields(Visitor *m, EventInfo ** obj, Error **errp)
1164 void visit_type_EventInfo(Visitor *m, EventInfo ** obj, const char *name, Error **errp)
1168 visit_start_struct(m, (void **)obj, "EventInfo", name, sizeof(EventInfo), &err);
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp46 for (llvm::DenseMap<EventTag, EventInfo>::iterator

Completed in 1502 milliseconds