/hardware/interfaces/secure_element/aidl/vts/ |
D | VtsHalSecureElementTargetTest.cpp | 118 secure_element_->openBasicChannel(kSelectableAid, 0x00, &basic_channel_response); in SetUp() 189 EXPECT_OK(secure_element_->openBasicChannel(kSelectableAid, 0x00, &basic_channel_response)); in TEST_P() 220 TEST_P(SecureElementAidl, openBasicChannel) { in TEST_P() argument 228 EXPECT_ERR(secure_element_->openBasicChannel(kNonSelectableAid, 0x00, &response)); in TEST_P() 233 EXPECT_OK(secure_element_->openBasicChannel(kSelectableAid, 0x00, &response)); in TEST_P() 241 EXPECT_ERR(secure_element_->openBasicChannel(kSelectableAid, 0x00, &response)); in TEST_P() 245 EXPECT_OK(secure_element_->openBasicChannel(kSelectableAid, 0x00, &response)); in TEST_P() 277 EXPECT_OK(secure_element_->openBasicChannel(kSelectableAid, 0x00, &basic_channel_response)); in TEST_P()
|
/hardware/interfaces/secure_element/aidl/aidl_api/android.hardware.secure_element/current/android/hardware/secure_element/ |
D | ISecureElement.aidl | 41 byte[] openBasicChannel(in byte[] aid, in byte p2); in openBasicChannel() method
|
/hardware/interfaces/secure_element/aidl/aidl_api/android.hardware.secure_element/1/android/hardware/secure_element/ |
D | ISecureElement.aidl | 41 byte[] openBasicChannel(in byte[] aid, in byte p2); in openBasicChannel() method
|
/hardware/interfaces/secure_element/aidl/android/hardware/secure_element/ |
D | ISecureElement.aidl | 91 byte[] openBasicChannel(in byte[] aid, in byte p2); in openBasicChannel() method
|
/hardware/interfaces/secure_element/1.0/vts/functional/ |
D | VtsHalSecureElementV1_0TargetTest.cpp | 138 TEST_P(SecureElementHidlTest, openBasicChannel) { in TEST_P() argument 142 se_->openBasicChannel(aid, 0x00, in TEST_P()
|
/hardware/nxp/secure_element/pn8x/1.0/ |
D | SecureElement.h | 64 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
D | SecureElement.cpp | 258 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() function in android::hardware::secure_element::V1_0::implementation::SecureElement
|
/hardware/st/secure_element/1.0/ |
D | SecureElement.h | 60 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
D | SecureElement.cpp | 315 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() function in android::hardware::secure_element::V1_0::implementation::SecureElement
|
/hardware/nxp/secure_element/snxxx/aidl/ |
D | VirtualISO.h | 57 ::ndk::ScopedAStatus openBasicChannel(
|
D | SecureElement.h | 82 ::ndk::ScopedAStatus openBasicChannel(
|
/hardware/st/secure_element2/secure_element/aidl/ |
D | SecureElement.h | 34 …ScopedAStatus openBasicChannel(const std::vector<uint8_t>& aid, int8_t p2, std::vector<uint8_t>* a…
|
/hardware/nxp/secure_element/pn8x/1.1/ |
D | SecureElement.h | 70 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/hardware/st/secure_element2/secure_element/1.0/ |
D | SecureElement.h | 40 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
|
/hardware/st/secure_element/1.1/ |
D | SecureElement.h | 68 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/hardware/st/secure_element/1.2/ |
D | SecureElement.h | 68 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/hardware/st/secure_element2/secure_element/1.1/ |
D | SecureElement.h | 44 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
|
/hardware/nxp/secure_element/snxxx/1.0/ |
D | VirtualISO.h | 66 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
D | SecureElement.h | 91 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/hardware/nxp/secure_element/snxxx/1.1/ |
D | VirtualISO.h | 74 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
D | SecureElement.h | 101 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/hardware/st/secure_element2/secure_element/1.2/ |
D | SecureElement.h | 44 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
|
/hardware/nxp/secure_element/snxxx/1.2/ |
D | VirtualISO.h | 77 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
D | SecureElement.h | 108 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/hardware/interfaces/secure_element/1.0/ |
D | ISecureElement.hal | 107 openBasicChannel(vec<uint8_t> aid, uint8_t p2)
|