Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_sys.h105 extern bool nfa_sys_is_register(uint8_t id);
/system/nfc/src/nfa/sys/
Dnfa_sys_main.cc209 bool nfa_sys_is_register(uint8_t id) { return nfa_sys_cb.is_reg[id]; } in nfa_sys_is_register() function
/system/nfc/src/nfa/ee/
Dnfa_ee_main.cc254 if (nfa_sys_is_register(NFA_ID_HCI)) { in nfa_ee_proc_nfcc_power_mode()