Home
last modified time | relevance | path

Searched refs:EventInfo (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_WI.c657 phHal_sEventInfo_t EventInfo; in phHciNfc_Recv_WI_Event() local
686 EventInfo.eventHost = phHal_eHostController; in phHciNfc_Recv_WI_Event()
687 EventInfo.eventSource = phHal_ePICC_DevType; in phHciNfc_Recv_WI_Event()
693 EventInfo.eventType = NFC_EVT_START_OF_TRANSACTION; in phHciNfc_Recv_WI_Event()
698 EventInfo.eventType = NFC_EVT_END_OF_TRANSACTION; in phHciNfc_Recv_WI_Event()
703 EventInfo.eventType = NFC_EVT_TRANSACTION; in phHciNfc_Recv_WI_Event()
704 EventInfo.eventInfo.aid.buffer = (uint8_t *)p_wi_info->aid; in phHciNfc_Recv_WI_Event()
708 EventInfo.eventInfo.aid.length = length - HCP_HEADER_LEN; in phHciNfc_Recv_WI_Event()
710 EventInfo.eventInfo.aid.length ); in phHciNfc_Recv_WI_Event()
714 if (EventInfo.eventInfo.aid.length == 4) in phHciNfc_Recv_WI_Event()
[all …]
DphHciNfc_SWP.c586 static phHal_sEventInfo_t EventInfo; in phHciNfc_Recv_SWP_Event() local
621 EventInfo.eventHost = phHal_eHostController; in phHciNfc_Recv_SWP_Event()
622 EventInfo.eventSource = phHal_ePICC_DevType; in phHciNfc_Recv_SWP_Event()
626 EventInfo.eventType = NFC_EVT_PROTECTED; in phHciNfc_Recv_SWP_Event()
636 NFC_NOTIFY_EVENT, (void*)&EventInfo); in phHciNfc_Recv_SWP_Event()
/external/qemu/android/
Dhw-events.c20 } EventInfo; typedef
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/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h439 EventInfo &info = Events[getTag<EVENT>()]; in _registerListenerForEvent()
445 EventInfo &info = Events[getTag<EVENT>()]; in _registerDispatcherForEvent()
454 const EventInfo &info = I->second; in _dispatchEvent()
554 struct EventInfo {
557 EventInfo() : HasDispatcher(false) { }
560 typedef llvm::DenseMap<EventTag, EventInfo> EventsTy;
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp45 for (llvm::DenseMap<EventTag, EventInfo>::iterator in finishedCheckerRegistration()