Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfa_ee_api_test.cc334 tNFA_STATUS status = NFA_EeRemoveSystemCodeRouting(0x0); in TEST_F()
341 tNFA_STATUS status = NFA_EeRemoveSystemCodeRouting(0xFEFE); in TEST_F()
354 tNFA_STATUS status = NFA_EeRemoveSystemCodeRouting(0xFEFE); in TEST_F()
/packages/modules/Nfc/libnfc-nci/src/nfa/include/
Dnfa_ee_api.h516 extern tNFA_STATUS NFA_EeRemoveSystemCodeRouting(uint16_t systemcode);
/packages/modules/Nfc/libnfc-nci/src/nfa/ee/
Dnfa_ee_api.cc846 tNFA_STATUS NFA_EeRemoveSystemCodeRouting(uint16_t systemcode) { in NFA_EeRemoveSystemCodeRouting() function
/packages/modules/Nfc/NfcNci/nci/jni/
DRoutingManager.cpp1422 tNFA_STATUS nfaStat = NFA_EeRemoveSystemCodeRouting(systemCode); in deregisterT3tIdentifier()