Searched refs:nfcExtInf (Results 1 – 4 of 4) sorted by relevance
51 nfcExtInf.getNfcChipType = reinterpret_cast<const char* (*)()> in GetChipType()53 nfcExtInf.getNfcHalFuncNameSuffix = reinterpret_cast<const char* (*)(const char*)> in GetChipType()56 if (nfcExtInf.getNfcChipType == nullptr || nfcExtInf.getNfcHalFuncNameSuffix == nullptr) { in GetChipType()60 nfcChipType = string(nfcExtInf.getNfcChipType()); in GetChipType()71 nfcExtInf.checkFirmwareUpdate = reinterpret_cast<void (*)()> in CheckFirmwareUpdate()73 if (nfcExtInf.checkFirmwareUpdate == nullptr) { in CheckFirmwareUpdate()79 nfcExtInf.checkFirmwareUpdate(); in CheckFirmwareUpdate()87 if (nfcExtInf.getNfcHalFuncNameSuffix != nullptr) { in GetNfcHalFuncNameSuffix()88 suffix = string(nfcExtInf.getNfcHalFuncNameSuffix(chipType.c_str())); in GetNfcHalFuncNameSuffix()108 nfcExtInf.getNfcChipType = nullptr; in ResetNfcInterface()[all …]
111 NfcExtInterface nfcExtInf; variable
35 nfcExtInf.getNfcChipType = nullptr; in NfcVendorAdaptions()36 nfcExtInf.getNfcHalFuncNameSuffix = nullptr; in NfcVendorAdaptions()
50 NfcExtInterface nfcExtInf; variable