Home
last modified time | relevance | path

Searched refs:mspTransportInterface (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/
DEseTransportFactory.cpp30 spTransport mspTransportInterface; in getTransport() local
34 mspTransportInterface = std::make_shared<EseSpiTransport>(); in getTransport()
37 mspTransportInterface = std::make_shared<EseSpiTransport>(); in getTransport()
40 return mspTransportInterface; in getTransport()
/hardware/nxp/nfc/snxxx/halimpl/tml/
DNfccTransportFactory.cc65 spTransport mspTransportInterface; in getTransport() local
69 mspTransportInterface = std::make_shared<NfccI2cTransport>(); in getTransport()
72 mspTransportInterface = std::make_shared<NfccI2cTransport>(); in getTransport()
75 return mspTransportInterface; in getTransport()