Searched refs:USB (Results 1 – 25 of 26) sorted by relevance
12
/system/core/rootdir/ |
D | init.usb.rc | 3 # USB configuration common for all android devices 27 # Used to disable USB when switching states 34 # adb only USB configuration 36 # USB manager fails to set a standard configuration 46 # USB accessory configuration 55 # USB accessory configuration, with adb 84 # USB and audio accessory configuration 93 # USB and audio accessory configuration, with adb 103 # Used to set USB configuration at boot and to switch the configuration 109 # USB type C [all …]
|
/system/core/adb/ |
D | adb_trace.h | 33 USB, enumerator
|
D | OVERVIEW.TXT | 19 is to sense the USB ports to know when devices are attached/removed, 35 (through USB for devices, through TCP for emulators) and provide a 123 - USB transports, for physical devices through USB
|
D | adb_trace.cpp | 122 {"usb", USB}, in setup_trace_mask()
|
D | SERVICES.TXT | 48 Ask to switch the connection to one device connected through USB 70 A variant of host-serial used to target the single USB device connected
|
/system/core/adb/client/ |
D | usb_osx.cpp | 17 #define TRACE_TAG USB 289 VLOG(USB) << android::base::StringPrintf("Found vid=%04x pid=%04x serial=%s\n", in AndroidInterfaceAdded() 309 VLOG(USB) << "Add usb device " << serial; in AndroidInterfaceAdded() 433 VLOG(USB) << "RunLoopThread started"; in RunLoopThread() 444 VLOG(USB) << "RunLoopThread done"; in RunLoopThread() 448 VLOG(USB) << "usb_cleanup"; in usb_cleanup()
|
D | usb_windows.cpp | 17 #define TRACE_TAG USB
|
D | usb_linux.cpp | 17 #define TRACE_TAG USB
|
/system/extras/simpleperf/doc/ |
D | scripts_reference.md | 88 run_simpleperf_without_usb_connection.py records profiling data while the USB cable isn't 89 connected. Maybe api_profiler.py is more suitable, which also don't need USB cable when recording. 95 # After the command finishes successfully, unplug the USB cable, run the 96 # SimpleperfExampleWithNative app. After a few seconds, plug in the USB cable. 112 record without the USB cable connected.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | isolated_app.te | 89 # Do not allow USB access
|
D | app.te | 236 # Allow apps to use the USB Accessory interface. 239 # USB devices are first opened by the system server (USBDeviceManagerService)
|
/system/core/adb/daemon/ |
D | usb_ffs.cpp | 17 #define TRACE_TAG USB
|
D | usb.cpp | 17 #define TRACE_TAG USB
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | isolated_app.te | 104 # Do not allow USB access
|
D | app.te | 249 # Allow apps to use the USB Accessory interface. 252 # USB devices are first opened by the system server (USBDeviceManagerService)
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 44 1. **USBFunctionality** - Test USB communication 341 One particular set of tests to watch out for are the ones that involve USB resets. 342 USB resets effectively unplug and replug the device in software. Fuzzy Fastboot, 343 expects USB resets to cancel whatever transaction is currently going on. 381 - Only fastboot over USB is currently supported
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | isolated_app.te | 107 # Do not allow USB access
|
/system/core/fastboot/ |
D | README.md | 5 over USB or ethernet. It is designed to be very straightforward to implement, 12 * USB 15 high-speed and 1024 bytes for Super Speed USB. 226 over ethernet if USB is not available.
|
/system/sepolicy/private/ |
D | isolated_app.te | 121 # Do not allow USB access
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | isolated_app.te | 119 # Do not allow USB access
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | isolated_app.te | 118 # Do not allow USB access
|
/system/core/init/ |
D | README.ueventd.md | 27 2. USB devices are created as `/dev/<uevent DEVNAME>` if `DEVNAME` was specified for the uevent,
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | app.te | 267 # Allow apps to use the USB Accessory interface. 270 # USB devices are first opened by the system server (USBDeviceManagerService)
|
/system/sepolicy/public/ |
D | app.te | 267 # Allow apps to use the USB Accessory interface. 270 # USB devices are first opened by the system server (USBDeviceManagerService)
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | app.te | 262 # Allow apps to use the USB Accessory interface. 265 # USB devices are first opened by the system server (USBDeviceManagerService)
|
12