Searched refs:system_code (Results 1 – 13 of 13) 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/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 | ce_int.h | 75 uint16_t system_code; member 161 tNFC_STATUS ce_select_t3t(uint16_t system_code,
|
| 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 | 830 extern tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc,
|
| /system/nfc/src/nfa/ce/ |
| D | nfa_ce_api.cc | 252 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH(uint16_t system_code, in NFA_CeRegisterFelicaSystemCodeOnDH() argument 272 p_msg->reg_listen.system_code = system_code; in NFA_CeRegisterFelicaSystemCodeOnDH()
|
| D | nfa_ce_act.cc | 1356 p_ce_msg->reg_listen.system_code; in nfa_ce_api_reg_listen()
|
| /system/nfc/src/nfa/include/ |
| D | nfa_ce_api.h | 132 uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN],
|
| D | nfa_ce_int.h | 79 uint16_t system_code; member
|
| /system/nfc/src/nfc/tags/ |
| D | ce_t3t.cc | 548 if ((sc == 0xFFFF) || (sc == p_cb->system_code)) { in ce_t3t_handle_non_nfc_forum_cmd() 560 UINT16_TO_BE_STREAM(p_dst, p_cb->system_code); in ce_t3t_handle_non_nfc_forum_cmd() 639 if ((p_cb->system_code != T3T_SYSTEM_CODE_NDEF) || in ce_t3t_data_cback() 839 tNFC_STATUS ce_select_t3t(uint16_t system_code, in ce_select_t3t() argument 846 p_cb->system_code = system_code; in ce_select_t3t()
|
| D | rw_t3t.cc | 2867 tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc, uint8_t tsn) { in RW_T3tPoll() argument 2880 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()
|
| /system/nfc/src/nfc/nci/ |
| D | nci_hmsgs.cc | 513 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument 529 UINT16_TO_BE_STREAM(pp, system_code); in nci_snd_t3t_polling()
|