Home
last modified time | relevance | path

Searched refs:INxpNfcAidl (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DNfcAdaptation.h29 using INxpNfcAidl = ::aidl::vendor::nxp::nxpnfc_aidl::INxpNfc; variable
88 static std::shared_ptr<INxpNfcAidl> mAidlHalNxpNfc;
/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DNfcAdaptation.cpp47 using INxpNfcAidl = ::aidl::vendor::nxp::nxpnfc_aidl::INxpNfc; typedef
55 std::shared_ptr<INxpNfcAidl> NfcAdaptation::mAidlHalNxpNfc = nullptr;
70 mAidlHalNxpNfc = INxpNfcAidl::fromBinder(binder); in Initialize()
/hardware/nxp/secure_element/snxxx/ese-clients/src/
DeSEClient.cpp47 using INxpNfcAidl = ::aidl::vendor::nxp::nxpnfc_aidl::INxpNfc; typedef
53 std::shared_ptr<INxpNfcAidl> mAidlHalNxpNfc = nullptr;
234 mAidlHalNxpNfc = INxpNfcAidl::fromBinder(binder); in eSEClientUpdate_ThreadHandler()