Home
last modified time | relevance | path

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

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