Searched defs:EventInfo (Results 1 - 4 of 4) sorted by relevance

/external/qemu/android/
H A Dhw-events.c20 } EventInfo; typedef in typeref:struct:__anon11074
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_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);
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...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h505 EventInfo &info = Events[getTag<EVENT>()];
511 EventInfo &info = Events[getTag<EVENT>()];
520 const EventInfo &info = I->second;
623 struct EventInfo { struct in class:clang::ento::CheckerManager
626 EventInfo() : HasDispatcher(false) { } function in struct:clang::ento::CheckerManager::EventInfo
629 typedef llvm::DenseMap<EventTag, EventInfo> EventsTy;

Completed in 76 milliseconds