Home
last modified time | relevance | path

Searched refs:openBasicChannel (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/se/omapi/
H A DSession.java199 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 DISecureElementSession.aidl63 ISecureElementChannel openBasicChannel(in byte[] aid, in byte p2, in openBasicChannel() method
/aosp12/hardware/interfaces/secure_element/1.0/vts/functional/
H A DVtsHalSecureElementV1_0TargetTest.cpp137 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 DSecureElement.h61 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
H A DSecureElement.cpp253 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 DSecureElement.h60 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
H A DSecureElement.cpp304 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 DSecureElement.h67 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
H A DSecureElement.cpp295 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 DSecureElement.h68 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
H A DSecureElement.cpp293 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 DSecureElement.h68 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
H A DSecureElement.cpp298 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 DSecureElement.h40 …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 DSecureElementService.java301 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 DTerminal.java436 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 DSecureElement.h87 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
H A DVirtualISO.h65 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/aosp12/hardware/st/secure_element2/secure_element/1.1/
H A DSecureElement.h44 …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 DVirtualISO.h73 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
H A DSecureElement.h97 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/aosp12/hardware/nxp/secure_element/snxxx/1.2/
H A DVirtualISO.h70 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
H A DSecureElement.h98 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/aosp12/hardware/st/secure_element2/secure_element/1.2/
H A DSecureElement.h44 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
/aosp12/hardware/interfaces/secure_element/1.0/
H A DISecureElement.hal107 openBasicChannel(vec<uint8_t> aid, uint8_t p2)

12