Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc.c1133 static phNfc_sNotificationInfo_t sNotificationInfo; in phHal4Nfc_HandleEvent() local
1152 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
1153 sNotificationInfo.status = NFCSTATUS_SUCCESS; in phHal4Nfc_HandleEvent()
1154 sNotificationInfo.type = NFC_EVENT_NOTIFICATION; in phHal4Nfc_HandleEvent()
1155 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1175 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
1176 sNotificationInfo.status = NFCSTATUS_SUCCESS; in phHal4Nfc_HandleEvent()
1177 sNotificationInfo.type = NFC_EVENT_NOTIFICATION; in phHal4Nfc_HandleEvent()
1178 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1198 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
[all …]