Home
last modified time | relevance | path

Searched refs:psEventInfo (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nxp/src/
DphHal4Nfc.c1132 phHal_sEventInfo_t *psEventInfo = (phHal_sEventInfo_t *)pInfo; in phHal4Nfc_HandleEvent() local
1139 switch(psEventInfo->eventType) in phHal4Nfc_HandleEvent()
1143 if(psEventInfo->eventHost == phHal_eHostController) in phHal4Nfc_HandleEvent()
1145 switch(psEventInfo->eventSource) in phHal4Nfc_HandleEvent()
1152 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
1166 if(psEventInfo->eventHost == phHal_eHostController) in phHal4Nfc_HandleEvent()
1168 switch(psEventInfo->eventSource) in phHal4Nfc_HandleEvent()
1175 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
1198 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
1240 |= psEventInfo->eventInfo.rd_phases; in phHal4Nfc_HandleEvent()
[all …]
DphLibNfc_SE.c150 pEvtInfo = info.psEventInfo; 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()
DphHal4Nfc_P2P.c587 phHal_sEventInfo_t *psEventInfo = (phHal_sEventInfo_t *)pInfo; in phHal4Nfc_P2PActivateComplete() local
618 psEventInfo->eventInfo.pRemoteDevInfo, in phHal4Nfc_P2PActivateComplete()
674 uNotificationInfo.psEventInfo = (phHal_sEventInfo_t *)pInfo; in phHal4Nfc_HandleP2PDeActivate()
DphHal4Nfc_Internal.h213 phHal_sEventInfo_t *psEventInfo; member
DphHal4Nfc.h141 phHal_sEventInfo_t *psEventInfo; member
DphHal4Nfc_Emulation.c53 uNotificationInfo.psEventInfo = psNotificationInfo->info; in phHal4Nfc_HandleEmulationEvent()