Searched refs:usb (Results 1 – 11 of 11) sorted by relevance
4 usb/api.*5 usb/Debug6 usb/Release7 usb/api/obj*8 usb/api/*.log9 usb/api/*.wrn10 usb/adb_winapi_test/obj*11 usb/adb_winapi_test/*.log12 usb/adb_winapi_test/*.wrn13 usb/winusb/obj*[all …]
19 export_include_dirs: ["usb/api"],20 srcs: ["prebuilt/usb/AdbWinApi.dll"],26 srcs: ["prebuilt/usb/AdbWinUsbApi.dll"],
28 import android.hardware.usb.UsbConstants;29 import android.hardware.usb.UsbDevice;30 import android.hardware.usb.UsbDeviceConnection;31 import android.hardware.usb.UsbEndpoint;32 import android.hardware.usb.UsbInterface;33 import android.hardware.usb.UsbManager;34 import android.hardware.usb.UsbRequest;
19 import android.hardware.usb.UsbConstants;20 import android.hardware.usb.UsbDeviceConnection;21 import android.hardware.usb.UsbEndpoint;22 import android.hardware.usb.UsbInterface;23 import android.hardware.usb.UsbRequest;
25 import android.hardware.usb.UsbDevice;26 import android.hardware.usb.UsbDeviceConnection;27 import android.hardware.usb.UsbInterface;28 import android.hardware.usb.UsbManager;
19 import android.hardware.usb.UsbRequest;
199 android.hardware.usb.gadget@1.0,True,False,True,hidl_interface200 android.hardware.usb.gadget@1.0-adapter-helper,True,False,True,hidl_interface201 android.hardware.usb@1.0,True,False,True,hidl_interface202 android.hardware.usb@1.0-adapter-helper,True,False,True,hidl_interface203 android.hardware.usb@1.1,True,False,True,hidl_interface204 android.hardware.usb@1.1-adapter-helper,True,False,True,hidl_interface
91 /system/${LIB}/android.hardware.usb.gadget@1.0.so,VNDK,92 /system/${LIB}/android.hardware.usb@1.0.so,VNDK,93 /system/${LIB}/android.hardware.usb@1.1.so,VNDK,566 /system/${LIB}/vndk${VNDK_VER}/android.hardware.usb.gadget@1.0.so,VNDK,567 /system/${LIB}/vndk${VNDK_VER}/android.hardware.usb@1.0.so,VNDK,568 /system/${LIB}/vndk${VNDK_VER}/android.hardware.usb@1.1.so,VNDK,
61 /system/${LIB}/android.hardware.usb@1.0.so,VNDK,62 /system/${LIB}/android.hardware.usb@1.1.so,VNDK,449 /system/${LIB}/vndk${VNDK_VER}/android.hardware.usb@1.0.so,VNDK,450 /system/${LIB}/vndk${VNDK_VER}/android.hardware.usb@1.1.so,VNDK,
54 /system/${LIB}/android.hardware.usb@1.0.so,VNDK,425 /system/${LIB}/vndk${VNDK_VER}/android.hardware.usb@1.0.so,VNDK,
453 def usb(self): member in AndroidDevice