Home
last modified time | relevance | path

Searched refs:tsn (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/nfc/src/fuzzers/ce/
H A Dstubs.cc39 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument
40 FUZZLOG("sc=%04X, rc=%02X, tsn=%02X", system_code, rc, tsn); in nci_snd_t3t_polling()
/aosp12/system/nfc/src/fuzzers/rw/
H A Dstubs.cc36 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument
37 FUZZLOG("sc=%04X, rc=%02X, tsn=%02X", system_code, rc, tsn); in nci_snd_t3t_polling()
/aosp12/system/nfc/src/fuzzers/llcp/
H A Dstubs.cc49 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) {
50 FUZZLOG("sc=%04X, rc=%02X, tsn=%02X", system_code, rc, tsn);
/aosp12/system/nfc/src/nfc/include/
H A Dnci_hmsgs.h57 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn);
H A Drw_api.h831 uint8_t tsn);
/aosp12/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.cc511 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument
529 UINT8_TO_STREAM(pp, tsn); in nci_snd_t3t_polling()
/aosp12/system/nfc/src/nfc/tags/
H A Drw_t3t.cc2837 tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc, uint8_t tsn) { in RW_T3tPoll() argument
2850 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()