Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DNfcAdaptation.cpp205 ESESTATUS NfcAdaptation::setEseUpdateState(void* p_data) { in setEseUpdateState() function in NfcAdaptation
217 ret = mHalNxpNfc->setEseUpdateState( in setEseUpdateState()
/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/2.0/
DNxpNfc.h49 Return<bool> setEseUpdateState(NxpNfcHalEseState state) override;
DNxpNfc.cpp64 Return<bool> NxpNfc::setEseUpdateState(NxpNfcHalEseState eSEState) { in setEseUpdateState() function in vendor::nxp::nxpnfc::V2_0::implementation::NxpNfc
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DNfcAdaptation.h73 static ESESTATUS setEseUpdateState(void* p_data);
/hardware/nxp/nfc/intf/nxpnfc/2.0/
DINxpNfc.hal51 setEseUpdateState(NxpNfcHalEseState eSEState) generates (bool status);
/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/spi/
DEseSpiTransport.cpp489 ret = pNfcAdapt.setEseUpdateState(&inpOutData); in Ioctl()