Home
last modified time | relevance | path

Searched refs:systemcode (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc667 tNFA_STATUS NFA_EeAddSystemCodeRouting(uint16_t systemcode, in NFA_EeAddSystemCodeRouting() argument
676 if (p_cb == nullptr || systemcode == 0) { in NFA_EeAddSystemCodeRouting()
692 p_msg->syscode = (systemcode & 0x00FF) << 8 | (systemcode & 0xFF00) >> 8; in NFA_EeAddSystemCodeRouting()
721 tNFA_STATUS NFA_EeRemoveSystemCodeRouting(uint16_t systemcode) { in NFA_EeRemoveSystemCodeRouting() argument
724 if (systemcode == 0) { in NFA_EeRemoveSystemCodeRouting()
736 p_msg->syscode = (systemcode & 0x00FF) << 8 | (systemcode & 0xFF00) >> 8; in NFA_EeRemoveSystemCodeRouting()
/system/nfc/src/nfa/include/
Dnfa_ee_api.h468 extern tNFA_STATUS NFA_EeAddSystemCodeRouting(uint16_t systemcode,
494 extern tNFA_STATUS NFA_EeRemoveSystemCodeRouting(uint16_t systemcode);