Home
last modified time | relevance | path

Searched refs:ffsEnabled (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/usb/gadget/1.1/default/
DUsbGadget.cpp137 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.1/default/lib/
DUsbGadgetUtils.cpp126 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/
DUsbGadgetUtils.cpp139 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled, in addGenericAndroidFunctions() argument
142 *ffsEnabled = true; in addGenericAndroidFunctions()
158 *ffsEnabled = true; in addGenericAndroidFunctions()
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h171 bool *ffsEnabled, int *functionCount);
/hardware/interfaces/usb/gadget/1.1/default/lib/include/
DUsbGadgetCommon.h168 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled,