Lines Matching defs:NfcVendorAdaptions
20 NfcVendorAdaptions::NfcVendorAdaptions()
39 NfcVendorAdaptions::~NfcVendorAdaptions() {}
41 int NfcVendorAdaptions::VendorOpen(NfcStackCallbackT *pCback, NfcStackDataCallbackT *pDataCback)
46 int NfcVendorAdaptions::VendorWrite(uint16_t dataLen, const uint8_t *pData)
51 int NfcVendorAdaptions::VendorCoreInitialized(uint16_t coreInitRspLen, uint8_t *pCoreInitRspParams)
56 int NfcVendorAdaptions::VendorPrediscover(void)
61 int NfcVendorAdaptions::VendorClose(bool bShutdown)
66 int NfcVendorAdaptions::VendorControlGranted(void)
71 int NfcVendorAdaptions::VendorPowerCycle(void)
76 int NfcVendorAdaptions::VendorIoctl(long arg, void *pData)
81 int NfcVendorAdaptions::VendorIoctlWithResponse(long arg, void *pData, uint16_t dataLen, std::vector<uint8_t> &pRetVal)
86 int NfcVendorAdaptions::VendorGetConfig(V1_1::NfcVendorConfig &config)
91 int NfcVendorAdaptions::VendorFactoryReset(void)
96 int NfcVendorAdaptions::VendorShutdownCase(void)
101 std::string NfcVendorAdaptions::GetChipType(void)
106 std::string NfcVendorAdaptions::GetNfcHalFuncNameSuffix(const std::string &chipType)
111 void NfcVendorAdaptions::ResetNfcInterface(void)
116 int8_t NfcVendorAdaptions::InitNfcHalInterfaces(std::string nfcHalSoName, std::string suffix)
121 void NfcVendorAdaptions::CheckFirmwareUpdate(void)