Home
last modified time | relevance | path

Searched refs:notifyClients (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.h129 void notifyClients(bool connected, std::string reason);
DSecureElement.cpp937 void SecureElement::notifyClients(bool connected, std::string reason) { in notifyClients() function in android::hardware::secure_element::V1_2::implementation::SecureElement
963 notifyClients(false, "reset the SE"); in reset()
977 notifyClients(true, "SE initialized"); in reset()