Home
last modified time | relevance | path

Searched defs:system_code (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.pb.h472 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()
Dcard_emulation.pb.h5343 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()
/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/
Dnfc_fservice_info.pb.h472 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()
Dcard_emulation.pb.h5343 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()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/nfc/
Dnfc_fservice_info.pb.h493 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()
Dcard_emulation.pb.h5598 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()
/aosp_15_r20/frameworks/base/core/proto/android/nfc/
H A Dnfc_fservice_info.proto33 optional string system_code = 3; field
H A Dcard_emulation.proto113 optional string system_code = 1; field
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0925/
H A Dstubs.cpp54 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling()
/aosp_15_r20/system/nfc/src/fuzzers/ce/
H A Dstubs.cc39 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling()
/aosp_15_r20/system/nfc/src/fuzzers/rw/
H A Dstubs.cc44 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling()
/aosp_15_r20/system/nfc/src/nfa/ce/
H A Dnfa_ce_api.cc249 tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH(uint16_t system_code, in NFA_CeRegisterFelicaSystemCodeOnDH()
/aosp_15_r20/system/nfc/tests/src/
H A Dnfa_ce_api_test.cc115 uint16_t system_code = 0x1234; in TEST_F() local
/aosp_15_r20/system/nfc/src/nfc/include/
H A Dce_int.h75 uint16_t system_code; member
/aosp_15_r20/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.cc579 uint8_t nci_snd_t3t_polling(uint16_t system_code, uint8_t rc, uint8_t tsn) { in nci_snd_t3t_polling()
/aosp_15_r20/system/nfc/src/nfa/include/
H A Dnfa_ce_int.h79 uint16_t system_code; member
/aosp_15_r20/system/nfc/src/nfc/tags/
H A Dce_t3t.cc837 tNFC_STATUS ce_select_t3t(uint16_t system_code, in ce_select_t3t()
H A Drw_t3t.cc2864 tNFC_STATUS RW_T3tPoll(uint16_t system_code, tT3T_POLL_RC rc, uint8_t tsn) { in RW_T3tPoll()