Searched refs:nci_snd_t3t_polling (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() function
|
/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() function
|
/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) {
|
/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);
|
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 2534 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/ |
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() function
|