/aosp12/frameworks/base/core/java/android/se/omapi/ |
H A D | Session.java | 199 public @Nullable Channel openBasicChannel(@Nullable byte[] aid, @Nullable byte p2) in openBasicChannel() method in Session 207 ISecureElementChannel channel = mSession.openBasicChannel(aid, p2, in openBasicChannel() 249 public @Nullable Channel openBasicChannel(@Nullable byte[] aid) throws IOException { in openBasicChannel() method in Session 250 return openBasicChannel(aid, (byte) 0x00); in openBasicChannel()
|
H A D | ISecureElementSession.aidl | 63 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel() method
|
/aosp12/hardware/interfaces/secure_element/1.0/vts/functional/ |
H A D | VtsHalSecureElementV1_0TargetTest.cpp | 137 TEST_P(SecureElementHidlTest, openBasicChannel) { in TEST_P() argument 141 se_->openBasicChannel(aid, 0x00, in TEST_P()
|
/aosp12/hardware/nxp/secure_element/pn8x/1.0/ |
H A D | SecureElement.h | 61 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
H A D | SecureElement.cpp | 253 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() function in android::hardware::secure_element::V1_0::implementation::SecureElement
|
/aosp12/hardware/st/secure_element/1.0/ |
H A D | SecureElement.h | 60 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
H A D | SecureElement.cpp | 304 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() function in android::hardware::secure_element::V1_0::implementation::SecureElement
|
/aosp12/hardware/nxp/secure_element/pn8x/1.1/ |
H A D | SecureElement.h | 67 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
H A D | SecureElement.cpp | 295 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() function in android::hardware::secure_element::V1_1::implementation::SecureElement
|
/aosp12/hardware/st/secure_element/1.1/ |
H A D | SecureElement.h | 68 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
H A D | SecureElement.cpp | 293 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() function in android::hardware::secure_element::V1_1::implementation::SecureElement
|
/aosp12/hardware/st/secure_element/1.2/ |
H A D | SecureElement.h | 68 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
H A D | SecureElement.cpp | 298 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() function in android::hardware::secure_element::V1_2::implementation::SecureElement
|
/aosp12/hardware/st/secure_element2/secure_element/1.0/ |
H A D | SecureElement.h | 40 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
|
/aosp12/packages/apps/SecureElement/src/com/android/se/ |
H A D | SecureElementService.java | 301 public ISecureElementChannel openBasicChannel(byte[] aid, byte p2, in openBasicChannel() method in SecureElementService.SecureElementSession 321 channel = mReader.getTerminal().openBasicChannel(this, aid, p2, listener, in openBasicChannel()
|
H A D | Terminal.java | 436 public Channel openBasicChannel(SecureElementSession session, byte[] aid, byte p2, in openBasicChannel() method in Terminal 478 mSEHal.openBasicChannel(byteArrayToArrayList(aid), p2, in openBasicChannel()
|
/aosp12/hardware/nxp/secure_element/snxxx/1.0/ |
H A D | SecureElement.h | 87 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
H A D | VirtualISO.h | 65 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/aosp12/hardware/st/secure_element2/secure_element/1.1/ |
H A D | SecureElement.h | 44 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
|
/aosp12/hardware/nxp/secure_element/snxxx/1.1/ |
H A D | VirtualISO.h | 73 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
H A D | SecureElement.h | 97 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/aosp12/hardware/nxp/secure_element/snxxx/1.2/ |
H A D | VirtualISO.h | 70 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
H A D | SecureElement.h | 98 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
|
/aosp12/hardware/st/secure_element2/secure_element/1.2/ |
H A D | SecureElement.h | 44 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
|
/aosp12/hardware/interfaces/secure_element/1.0/ |
H A D | ISecureElement.hal | 107 openBasicChannel(vec<uint8_t> aid, uint8_t p2)
|