/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/nfc/ |
D | nfc_fservice_info.pb.h | 209 const std::string& system_code() const; in Swap() 214 void set_allocated_system_code(std::string* system_code); in Swap() 472 inline const std::string& NfcFServiceInfoProto::system_code() const { in system_code() function 513 inline void NfcFServiceInfoProto::set_allocated_system_code(std::string* system_code) { in set_allocated_system_code() argument 514 if (system_code != nullptr) { in set_allocated_system_code() 519 _impl_.system_code_.SetAllocated(system_code, GetArenaForAllocation()); in set_allocated_system_code()
|
D | card_emulation.pb.h | 2268 const std::string& system_code() const; in Swap() 2273 void set_allocated_system_code(std::string* system_code); in Swap() 5343 inline const std::string& SystemCodeRoutingManagerProto_T3tIdentifier::system_code() const { in system_code() function 5384 … SystemCodeRoutingManagerProto_T3tIdentifier::set_allocated_system_code(std::string* system_code) { in set_allocated_system_code() argument 5385 if (system_code != nullptr) { in set_allocated_system_code() 5390 _impl_.system_code_.SetAllocated(system_code, GetArenaForAllocation()); in set_allocated_system_code()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/nfc/ |
D | nfc_fservice_info.pb.h | 209 const std::string& system_code() const; in Swap() 214 void set_allocated_system_code(std::string* system_code); in Swap() 472 inline const std::string& NfcFServiceInfoProto::system_code() const { in system_code() function 513 inline void NfcFServiceInfoProto::set_allocated_system_code(std::string* system_code) { in set_allocated_system_code() argument 514 if (system_code != nullptr) { in set_allocated_system_code() 519 _impl_.system_code_.SetAllocated(system_code, GetArenaForAllocation()); in set_allocated_system_code()
|
D | card_emulation.pb.h | 2268 const std::string& system_code() const; in Swap() 2273 void set_allocated_system_code(std::string* system_code); in Swap() 5343 inline const std::string& SystemCodeRoutingManagerProto_T3tIdentifier::system_code() const { in system_code() function 5384 … SystemCodeRoutingManagerProto_T3tIdentifier::set_allocated_system_code(std::string* system_code) { in set_allocated_system_code() argument 5385 if (system_code != nullptr) { in set_allocated_system_code() 5390 _impl_.system_code_.SetAllocated(system_code, GetArenaForAllocation()); in set_allocated_system_code()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/nfc/ |
D | nfc_fservice_info.pb.h | 230 const std::string& system_code() const; in Swap() 235 void set_allocated_system_code(std::string* system_code); in Swap() 493 inline const std::string& NfcFServiceInfoProto::system_code() const { in system_code() function 534 inline void NfcFServiceInfoProto::set_allocated_system_code(std::string* system_code) { in set_allocated_system_code() argument 535 if (system_code != nullptr) { in set_allocated_system_code() 540 _impl_.system_code_.SetAllocated(system_code, GetArenaForAllocation()); in set_allocated_system_code()
|
D | card_emulation.pb.h | 2469 const std::string& system_code() const; in Swap() 2474 void set_allocated_system_code(std::string* system_code); in Swap() 5598 inline const std::string& SystemCodeRoutingManagerProto_T3tIdentifier::system_code() const { in system_code() function 5639 … SystemCodeRoutingManagerProto_T3tIdentifier::set_allocated_system_code(std::string* system_code) { in set_allocated_system_code() argument 5640 if (system_code != nullptr) { in set_allocated_system_code() 5645 _impl_.system_code_.SetAllocated(system_code, GetArenaForAllocation()); in set_allocated_system_code()
|
/aosp_15_r20/system/nfc/src/nfc/tags/ |
H A D | ce_t3t.cc | 546 if ((sc == 0xFFFF) || (sc == p_cb->system_code)) { in ce_t3t_handle_non_nfc_forum_cmd() 558 UINT16_TO_BE_STREAM(p_dst, p_cb->system_code); in ce_t3t_handle_non_nfc_forum_cmd() 637 if ((p_cb->system_code != T3T_SYSTEM_CODE_NDEF) || in ce_t3t_data_cback() 837 tNFC_STATUS ce_select_t3t(uint16_t system_code, in ce_select_t3t() argument 844 p_cb->system_code = system_code; in ce_select_t3t()
|
H A D | rw_t3t.cc | 2864 tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc, uint8_t tsn) { in RW_T3tPoll() argument 2877 retval = (tNFC_STATUS)nci_snd_t3t_polling(system_code, (uint8_t)rc, tsn); in RW_T3tPoll()
|
/aosp_15_r20/system/nfc/src/nfa/ce/ |
H A D | nfa_ce_api.cc | 249 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH(uint16_t system_code, in NFA_CeRegisterFelicaSystemCodeOnDH() argument 269 p_msg->reg_listen.system_code = system_code; in NFA_CeRegisterFelicaSystemCodeOnDH()
|
H A D | nfa_ce_act.cc | 1351 p_ce_msg->reg_listen.system_code; in nfa_ce_api_reg_listen()
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0925/ |
H A D | stubs.cpp | 54 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument 55 FUZZLOG("sc=%04X, rc=%02X, tsn=%02X", system_code, rc, tsn); in nci_snd_t3t_polling()
|
/aosp_15_r20/system/nfc/src/fuzzers/ce/ |
H A 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()
|
/aosp_15_r20/system/nfc/src/fuzzers/rw/ |
H A D | stubs.cc | 44 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling() argument 45 FUZZLOG("sc=%04X, rc=%02X, tsn=%02X", system_code, rc, tsn); in nci_snd_t3t_polling()
|
/aosp_15_r20/system/nfc/src/nfc/include/ |
H A D | ce_int.h | 75 uint16_t system_code; member 161 tNFC_STATUS ce_select_t3t(uint16_t system_code,
|
H A D | nci_hmsgs.h | 58 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn);
|
H A D | rw_api.h | 842 extern tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc,
|
/aosp_15_r20/system/nfc/tests/src/ |
H A D | nfa_ce_api_test.cc | 115 uint16_t system_code = 0x1234; in TEST_F() local 118 tNFA_STATUS status = NFA_CeRegisterFelicaSystemCodeOnDH(system_code, nfcid2, t3tPmm, nullptr); in TEST_F()
|
/aosp_15_r20/system/nfc/src/nfa/include/ |
H A D | nfa_ce_api.h | 132 uint16_t system_code, uint8_t nfcid2[NCI_RF_F_UID_LEN],
|
H A D | nfa_ce_int.h | 79 uint16_t system_code; member
|
/aosp_15_r20/frameworks/base/core/proto/android/nfc/ |
H A D | nfc_fservice_info.proto | 33 optional string system_code = 3; field
|
H A D | card_emulation.proto | 113 optional string system_code = 1; field
|
/aosp_15_r20/system/nfc/src/nfc/nci/ |
H A 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 595 UINT16_TO_BE_STREAM(pp, system_code); in nci_snd_t3t_polling()
|