Home
last modified time | relevance | path

Searched refs:rndisFunction (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/usb/hidl/
DUsbGadgetUtils.cpp100 std::string rndisFunction = GetProperty(kVendorRndisConfig, ""); in addGenericAndroidFunctions() local
101 if (rndisFunction != "") { in addGenericAndroidFunctions()
102 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions()
/hardware/google/pixel/usb/aidl/
DUsbGadgetAidlUtils.cpp102 std::string rndisFunction = GetProperty(kVendorRndisConfig, ""); in addGenericAndroidFunctions() local
103 if (rndisFunction != "") { in addGenericAndroidFunctions()
104 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions()
/hardware/interfaces/usb/gadget/1.2/default/lib/
DUsbGadgetUtils.cpp173 std::string rndisFunction = GetProperty(kVendorRndisConfig, ""); in addGenericAndroidFunctions() local
174 if (rndisFunction != "") { in addGenericAndroidFunctions()
175 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()