Home
last modified time | relevance | path

Searched refs:notifyListenModeState (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/jni/
DSecureElement.h173 void notifyListenModeState (bool isActivated);
DNativeNfcManager.cpp350 SecureElement::getInstance().notifyListenModeState (true); in nfaConnectionCallback()
384 SecureElement::getInstance().notifyListenModeState (false); in nfaConnectionCallback()
DRoutingManager.cpp170 SecureElement::getInstance().notifyListenModeState (false); in notifyDeactivated()
DSecureElement.cpp1011 void SecureElement::notifyListenModeState (bool isActivated) { in notifyListenModeState() function in SecureElement