Home
last modified time | relevance | path

Searched refs:getNfcHalFuncNameSuffix (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/nfc/vendor_adaptor/
H A Dnfc_vendor_adaptions.cpp53 nfcExtInf.getNfcHalFuncNameSuffix = reinterpret_cast<const char* (*)(const char*)> in GetChipType()
56 if (nfcExtInf.getNfcChipType == nullptr || nfcExtInf.getNfcHalFuncNameSuffix == nullptr) { in GetChipType()
87 if (nfcExtInf.getNfcHalFuncNameSuffix != nullptr) { in GetNfcHalFuncNameSuffix()
88 suffix = string(nfcExtInf.getNfcHalFuncNameSuffix(chipType.c_str())); in GetNfcHalFuncNameSuffix()
109 nfcExtInf.getNfcHalFuncNameSuffix = nullptr; in ResetNfcInterface()
H A Dnfc_vendor_adaptions.h77 const char* (*getNfcHalFuncNameSuffix)(const char* chipType); member
/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.cpp36 nfcExtInf.getNfcHalFuncNameSuffix = nullptr; in NfcVendorAdaptions()

Completed in 2 milliseconds