Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DNfcAdaptation.cpp55 std::shared_ptr<INxpNfcAidl> NfcAdaptation::mAidlHalNxpNfc = nullptr; member in NfcAdaptation
70 mAidlHalNxpNfc = INxpNfcAidl::fromBinder(binder); in Initialize()
71 if (mAidlHalNxpNfc != nullptr) { in Initialize()
77 if (mAidlHalNxpNfc == nullptr) { in Initialize()
214 if (mAidlHalNxpNfc != nullptr) { in resetEse()
215 mAidlHalNxpNfc->resetEse(level, &ret); in resetEse()
257 if (mAidlHalNxpNfc != nullptr) { in setEseUpdateState()
/hardware/nxp/secure_element/snxxx/ese-clients/src/
DeSEClient.cpp53 std::shared_ptr<INxpNfcAidl> mAidlHalNxpNfc = nullptr; variable
230 if (mAidlHalNxpNfc == nullptr) { in eSEClientUpdate_ThreadHandler()
234 mAidlHalNxpNfc = INxpNfcAidl::fromBinder(binder); in eSEClientUpdate_ThreadHandler()
235 if (!mAidlHalNxpNfc) { in eSEClientUpdate_ThreadHandler()
239 } while (((mAidlHalNxpNfc == nullptr) && (cnt < 3))); in eSEClientUpdate_ThreadHandler()
242 if (mAidlHalNxpNfc) { in eSEClientUpdate_ThreadHandler()
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DNfcAdaptation.h88 static std::shared_ptr<INxpNfcAidl> mAidlHalNxpNfc; variable