Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/
DEseTransportFactory.h24 typedef std::shared_ptr<EseTransport> spTransport; typedef
27 extern spTransport gpTransportObj;
66 spTransport getTransport(transportIntf transportType);
DEseTransportFactory.cpp29 spTransport EseTransportFactory::getTransport(transportIntf transportType) { in getTransport()
30 spTransport mspTransportInterface; in getTransport()
DphNxpEsePal.cpp56 spTransport gpTransportObj;
/hardware/nxp/nfc/snxxx/halimpl/tml/
DNfccTransportFactory.h24 typedef std::shared_ptr<NfccTransport> spTransport; typedef
27 extern spTransport gpTransportObj;
66 spTransport getTransport(transportIntf transportType);
DNfccTransportFactory.cc63 spTransport NfccTransportFactory::getTransport(transportIntf transportType) { in getTransport()
65 spTransport mspTransportInterface; in getTransport()
DphTmlNfc.cc46 spTransport gpTransportObj;