Searched refs:nfcHalClose (Results 1 – 3 of 3) sorted by relevance
100 nfcHalInf.nfcHalClose = nullptr; in ResetNfcInterface()140 nfcHalInf.nfcHalClose = reinterpret_cast<int (*)(bool)> in InitNfcHalInterfaces()163 nfcHalInf.nfcHalClose == nullptr || nfcHalInf.nfcHalControlGranted == nullptr || in InitNfcHalInterfaces()244 if (nfcHalInf.nfcHalClose == nullptr) { in VendorClose()248 int ret = nfcHalInf.nfcHalClose(bShutdown); in VendorClose()
66 int (*nfcHalClose)(bool bShutdown); member
27 nfcHalInf.nfcHalClose = nullptr; in NfcVendorAdaptions()