/hardware/interfaces/secure_element/1.0/vts/functional/ |
D | VtsHalSecureElementV1_0TargetTest.cpp | 165 std::vector<uint8_t> atr; in TEST_P() local 166 se_->getAtr([&atr](std::vector<uint8_t> atrReturned) { in TEST_P() 167 atr.resize(atrReturned.size()); in TEST_P() 169 atr[i] = atrReturned[i]; in TEST_P() 172 if (atr.size() == 0) { in TEST_P() 175 EXPECT_GE((unsigned int)32, atr.size()); in TEST_P() 176 EXPECT_LE((unsigned int)1, atr.size()); in TEST_P()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/config/ |
D | structs.cpp | 47 .atr = sst.base.atr, in toAidl()
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | iso7816_t1.h | 60 uint8_t atr[32]; /* ISO7816 defines ATR with a maximum of 32 bytes */ member 101 int isot1_get_atr(struct t1_state *t1, void *atr, size_t n);
|
D | iso7816_t1.c | 353 const uint8_t *atr = t1->atr; in parse_atr() local 358 tck = y = (n > 0 ? atr[0] : 0); in parse_atr() 362 c = atr[j]; in parse_atr() 406 if (buf[2] <= sizeof(t1->atr)) { in parse_response() 409 memcpy(t1->atr, buf + 3, t1->atr_length); in parse_response() 797 isot1_get_atr(struct t1_state *t1, void *atr, size_t n) in isot1_get_atr() argument 806 memcpy(atr, t1->atr, r); in isot1_get_atr()
|
D | libse-gto.c | 162 se_gto_reset(struct se_gto_ctx *ctx, void *atr, size_t r) in se_gto_reset() argument 172 err = isot1_get_atr(&ctx->t1, atr, r); in se_gto_reset()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/1/android/hardware/radio/config/ |
D | SimSlotStatus.aidl | 38 String atr;
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/sap/ |
D | SapCallback.cpp | 91 const hidl_vec<uint8_t>& atr) { in transferAtrResponse() argument 93 respond()->transferAtrResponse(serial, toAidl(resultCode), atr); in transferAtrResponse()
|
/hardware/interfaces/radio/aidl/android/hardware/radio/config/ |
D | SimSlotStatus.aidl | 38 String atr;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/current/android/hardware/radio/config/ |
D | SimSlotStatus.aidl | 39 String atr;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/2/android/hardware/radio/config/ |
D | SimSlotStatus.aidl | 38 String atr;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.config/3/android/hardware/radio/config/ |
D | SimSlotStatus.aidl | 39 String atr;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/ |
D | CardStatus.aidl | 43 String atr;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/ |
D | CardStatus.aidl | 44 String atr;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/ |
D | CardStatus.aidl | 43 String atr;
|
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/ |
D | CardStatus.aidl | 75 String atr;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/ |
D | CardStatus.aidl | 44 String atr;
|
/hardware/interfaces/secure_element/aidl/vts/ |
D | VtsHalSecureElementTargetTest.cpp | 212 std::vector<uint8_t> atr; in TEST_P() local 216 EXPECT_OK(secure_element_->getAtr(&atr)); in TEST_P() 217 EXPECT_LE(atr.size(), 32u); in TEST_P()
|
/hardware/st/secure_element2/secure_element/aidl/se-gto/ |
D | libse-gto.h | 164 int se_gto_reset(struct se_gto_ctx *ctx, void *atr, size_t r);
|
/hardware/st/secure_element2/secure_element/esehal/src/se-gto/ |
D | libse-gto.h | 164 int se_gto_reset(struct se_gto_ctx *ctx, void *atr, size_t r);
|
/hardware/st/secure_element2/secure_element/1.1/se-gto/ |
D | libse-gto.h | 165 int se_gto_reset(struct se_gto_ctx *ctx, void *atr, size_t r);
|
/hardware/st/secure_element2/secure_element/1.0/se-gto/ |
D | libse-gto.h | 165 int se_gto_reset(struct se_gto_ctx *ctx, void *atr, size_t r);
|
/hardware/st/secure_element2/secure_element/1.2/se-gto/ |
D | libse-gto.h | 165 int se_gto_reset(struct se_gto_ctx *ctx, void *atr, size_t r);
|
/hardware/interfaces/radio/aidl/android/hardware/radio/sap/ |
D | ISapCallback.aidl | 133 void transferAtrResponse(in int serial, in SapResultCode resultCode, in byte[] atr); in transferAtrResponse() argument
|
/hardware/ril/librilutils/proto/ |
D | sap-api.options | 20 RIL_SIM_SAP_TRANSFER_ATR_RSP.atr type:FT_POINTER
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sap/1/android/hardware/radio/sap/ |
D | ISapCallback.aidl | 45 …rAtrResponse(in int serial, in android.hardware.radio.sap.SapResultCode resultCode, in byte[] atr); in transferAtrResponse() argument
|