Searched refs:ffsEnabled (Results 1 – 11 of 11) sorted by relevance
/hardware/google/pixel/usb/hidl/ |
D | UsbGadgetUtils.cpp | 44 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled, in addGenericAndroidFunctions() argument 47 *ffsEnabled = true; in addGenericAndroidFunctions() 63 *ffsEnabled = true; in addGenericAndroidFunctions()
|
/hardware/google/pixel/usb/aidl/ |
D | UsbGadgetAidlUtils.cpp | 46 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled, in addGenericAndroidFunctions() argument 49 *ffsEnabled = true; in addGenericAndroidFunctions() 65 *ffsEnabled = true; in addGenericAndroidFunctions()
|
/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.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/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/google/pixel/usb/aidl/include/pixelusb/ |
D | UsbGadgetAidlCommon.h | 38 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled,
|
/hardware/google/pixel/usb/hidl/include/pixelusb/ |
D | UsbGadgetCommon.h | 38 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled,
|
/hardware/interfaces/usb/gadget/aidl/default/ |
D | UsbGadget.cpp | 157 bool ffsEnabled = false; in setupFunctions() local 163 ffsEnabled = true; in setupFunctions() 171 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,
|