Home
last modified time | relevance | path

Searched refs:eventInfo (Results 1 – 11 of 11) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc_SE.c175 … if((pEvtInfo->eventInfo.aid.length != 0) && ((pEvtInfo->eventInfo.aid.length <= 16))) // PLG in phLibNfc_SeNotification()
178 Se_Trans_Info.UiccEvtInfo.aid.buffer =pEvtInfo->eventInfo.aid.buffer; in phLibNfc_SeNotification()
179 Se_Trans_Info.UiccEvtInfo.aid.length =pEvtInfo->eventInfo.aid.length; in phLibNfc_SeNotification()
188 && (info.psEventInfo->eventInfo.uicc_info.param.length in phLibNfc_SeNotification()
193 info.psEventInfo->eventInfo.uicc_info.param.buffer; in phLibNfc_SeNotification()
195 info.psEventInfo->eventInfo.uicc_info.param.length; in phLibNfc_SeNotification()
210 … if ((pEvtInfo->eventInfo.aid.length != 0) && ((pEvtInfo->eventInfo.aid.length <= 16))) in phLibNfc_SeNotification()
213 Se_Trans_Info.UiccEvtInfo.aid.buffer = pEvtInfo->eventInfo.aid.buffer; in phLibNfc_SeNotification()
214 Se_Trans_Info.UiccEvtInfo.aid.length = pEvtInfo->eventInfo.aid.length; in phLibNfc_SeNotification()
229 Se_Trans_Info.UiccEvtInfo.aid.buffer = pEvtInfo->eventInfo.aid.buffer; in phLibNfc_SeNotification()
[all …]
DphHciNfc_WI.c704 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()
718 else if (EventInfo.eventInfo.aid.length == 2) in phHciNfc_Recv_WI_Event()
720 … if (!memcmp(paypass_removal, EventInfo.eventInfo.aid.buffer, EventInfo.eventInfo.aid.length)) in phHciNfc_Recv_WI_Event()
724 else if(mifare_access == EventInfo.eventInfo.aid.buffer[0]) in phHciNfc_Recv_WI_Event()
730 EventInfo.eventInfo.aid.buffer = (uint8_t *)p_wi_info->aid; in phHciNfc_Recv_WI_Event()
732 EventInfo.eventInfo.aid.length ); in phHciNfc_Recv_WI_Event()
DphHciNfc_Emulation.c1314 event_info.eventInfo.aid.length = in phHciNfc_Recv_Uicc_Event()
1318 event_info.eventInfo.aid.length ); in phHciNfc_Recv_Uicc_Event()
1319 event_info.eventInfo.aid.buffer = (uint8_t *) in phHciNfc_Recv_Uicc_Event()
1321 i = i + event_info.eventInfo.aid.length; in phHciNfc_Recv_Uicc_Event()
1336 event_info.eventInfo.uicc_info.param.length = in phHciNfc_Recv_Uicc_Event()
1338 event_info.eventInfo.uicc_info.param.buffer = (uint8_t *) in phHciNfc_Recv_Uicc_Event()
1340 i = i + event_info.eventInfo.uicc_info.param.length; in phHciNfc_Recv_Uicc_Event()
DphHciNfc_PollingLoop.c721 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN]; in phHciNfc_Recv_PollLoop_Event()
734 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN]; in phHciNfc_Recv_PollLoop_Event()
DphHal4Nfc_P2P.c621 psEventInfo->eventInfo.pRemoteDevInfo, in phHal4Nfc_P2PActivateComplete()
DphHciNfc_DevMgmt.c1381 event_info.eventInfo.overheat_status = in phHciNfc_Recv_DevMgmt_Event()
DphHal4Nfc.c1242 |= psEventInfo->eventInfo.rd_phases; in phHal4Nfc_HandleEvent()
DphHciNfc_NfcIPMgmt.c1236 event_info.eventInfo.pRemoteDevInfo = in phHciNfc_NfcIP_Info_Sequence()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java337 private String eventInfo(AWTEvent event) { in eventInfo() method in TransliteratorInputMethod
367 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(event)); in dispatchEvent()
376 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke)); in dispatchEvent()
390 if (TRACE_EVENT) System.out.println("TIM: " + eventInfo(ke)); in dispatchEvent()
/external/libnfc-nxp/inc/
DphNfcHalTypes.h913 }eventInfo; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp971 const VkEventCreateInfo eventInfo = in create() local
978 return createEvent(env.vkd, env.device, &eventInfo, env.allocationCallbacks); in create()