Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/fuzzers/rw/
H A Dt5t.cc151 return NFC_STATUS_OK == RW_I93UpdateNDef(sizeof(data), scratch); in Init_UpdateNDef()
/aosp12/system/nfc/src/nfc/include/
H A Drw_api.h1282 extern tNFC_STATUS RW_I93UpdateNDef(uint16_t length, uint8_t* p_data);
/aosp12/system/nfc/src/nfa/rw/
H A Dnfa_rw_act.cc1705 status = RW_I93UpdateNDef((uint16_t)nfa_rw_cb.ndef_wr_len, in nfa_rw_start_ndef_write()
/aosp12/system/nfc/src/nfc/tags/
H A Drw_i93.cc4061 tNFC_STATUS RW_I93UpdateNDef(uint16_t length, uint8_t* p_data) { in RW_I93UpdateNDef() function