Searched refs:linkFunction (Results 1 – 10 of 10) sorted by relevance
/hardware/google/pixel/usb/aidl/ |
D | UsbGadgetAidlUtils.cpp | 57 if (linkFunction("ffs.mtp", (*functionCount)++)) in addGenericAndroidFunctions() 73 if (linkFunction("ffs.ptp", (*functionCount)++)) in addGenericAndroidFunctions() 84 if (linkFunction("midi.gs5", (*functionCount)++)) in addGenericAndroidFunctions() 90 if (linkFunction("accessory.gs2", (*functionCount)++)) in addGenericAndroidFunctions() 96 if (linkFunction("audio_source.gs3", (*functionCount)++)) in addGenericAndroidFunctions() 104 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions() 108 if (linkFunction("gsi.rndis", (*functionCount)++)) in addGenericAndroidFunctions() 120 if (linkFunction("uvc.0", (*functionCount)++)) { in addGenericAndroidFunctions() 136 if (linkFunction("ffs.adb", (*functionCount)++)) in addAdb()
|
/hardware/google/pixel/usb/hidl/ |
D | UsbGadgetUtils.cpp | 55 if (linkFunction("ffs.mtp", (*functionCount)++)) in addGenericAndroidFunctions() 71 if (linkFunction("ffs.ptp", (*functionCount)++)) in addGenericAndroidFunctions() 82 if (linkFunction("midi.gs5", (*functionCount)++)) in addGenericAndroidFunctions() 88 if (linkFunction("accessory.gs2", (*functionCount)++)) in addGenericAndroidFunctions() 94 if (linkFunction("audio_source.gs3", (*functionCount)++)) in addGenericAndroidFunctions() 102 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) in addGenericAndroidFunctions() 106 if (linkFunction("gsi.rndis", (*functionCount)++)) in addGenericAndroidFunctions() 122 if (linkFunction("ffs.adb", (*functionCount)++)) in addAdb()
|
/hardware/interfaces/usb/gadget/1.2/default/lib/ |
D | UsbGadgetUtils.cpp | 64 int linkFunction(const char* function, int index) { in linkFunction() function 135 if (linkFunction("ffs.mtp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 148 if (linkFunction("ffs.ptp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 158 if (linkFunction("midi.gs5", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 163 if (linkFunction("accessory.gs2", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 168 if (linkFunction("audio_source.gs3", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 175 if (linkFunction(rndisFunction.c_str(), (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 178 if (linkFunction("gsi.rndis", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 184 if (linkFunction("ncm.gs6", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 197 if (linkFunction("ffs.adb", (*functionCount)++)) return Status::ERROR; in addAdb()
|
/hardware/interfaces/usb/gadget/1.1/default/lib/ |
D | UsbGadgetUtils.cpp | 64 int linkFunction(const char* function, int index) { in linkFunction() function 135 if (linkFunction("ffs.mtp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 148 if (linkFunction("ffs.ptp", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 158 if (linkFunction("midi.gs5", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 163 if (linkFunction("accessory.gs2", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 168 if (linkFunction("audio_source.gs3", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 173 if (linkFunction("gsi.rndis", (*functionCount)++)) return Status::ERROR; in addGenericAndroidFunctions() 186 if (linkFunction("ffs.adb", (*functionCount)++)) return Status::ERROR; in addAdb()
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | CommonUtils.h | 72 int linkFunction(const char *function, int index);
|
/hardware/interfaces/usb/gadget/1.1/default/ |
D | UsbGadget.h | 59 using ::android::hardware::usb::gadget::linkFunction;
|
/hardware/interfaces/usb/gadget/1.2/default/ |
D | UsbGadget.h | 63 using ::android::hardware::usb::gadget::linkFunction;
|
/hardware/interfaces/usb/gadget/1.2/default/lib/include/ |
D | UsbGadgetCommon.h | 162 int linkFunction(const char* function, int index);
|
/hardware/interfaces/usb/gadget/1.1/default/lib/include/ |
D | UsbGadgetCommon.h | 160 int linkFunction(const char* function, int index);
|
/hardware/google/pixel/usb/ |
D | CommonUtils.cpp | 135 int linkFunction(const char *function, int index) { in linkFunction() function
|