Searched refs:rndisFunction (Results 1 – 3 of 3) sorted by relevance
100 std::string rndisFunction = GetProperty(kVendorRndisConfig, ""); in addGenericAndroidFunctions() local101 if (rndisFunction != "") { in addGenericAndroidFunctions()102 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions()
102 std::string rndisFunction = GetProperty(kVendorRndisConfig, ""); in addGenericAndroidFunctions() local103 if (rndisFunction != "") { in addGenericAndroidFunctions()104 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions()
173 std::string rndisFunction = GetProperty(kVendorRndisConfig, ""); in addGenericAndroidFunctions() local174 if (rndisFunction != "") { in addGenericAndroidFunctions()175 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()