Home
last modified time | relevance | path

Searched refs:linkFunction (Results 1 – 10 of 10) sorted by relevance

/hardware/google/pixel/usb/aidl/
DUsbGadgetAidlUtils.cpp57 if (linkFunction("ffs.mtp", (*functionCount)++)) in addGenericAndroidFunctions()
73 if (linkFunction("ffs.ptp", (*functionCount)++)) in addGenericAndroidFunctions()
84 if (linkFunction("midi.gs5", (*functionCount)++)) in addGenericAndroidFunctions()
90 if (linkFunction("accessory.gs2", (*functionCount)++)) in addGenericAndroidFunctions()
96 if (linkFunction("audio_source.gs3", (*functionCount)++)) in addGenericAndroidFunctions()
104 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions()
108 if (linkFunction("gsi.rndis", (*functionCount)++)) in addGenericAndroidFunctions()
120 if (linkFunction("uvc.0", (*functionCount)++)) { in addGenericAndroidFunctions()
136 if (linkFunction("ffs.adb", (*functionCount)++)) in addAdb()
/hardware/google/pixel/usb/hidl/
DUsbGadgetUtils.cpp55 if (linkFunction("ffs.mtp", (*functionCount)++)) in addGenericAndroidFunctions()
71 if (linkFunction("ffs.ptp", (*functionCount)++)) in addGenericAndroidFunctions()
82 if (linkFunction("midi.gs5", (*functionCount)++)) in addGenericAndroidFunctions()
88 if (linkFunction("accessory.gs2", (*functionCount)++)) in addGenericAndroidFunctions()
94 if (linkFunction("audio_source.gs3", (*functionCount)++)) in addGenericAndroidFunctions()
102 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions()
106 if (linkFunction("gsi.rndis", (*functionCount)++)) in addGenericAndroidFunctions()
122 if (linkFunction("ffs.adb", (*functionCount)++)) in addAdb()
/hardware/interfaces/usb/gadget/1.2/default/lib/
DUsbGadgetUtils.cpp64 int linkFunction(const char* function, int index) { in linkFunction() function
135 if (linkFunction("ffs.mtp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
148 if (linkFunction("ffs.ptp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
158 if (linkFunction("midi.gs5", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
163 if (linkFunction("accessory.gs2", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
168 if (linkFunction("audio_source.gs3", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
175 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
178 if (linkFunction("gsi.rndis", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
184 if (linkFunction("ncm.gs6", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
197 if (linkFunction("ffs.adb", (*functionCount)++)) return Status::ERROR; in addAdb()
/hardware/interfaces/usb/gadget/1.1/default/lib/
DUsbGadgetUtils.cpp64 int linkFunction(const char* function, int index) { in linkFunction() function
135 if (linkFunction("ffs.mtp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
148 if (linkFunction("ffs.ptp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
158 if (linkFunction("midi.gs5", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
163 if (linkFunction("accessory.gs2", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
168 if (linkFunction("audio_source.gs3", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
173 if (linkFunction("gsi.rndis", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions()
186 if (linkFunction("ffs.adb", (*functionCount)++)) return Status::ERROR; in addAdb()
/hardware/google/pixel/usb/include/pixelusb/
DCommonUtils.h72 int linkFunction(const char *function, int index);
/hardware/interfaces/usb/gadget/1.1/default/
DUsbGadget.h59 using ::android::hardware::usb::gadget::linkFunction;
/hardware/interfaces/usb/gadget/1.2/default/
DUsbGadget.h63 using ::android::hardware::usb::gadget::linkFunction;
/hardware/interfaces/usb/gadget/1.2/default/lib/include/
DUsbGadgetCommon.h162 int linkFunction(const char* function, int index);
/hardware/interfaces/usb/gadget/1.1/default/lib/include/
DUsbGadgetCommon.h160 int linkFunction(const char* function, int index);
/hardware/google/pixel/usb/
DCommonUtils.cpp135 int linkFunction(const char *function, int index) { in linkFunction() function