Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc.c1135 static phNfc_sNotificationInfo_t sNotificationInfo; in phHal4Nfc_HandleEvent() local
1154 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
1155 sNotificationInfo.status = NFCSTATUS_SUCCESS; in phHal4Nfc_HandleEvent()
1156 sNotificationInfo.type = NFC_EVENT_NOTIFICATION; in phHal4Nfc_HandleEvent()
1157 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1177 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
1178 sNotificationInfo.status = NFCSTATUS_SUCCESS; in phHal4Nfc_HandleEvent()
1179 sNotificationInfo.type = NFC_EVENT_NOTIFICATION; in phHal4Nfc_HandleEvent()
1180 pInfo = &sNotificationInfo; in phHal4Nfc_HandleEvent()
1200 sNotificationInfo.info = psEventInfo; in phHal4Nfc_HandleEvent()
[all …]