Home
last modified time | relevance | path

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

/system/nfc/src/fuzzers/rw/
Dt5t.cc131 return NFC_STATUS_OK == RW_I93GetSysInfo(uid); in Init_GetSysInfo()
/system/nfc/src/nfc/include/
Drw_api.h1212 extern tNFC_STATUS RW_I93GetSysInfo(uint8_t* p_uid);
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc2441 status = RW_I93GetSysInfo(p_data->op_req.params.i93_cmd.uid); in nfa_rw_i93_command()
2443 status = RW_I93GetSysInfo(nullptr); in nfa_rw_i93_command()
2718 if (RW_I93GetSysInfo(nfa_rw_cb.i93_uid) != NFC_STATUS_OK) { in nfa_rw_activate_ntf()
/system/nfc/src/nfc/tags/
Drw_i93.cc3884 tNFC_STATUS RW_I93GetSysInfo(uint8_t* p_uid) { in RW_I93GetSysInfo() function