Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/2.0/
DNxpNfc.h53 Return<bool> isLsUpdateRequired() override;
DNxpNfc.cpp107 Return<bool> NxpNfc::isLsUpdateRequired() { in isLsUpdateRequired() function in vendor::nxp::nxpnfc::V2_0::implementation::NxpNfc
/hardware/nxp/nfc/intf/nxpnfc/2.0/
DINxpNfc.hal75 isLsUpdateRequired() generates (bool status);
/hardware/nxp/secure_element/snxxx/ese-clients/src/
DeSEClient.cpp261 if (!se_intf.isLSUpdateRequired && mHalNxpNfc->isLsUpdateRequired()) { in eSEClientUpdate_ThreadHandler()