Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DNfcAdaptation.cpp175 ESESTATUS NfcAdaptation::resetEse(uint64_t level) { in resetEse() function in NfcAdaptation
183 ret = mHalNxpNfc->resetEse(level); in resetEse()
/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/2.0/
DNxpNfc.h48 Return<bool> resetEse(uint64_t resetType) override;
DNxpNfc.cpp46 Return<bool> NxpNfc::resetEse(uint64_t resetType) { in resetEse() function in vendor::nxp::nxpnfc::V2_0::implementation::NxpNfc
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DNfcAdaptation.h72 static ESESTATUS resetEse(uint64_t level);
/hardware/nxp/nfc/intf/nxpnfc/2.0/
DINxpNfc.hal43 resetEse(uint64_t resetType) generates (bool status);
/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/spi/
DEseSpiTransport.cpp413 ret = pNfcAdapt.resetEse(level); in Ioctl()