Home
last modified time | relevance | path

Searched refs:initializeSE (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/st/secure_element2/secure_element/1.2/
H A DSecureElement.cpp89 int SecureElement::initializeSE() { in initializeSE() function in android::hardware::secure_element::V1_2::implementation::SecureElement
142 if (initializeSE() != EXIT_SUCCESS) { in init()
169 if (initializeSE() != EXIT_SUCCESS) { in init_1_1()
241 if (initializeSE() != EXIT_SUCCESS) { in openLogicalChannel()
398 if (initializeSE() != EXIT_SUCCESS) { in openBasicChannel()
742 if (initializeSE() == EXIT_SUCCESS) { in reset()
756 if (initializeSE() == EXIT_SUCCESS) { in reset()
H A DSecureElement.h62 int initializeSE();
/aosp12/hardware/st/secure_element2/secure_element/1.1/
H A DSecureElement.cpp84 int SecureElement::initializeSE() { in initializeSE() function in android::hardware::secure_element::V1_1::implementation::SecureElement
137 if (initializeSE() != EXIT_SUCCESS) { in init()
164 if (initializeSE() != EXIT_SUCCESS) { in init_1_1()
236 if (initializeSE() != EXIT_SUCCESS) { in openLogicalChannel()
393 if (initializeSE() != EXIT_SUCCESS) { in openBasicChannel()
H A DSecureElement.h60 int initializeSE();
/aosp12/hardware/st/secure_element2/secure_element/1.0/
H A DSecureElement.cpp83 int SecureElement::initializeSE() { in initializeSE() function in android::hardware::secure_element::V1_0::implementation::SecureElement
136 if (initializeSE() != EXIT_SUCCESS) { in init()
208 if (initializeSE() != EXIT_SUCCESS) { in openLogicalChannel()
360 if (initializeSE() != EXIT_SUCCESS) { in openBasicChannel()
H A DSecureElement.h56 int initializeSE();