Home
last modified time | relevance | path

Searched refs:nci_snd_t3t_polling (Results 1 – 6 of 6) sorted by relevance

/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() function
/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() function
/system/nfc/src/fuzzers/llcp/
Dstubs.cc49 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t 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);
/system/nfc/src/nfc/tags/
Drw_t3t.cc2534 retval = (tNFC_STATUS)nci_snd_t3t_polling(T3T_SYSTEM_CODE_NDEF, 0, 0); in RW_T3tDetectNDef()
2805 retval = (tNFC_STATUS)nci_snd_t3t_polling(0xFFFF, T3T_POLL_RC_SC, 0x03); in RW_T3tPresenceCheck()
2850 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()
2936 retval = (tNFC_STATUS)nci_snd_t3t_polling(0xFFFF, T3T_POLL_RC_SC, 0x0F); in RW_T3tGetSystemCodes()
2982 retval = (tNFC_STATUS)nci_snd_t3t_polling(T3T_SYSTEM_CODE_FELICA_LITE, in RW_T3tFormatNDef()
3099 retval = (tNFC_STATUS)nci_snd_t3t_polling(T3T_SYSTEM_CODE_FELICA_LITE, in RW_T3tSetReadOnly()
/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() function