Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnci_defs.h337 #define NCI_INTERFACE_NFC_DEP 3 macro
338 #define NCI_INTERFACE_MAX NCI_INTERFACE_NFC_DEP
/system/nfc/src/nfc/include/
Dnfc_api.h430 #define NFC_INTERFACE_NFC_DEP NCI_INTERFACE_NFC_DEP
/system/nfc/src/nfc/nfc/
Dnfc_main.cc84 NCI_INTERFACE_NFC_DEP}
Dnfc_ncif.cc1225 else if (evt_data.activate.intf_param.type == NCI_INTERFACE_NFC_DEP) { in nfc_ncif_proc_activate()
/system/nfc/src/nfa/dm/
Dnfa_dm_act.cc954 if (!(nfc_cb.nci_interfaces & (1 << NCI_INTERFACE_NFC_DEP))) { in nfa_dm_start_polling()
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc387 if (nfc_cb.nci_interfaces & (1 << NCI_INTERFACE_NFC_DEP)) { in nfa_ee_add_proto_route_to_ecb()