Home
last modified time | relevance | path

Searched refs:nfcHalSoName (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.cpp39 string nfcHalSoName = NFC_HAL_SO_PREFIX + chipType + NFC_HAL_SO_SUFFIX; in GetNfcHalSoName() local
40 return nfcHalSoName; in GetNfcHalSoName()
112 int8_t NfcVendorAdaptions::InitNfcHalInterfaces(string nfcHalSoName, string suffix) in InitNfcHalInterfaces() argument
115 nfcHalHandle = dlopen(nfcHalSoName.c_str(), RTLD_LAZY | RTLD_GLOBAL); in InitNfcHalInterfaces()
119 nfcHalSoName = NFC_HAL_SO_DEFAULT_NAME; in InitNfcHalInterfaces()
121 nfcHalHandle = dlopen(nfcHalSoName.c_str(), RTLD_LAZY | RTLD_GLOBAL); in InitNfcHalInterfaces()
180 string nfcHalSoName = GetNfcHalSoName(chipType); in NfcVendorAdaptions() local
182 if (InitNfcHalInterfaces(nfcHalSoName, nfcHalFuncNameSuffix) != HDF_SUCCESS) { in NfcVendorAdaptions()
H A Dnfc_vendor_adaptions.h103 int8_t InitNfcHalInterfaces(std::string nfcHalSoName, std::string suffix);
/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h43 int8_t InitNfcHalInterfaces(std::string nfcHalSoName, std::string suffix);
H A Dmock.cpp116 int8_t NfcVendorAdaptions::InitNfcHalInterfaces(std::string nfcHalSoName, std::string suffix) in InitNfcHalInterfaces() argument

Completed in 2 milliseconds