Searched refs:EventInfo (Results 1 – 10 of 10) sorted by relevance
/external/libnfc-nxp/src/ |
D | phHciNfc_WI.c | 657 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 …]
|
D | phHciNfc_SWP.c | 586 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/ |
D | hw-events.c | 20 } 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/ |
D | CheckerManager.h | 553 EventInfo &info = Events[getTag<EVENT>()]; in _registerListenerForEvent() 559 EventInfo &info = Events[getTag<EVENT>()]; in _registerDispatcherForEvent() 568 const EventInfo &info = I->second; in _dispatchEvent() 648 struct EventInfo { struct 651 EventInfo() : HasDispatcher(false) { } in EventInfo() argument 654 typedef llvm::DenseMap<EventTag, EventInfo> EventsTy;
|
/external/qemu/qapi-auto-generated/ |
D | qapi-types.h | 371 typedef struct EventInfo EventInfo; typedef 376 EventInfo *value; 2099 struct EventInfo struct 2105 void qapi_free_EventInfo(EventInfo * obj); argument
|
D | qapi-visit.h | 92 void visit_type_EventInfo(Visitor *m, EventInfo ** obj, const char *name, Error **errp);
|
D | qapi-types.c | 1051 void qapi_free_EventInfo(EventInfo * obj) in qapi_free_EventInfo()
|
D | qapi-visit.c | 1156 static void visit_type_EventInfo_fields(Visitor *m, EventInfo ** obj, Error **errp) in visit_type_EventInfo_fields() 1164 void visit_type_EventInfo(Visitor *m, EventInfo ** obj, const char *name, Error **errp) in visit_type_EventInfo() 1168 visit_start_struct(m, (void **)obj, "EventInfo", name, sizeof(EventInfo), &err); in visit_type_EventInfo()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerManager.cpp | 46 for (llvm::DenseMap<EventTag, EventInfo>::iterator in finishedCheckerRegistration()
|
/external/qemu/ |
D | qapi-schema.json | 529 # @EventInfo: 537 { 'type': 'EventInfo', 'data': {'name': 'str'} } 544 # Returns: A list of @EventInfo for all supported events 548 { 'command': 'query-events', 'returns': ['EventInfo'] }
|