Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccTransport.h38 enum EseResetType : long { enum
165 virtual int EseReset(void* pDevHandle, EseResetType eType);
DNfccTransport.cc27 __attribute__((unused)) EseResetType eType) { in EseReset()
DNfccI2cTransport.h184 int EseReset(void* pDevHandle, EseResetType eType);
DNfccI2cTransport.cc371 int NfccI2cTransport::EseReset(void* pDevHandle, EseResetType eType) { in EseReset()
/hardware/nxp/nfc/snxxx/halimpl/tml/
Dspi_spm.cc54 ret = gpTransportObj->EseReset(pDevHandle, (EseResetType)level); in phPalEse_spi_ioctl()
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_IoctlOperations.cc614 (EseResetType)resetType); in phNxpNciHal_resetEse()