Searched refs:eventInfo (Results 1 – 11 of 11) sorted by relevance
175 … 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 …]
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()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()
1314 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()
721 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()
621 psEventInfo->eventInfo.pRemoteDevInfo, in phHal4Nfc_P2PActivateComplete()
1381 event_info.eventInfo.overheat_status = in phHciNfc_Recv_DevMgmt_Event()
1242 |= psEventInfo->eventInfo.rd_phases; in phHal4Nfc_HandleEvent()
1236 event_info.eventInfo.pRemoteDevInfo = in phHciNfc_NfcIP_Info_Sequence()
337 private String eventInfo(AWTEvent event) { in eventInfo() method in TransliteratorInputMethod367 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()
913 }eventInfo; member
971 const VkEventCreateInfo eventInfo = in create() local978 return createEvent(env.vkd, env.device, &eventInfo, env.allocationCallbacks); in create()