Searched refs:ffsEnabled (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/usb/gadget/1.1/default/ |
D | UsbGadget.cpp | 137 bool ffsEnabled = false; in setupFunctions() local 140 if (addGenericAndroidFunctions(&monitorFfs, functions, &ffsEnabled, &i) != in setupFunctions() 145 ffsEnabled = true; in setupFunctions() 150 if (!ffsEnabled) { in setupFunctions()
|
/hardware/interfaces/usb/gadget/1.2/default/lib/ |
D | UsbGadgetUtils.cpp | 126 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled, in addGenericAndroidFunctions() argument 129 *ffsEnabled = true; in addGenericAndroidFunctions() 142 *ffsEnabled = true; in addGenericAndroidFunctions()
|
/hardware/google/pixel/usb/ |
D | UsbGadgetUtils.cpp | 139 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled, in addGenericAndroidFunctions() argument 142 *ffsEnabled = true; in addGenericAndroidFunctions() 158 *ffsEnabled = true; in addGenericAndroidFunctions()
|
/hardware/interfaces/usb/gadget/1.1/default/lib/ |
D | UsbGadgetUtils.cpp | 126 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled, in addGenericAndroidFunctions() argument 129 *ffsEnabled = true; in addGenericAndroidFunctions() 142 *ffsEnabled = true; in addGenericAndroidFunctions()
|
/hardware/interfaces/usb/gadget/1.2/default/ |
D | UsbGadget.cpp | 194 bool ffsEnabled = false; in setupFunctions() local 197 if (addGenericAndroidFunctions(&monitorFfs, functions, &ffsEnabled, &i) != in setupFunctions() 202 ffsEnabled = true; in setupFunctions() 207 if (!ffsEnabled) { in setupFunctions()
|
/hardware/interfaces/usb/gadget/1.2/default/lib/include/ |
D | UsbGadgetCommon.h | 170 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled,
|
/hardware/interfaces/usb/gadget/1.1/default/lib/include/ |
D | UsbGadgetCommon.h | 168 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled,
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbGadgetCommon.h | 172 bool *ffsEnabled, int *functionCount);
|