Home
last modified time | relevance | path

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

/system/nfc/src/fuzzers/rw/
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()
/system/nfc/src/fuzzers/ce/
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()
/system/nfc/src/fuzzers/llcp/
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);
/system/nfc/src/nfc/include/
Dnci_hmsgs.h57 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn);
Drw_api.h828 uint8_t tsn);
/system/nfc/src/nfc/nci/
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()
/system/nfc/src/nfc/tags/
Drw_t3t.cc2827 tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc, uint8_t tsn) { in RW_T3tPoll() argument
2840 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()