Searched refs:tsn (Results 1 – 7 of 7) sorted by relevance
/system/nfc/src/fuzzers/rw/ |
D | stubs.cc | 36 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/ |
D | stubs.cc | 39 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/ |
D | stubs.cc | 49 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/ |
D | nci_hmsgs.h | 57 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn);
|
D | rw_api.h | 828 uint8_t tsn);
|
/system/nfc/src/nfc/nci/ |
D | nci_hmsgs.cc | 511 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/ |
D | rw_t3t.cc | 2827 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()
|