Searched refs:EventInfo (Results 1 – 5 of 5) sorted by relevance
657 phHal_sEventInfo_t EventInfo; in phHciNfc_Recv_WI_Event() local686 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 …]
586 static phHal_sEventInfo_t EventInfo; in phHciNfc_Recv_SWP_Event() local621 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()
20 } EventInfo; typedef30 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;
439 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;
45 for (llvm::DenseMap<EventTag, EventInfo>::iterator in finishedCheckerRegistration()