Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nci/
Dnci_hrcv.c299 tNFC_RESPONSE_EVT event = NFC_NFCEE_INFO_REVT; in nci_proc_ee_management_rsp()
357 tNFC_RESPONSE_EVT event = NFC_NFCEE_INFO_REVT; in nci_proc_ee_management_ntf()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h232 NFC_API extern void nfc_ncif_event_status (tNFC_RESPONSE_EVT event, UINT8 status);
/external/libnfc-nci/src/nfc/include/
Dnfc_api.h187 typedef UINT16 tNFC_RESPONSE_EVT; typedef
502 typedef void (tNFC_RESPONSE_CBACK) (tNFC_RESPONSE_EVT event, tNFC_RESPONSE *p_data);
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h415 void nfa_ee_proc_evt(tNFC_RESPONSE_EVT event, void *p_data);
Dnfa_dm_int.h591 char *nfa_dm_nfc_revt_2_str (tNFC_RESPONSE_EVT event);
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c298 void nfa_ee_proc_evt (tNFC_RESPONSE_EVT event, void *p_data) in nfa_ee_proc_evt()
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_act.c243 static void nfa_dm_nfc_response_cback (tNFC_RESPONSE_EVT event, tNFC_RESPONSE *p_data) in nfa_dm_nfc_response_cback()
1749 char *nfa_dm_nfc_revt_2_str (tNFC_RESPONSE_EVT event) in nfa_dm_nfc_revt_2_str()
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c511 void nfc_ncif_event_status (tNFC_RESPONSE_EVT event, UINT8 status) in nfc_ncif_event_status()