Searched refs:tsn (Results 1 – 6 of 6) sorted by relevance
/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/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/nfc/include/ |
D | nci_hmsgs.h | 58 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn);
|
D | rw_api.h | 831 uint8_t tsn);
|
/system/nfc/src/nfc/nci/ |
D | nci_hmsgs.cc | 579 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument 597 UINT8_TO_STREAM(pp, tsn); in nci_snd_t3t_polling()
|
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 2857 tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc, uint8_t tsn) { in RW_T3tPoll() argument 2870 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()
|