Searched refs:functionCount (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/usb/ |
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() 195 if (linkFunction("gsi.rndis", (*functionCount)++)) in addGenericAndroidFunctions() 202 Status addAdb(MonitorFfs *monitorFfs, int *functionCount) { in addAdb() argument 210 if (linkFunction("ffs.adb", (*functionCount)++)) in addAdb()
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbGadgetCommon.h | 168 Status addAdb(MonitorFfs *monitorFfs, int *functionCount); 171 bool *ffsEnabled, int *functionCount);
|