Searched refs:onStateChange (Results 1 – 9 of 9) sorted by relevance
27 * HAL service must send onStateChange() with connected equal to true29 * Clients must wait for a onStateChange(true) before opening channels.
36 ((SecureElement*)arg)->onStateChange(result, reason); in onLSCompleted()58 clientCallback->onStateChange(true); in init()64 clientCallback->onStateChange(false); in init()80 clientCallback->onStateChange(false); in init()446 void SecureElement::onStateChange(bool result, std::string reason) { in onStateChange() function in android::hardware::secure_element::V1_0::implementation::SecureElement448 mCallbackV1_0->onStateChange(result); in onStateChange()
66 void onStateChange(bool result, std::string reason);
37 ((SecureElement*)arg)->onStateChange(result, reason); in onLSCompleted()57 clientCallback->onStateChange(true); in init()63 clientCallback->onStateChange(false); in init()79 clientCallback->onStateChange(false); in init()490 void SecureElement::onStateChange(bool result, std::string reason) { in onStateChange() function in android::hardware::secure_element::V1_1::implementation::SecureElement495 mCallbackV1_0->onStateChange(result); in onStateChange()
71 void onStateChange(bool result, std::string reason);
20 onStateChange(bool connected);
60 Return<void> onStateChange(__attribute__((unused)) bool state) override { return Void(); } in onStateChange() function in SecureElementHalCallback
58 Return<void> onStateChange(bool state) override { in onStateChange() function in SecureElementHalCallback