Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/tml/
Dspi_spm.cc54 ret = gpTransportObj->EseReset(pDevHandle, (EseResetType)level); in phPalEse_spi_ioctl()
75 ret = gpTransportObj->EseReset(pDevHandle, MODE_ESE_POWER_OFF); in phPalEse_spi_ioctl()
/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccTransport.cc26 int NfccTransport::EseReset(__attribute__((unused)) void* pDevHandle, in EseReset() function in NfccTransport
DNfccI2cTransport.h184 int EseReset(void* pDevHandle, EseResetType eType);
DNfccTransport.h165 virtual int EseReset(void* pDevHandle, EseResetType eType);
DNfccI2cTransport.cc371 int NfccI2cTransport::EseReset(void* pDevHandle, EseResetType eType) { in EseReset() function in NfccI2cTransport
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_IoctlOperations.cc613 status = gpTransportObj->EseReset(gpphTmlNfc_Context->pDevHandle, in phNxpNciHal_resetEse()