HomeSort by relevance Sort by last modified time
    Searched refs:nfa_sys_is_register (Results 1 - 3 of 3) sorted by null

  /system/nfc/src/nfa/include/
nfa_sys.h 105 extern bool nfa_sys_is_register(uint8_t id);
  /system/nfc/src/nfa/sys/
nfa_sys_main.cc 200 ** Function nfa_sys_is_register
209 bool nfa_sys_is_register(uint8_t id) { return nfa_sys_cb.is_reg[id]; } function
  /system/nfc/src/nfa/ee/
nfa_ee_main.cc 252 if (nfa_sys_is_register(NFA_ID_HCI)) {

Completed in 196 milliseconds