Home
last modified time | relevance | path

Searched refs:ffsEnabled (Results 1 – 8 of 8) 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.2/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/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/interfaces/usb/gadget/1.2/default/
DUsbGadget.cpp194 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/
DUsbGadgetCommon.h170 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled,
/hardware/interfaces/usb/gadget/1.1/default/lib/include/
DUsbGadgetCommon.h168 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled,
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h172 bool *ffsEnabled, int *functionCount);