Searched refs:functionCount (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/ |
H A D | UsbGadgetUtils.cpp | 127 int* functionCount) { in addGenericAndroidFunctions() argument 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() 179 if (linkFunction("gsi.rndis", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 185 if (linkFunction("ncm.gs6", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 191 Status addAdb(MonitorFfs* monitorFfs, int* functionCount) { in addAdb() argument [all …]
|
/aosp12/hardware/google/pixel/usb/ |
H A D | UsbGadgetUtils.cpp | 140 int *functionCount) { in addGenericAndroidFunctions() argument 150 if (linkFunction("ffs.mtp", (*functionCount)++)) in addGenericAndroidFunctions() 166 if (linkFunction("ffs.ptp", (*functionCount)++)) in addGenericAndroidFunctions() 177 if (linkFunction("midi.gs5", (*functionCount)++)) in addGenericAndroidFunctions() 183 if (linkFunction("accessory.gs2", (*functionCount)++)) in addGenericAndroidFunctions() 189 if (linkFunction("audio_source.gs3", (*functionCount)++)) in addGenericAndroidFunctions() 197 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions() 201 if (linkFunction("gsi.rndis", (*functionCount)++)) in addGenericAndroidFunctions() 209 Status addAdb(MonitorFfs *monitorFfs, int *functionCount) { in addAdb() argument 217 if (linkFunction("ffs.adb", (*functionCount)++)) in addAdb()
|
/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/ |
H A D | UsbGadgetUtils.cpp | 127 int* functionCount) { in addGenericAndroidFunctions() argument 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() 179 Status addAdb(MonitorFfs* monitorFfs, int* functionCount) { in addAdb() argument 183 if (linkFunction("ffs.adb", (*functionCount)++)) return Status::ERROR; in addAdb()
|
/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/include/ |
H A D | UsbGadgetCommon.h | 166 Status addAdb(MonitorFfs* monitorFfs, int* functionCount); 169 int* functionCount);
|
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/include/ |
H A D | UsbGadgetCommon.h | 168 Status addAdb(MonitorFfs* monitorFfs, int* functionCount); 171 int* functionCount);
|
/aosp12/hardware/google/pixel/usb/include/pixelusb/ |
H A D | UsbGadgetCommon.h | 169 Status addAdb(MonitorFfs *monitorFfs, int *functionCount); 172 bool *ffsEnabled, int *functionCount);
|