Searched defs:EventInfo (Results 1 - 5 of 5) sorted by last modified time

/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/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);
/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.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;

Completed in 251 milliseconds