Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfa/include/
H A Dnfa_ee_api.h494 extern tNFA_STATUS NFA_EeRemoveSystemCodeRouting(uint16_t systemcode);
/aosp12/system/nfc/src/nfa/ee/
H A Dnfa_ee_api.cc721 tNFA_STATUS NFA_EeRemoveSystemCodeRouting(uint16_t systemcode) { in NFA_EeRemoveSystemCodeRouting() function
/aosp12/packages/apps/Nfc/nci/jni/
H A DRoutingManager.cpp990 tNFA_STATUS nfaStat = NFA_EeRemoveSystemCodeRouting(systemCode); in deregisterT3tIdentifier()