Home
last modified time | relevance | path

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

12

/hardware/interfaces/secure_element/aidl/vts/
DVtsHalSecureElementTargetTest.cpp118 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/
DISecureElement.aidl41 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/
DISecureElement.aidl41 byte[] openBasicChannel(in byte[] aid, in byte p2); in openBasicChannel() method
/hardware/interfaces/secure_element/aidl/android/hardware/secure_element/
DISecureElement.aidl91 byte[] openBasicChannel(in byte[] aid, in byte p2); in openBasicChannel() method
/hardware/st/secure_element/1.0/
DSecureElement.h60 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/hardware/nxp/secure_element/pn8x/1.0/
DSecureElement.h61 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
DSecureElement.cpp253 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_element2/secure_element/aidl/
DSecureElement.h34 …ScopedAStatus openBasicChannel(const std::vector<uint8_t>& aid, int8_t p2, std::vector<uint8_t>* a…
/hardware/nxp/secure_element/snxxx/aidl/
DVirtualISO.h57 ::ndk::ScopedAStatus openBasicChannel(
DSecureElement.h79 ::ndk::ScopedAStatus openBasicChannel(
/hardware/interfaces/secure_element/1.0/vts/functional/
DVtsHalSecureElementV1_0TargetTest.cpp137 TEST_P(SecureElementHidlTest, openBasicChannel) { in TEST_P() argument
141 se_->openBasicChannel(aid, 0x00, in TEST_P()
/hardware/nxp/secure_element/pn8x/1.1/
DSecureElement.h67 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
DSecureElement.cpp295 Return<void> SecureElement::openBasicChannel(const hidl_vec<uint8_t>& aid, in openBasicChannel() function in android::hardware::secure_element::V1_1::implementation::SecureElement
/hardware/st/secure_element/1.1/
DSecureElement.h68 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/hardware/st/secure_element2/secure_element/1.0/
DSecureElement.h40 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
/hardware/st/secure_element/1.2/
DSecureElement.h68 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/hardware/nxp/secure_element/snxxx/1.0/
DVirtualISO.h66 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
DSecureElement.h88 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/hardware/st/secure_element2/secure_element/1.1/
DSecureElement.h44 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
/hardware/nxp/secure_element/snxxx/1.1/
DVirtualISO.h74 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
DSecureElement.h98 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/hardware/st/secure_element2/secure_element/1.2/
DSecureElement.h44 …Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2, openBasicChannel_cb _hidl_…
/hardware/nxp/secure_element/snxxx/1.2/
DVirtualISO.h75 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
DSecureElement.h105 Return<void> openBasicChannel(const hidl_vec<uint8_t>& aid, uint8_t p2,
/hardware/interfaces/secure_element/1.0/
DISecureElement.hal107 openBasicChannel(vec<uint8_t> aid, uint8_t p2)

12