Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccTransport.cc34 int NfccTransport::EseReset(__attribute__((unused)) void* pDevHandle, in EseReset() function in NfccTransport
DNfccI2cTransport.h185 int EseReset(void* pDevHandle, EseResetType eType);
DNfccTransport.h187 virtual int EseReset(void* pDevHandle, EseResetType eType);
DNfccI2cTransport.cc410 int NfccI2cTransport::EseReset(void* pDevHandle, EseResetType eType) { in EseReset() function in NfccI2cTransport
/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb.h129 EseReset, enumerator
DphTmlUwb_spi.cc172 case phTmlUwb_ControlCode_t::EseReset: in phTmlUwb_Spi_Ioctl()
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_IoctlOperations.cc632 status = gpTransportObj->EseReset(gpphTmlNfc_Context->pDevHandle, in phNxpNciHal_resetEse()