Searched refs:nfcHalHandle (Results 1 – 4 of 4) sorted by relevance
95 nfcHalHandle = nullptr; in ResetNfcInterface()114 if (nfcHalHandle == nullptr) { in InitNfcHalInterfaces()117 if (nfcHalHandle == nullptr) { in InitNfcHalInterfaces()123 if (nfcHalHandle == nullptr) { in InitNfcHalInterfaces()129 (dlsym(nfcHalHandle, (HAL_OPEN_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()132 (dlsym(nfcHalHandle, (HAL_WRITE_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()135 (dlsym(nfcHalHandle, (HAL_CORE_INIT_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()138 (dlsym(nfcHalHandle, (HAL_PRE_DISC_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()141 (dlsym(nfcHalHandle, (HAL_CLOSE_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()150 (dlsym(nfcHalHandle, (HAL_IOCTL_FUNC_NAME + suffix).c_str())); in InitNfcHalInterfaces()[all …]
107 void *nfcHalHandle; // handle of nfc hal so variable
46 void *nfcHalHandle; // handle of nfc hal so variable
22 nfcHalHandle = nullptr; in NfcVendorAdaptions()