Searched refs:event_info (Results 1 – 9 of 9) sorted by relevance
1268 phHal_sEventInfo_t event_info; in phHciNfc_Recv_Uicc_Event() local1287 event_info.eventHost = phHal_eUICCHost ; in phHciNfc_Recv_Uicc_Event()1288 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_Uicc_Event()1294 event_info.eventType = NFC_EVT_END_OF_TRANSACTION; in phHciNfc_Recv_Uicc_Event()1301 event_info.eventType = NFC_EVT_TRANSACTION; in phHciNfc_Recv_Uicc_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()[all …]
693 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_PollLoop_Event() local719 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_PollLoop_Event()720 event_info.eventType = NFC_UICC_RDPHASES_ACTIVATE_REQ; in phHciNfc_Recv_PollLoop_Event()721 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN]; in phHciNfc_Recv_PollLoop_Event()726 &(event_info)); in phHciNfc_Recv_PollLoop_Event()732 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_PollLoop_Event()733 event_info.eventType = NFC_UICC_RDPHASES_DEACTIVATE_REQ; in phHciNfc_Recv_PollLoop_Event()734 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN]; in phHciNfc_Recv_PollLoop_Event()739 &(event_info)); in phHciNfc_Recv_PollLoop_Event()
629 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_CE_A_Event() local645 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_CE_A_Event()646 event_info.eventSource = phHal_eISO14443_A_PICC; in phHciNfc_Recv_CE_A_Event()651 event_info.eventType = NFC_EVT_ACTIVATED; in phHciNfc_Recv_CE_A_Event()657 event_info.eventType = NFC_EVT_DEACTIVATED; in phHciNfc_Recv_CE_A_Event()683 event_info.eventType = NFC_EVT_FIELD_ON; in phHciNfc_Recv_CE_A_Event()689 event_info.eventType = NFC_EVT_FIELD_OFF; in phHciNfc_Recv_CE_A_Event()703 &event_info); in phHciNfc_Recv_CE_A_Event()
627 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_CE_B_Event() local643 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_CE_B_Event()644 event_info.eventSource = phHal_eISO14443_B_PICC; in phHciNfc_Recv_CE_B_Event()649 event_info.eventType = NFC_EVT_ACTIVATED; in phHciNfc_Recv_CE_B_Event()655 event_info.eventType = NFC_EVT_DEACTIVATED; in phHciNfc_Recv_CE_B_Event()681 event_info.eventType = NFC_EVT_FIELD_ON; in phHciNfc_Recv_CE_B_Event()687 event_info.eventType = NFC_EVT_FIELD_OFF; in phHciNfc_Recv_CE_B_Event()701 &event_info); in phHciNfc_Recv_CE_B_Event()
1317 phHal_sEventInfo_t event_info; in phHciNfc_Recv_DevMgmt_Event() local1338 event_info.eventHost = phHal_eHostController ; in phHciNfc_Recv_DevMgmt_Event()1339 event_info.eventSource = phHal_ePCD_DevType; in phHciNfc_Recv_DevMgmt_Event()1346 event_info.eventType = NFC_INFO_TXLDO_OVERCUR; in phHciNfc_Recv_DevMgmt_Event()1357 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_DevMgmt_Event()1361 event_info.eventType = ( CE_EVT_NFC_FIELD_ON == in phHciNfc_Recv_DevMgmt_Event()1365 event_info.eventType = (TRUE == p_device_mgmt_info->rf_status)? in phHciNfc_Recv_DevMgmt_Event()1372 event_info.eventType = NFC_INFO_MEM_VIOLATION; in phHciNfc_Recv_DevMgmt_Event()1380 event_info.eventType = NFC_INFO_TEMP_OVERHEAT; in phHciNfc_Recv_DevMgmt_Event()1381 event_info.eventInfo.overheat_status = in phHciNfc_Recv_DevMgmt_Event()[all …]
800 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_NfcIP_Event() local802 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_NfcIP_Event()803 event_info.eventType = NFC_EVT_DEACTIVATED; in phHciNfc_Recv_NfcIP_Event()809 event_info.eventSource = phHal_eNfcIP1_Initiator; in phHciNfc_Recv_NfcIP_Event()815 event_info.eventSource = phHal_eNfcIP1_Target; in phHciNfc_Recv_NfcIP_Event()824 &event_info); in phHciNfc_Recv_NfcIP_Event()1208 static phHal_sEventInfo_t event_info; in phHciNfc_NfcIP_Info_Sequence() local1233 event_info.eventHost = phHal_eHostController; in phHciNfc_NfcIP_Info_Sequence()1234 event_info.eventType = NFC_EVT_ACTIVATED; in phHciNfc_NfcIP_Info_Sequence()1235 event_info.eventSource = phHal_eNfcIP1_Target; in phHciNfc_NfcIP_Info_Sequence()[all …]
61 event_info = {65 device_dicts = {device: event_info for device in devices}
4893 VkEventCreateInfo event_info; in TEST_F() local4897 memset(&event_info, 0, sizeof(event_info)); in TEST_F()4898 event_info.sType = VK_STRUCTURE_TYPE_EVENT_CREATE_INFO; in TEST_F()4900 err = vkCreateEvent(device(), &event_info, NULL, &event); in TEST_F()
217 'tracing/model/event_info.html',