HomeSort by relevance Sort by last modified time
    Searched refs:USB (Results 1 - 25 of 53) sorted by null

1 2 3

  /compatibility/cdd/7_hardware-compatibility/
7_7_usb.md 1 ## 7.7\. USB
3 If device implementations have a USB port, they:
5 * SHOULD support USB peripheral mode and SHOULD support USB host mode.
7 ### 7.7.1\. USB peripheral mode
9 If handheld device implementations include a USB port supporting peripheral
14 If device implementations include a USB port supporting peripheral mode:
16 * [C-1-1] The port MUST be connectable to a USB host that has a standard
17 type-A or type-C USB port.
18 * [C-1-2] MUST report the correct value of `iSerialNumber` in USB standar
    [all...]
7_6_memory-and-storage.md 157 If device implementations have a USB port with USB peripheral mode support,
164 * MAY use USB mass storage, but SHOULD use Media Transfer Protocol to satisfy
167 If device implementations have a USB port with USB peripheral mode and support
172 * SHOULD report a USB device class of 0x00.
173 * SHOULD report a USB interface name of 'MTP'.
7_8_audio.md 31 USB host mode port using [USB audio class](
32 https://source.android.com/devices/audio/usb#audioClass), they:
57 such as a 3.5mm audio jack, HDMI, or USB host mode port with USB audio class.
  /compatibility/cdd/5_multimedia/
5_9_midi.md 14 * USB host mode (section 7.7 USB)
15 * USB peripheral mode (section 7.7 USB)
5_10_professional-audio.md 14 * [C-1-3] MUST include a USB port(s) supporting USB host mode and USB
17 * [C-1-5] MUST meet latencies and USB audio requirements using the
25 * SHOULD minimize audio latency over USB digital audio.
82 or less over the USB host mode port using USB audio class.
85 If device implementations include a USB port(s) supporting USB host mode, they:
87 * [C-4-1] MUST implement the USB audio class
    [all...]
  /hardware/interfaces/audio/2.0/
IDevicesFactory.hal 28 USB,
  /external/walt/docs/
Development.md 3 In general WALT Android app has no special requirements but since WALT usually takes up the only available USB connector on the phone, the typical development using ADB via USB becomes difficult. Below are some options to overcome this problem.
6 #### Using a USB hub and a USB Ethernet adapter
8 ADB can work over TCP connections. The [official documentation](https://developer.android.com/studio/command-line/adb.html#wireless) assumes that the TCP connection is established over WiFi, but a wired Ethernet connection can be used in the same way and is reported to work much better with ADB. Android will recognize and use most USB-Ethernet adapters out of the box.
10 1. With the phone connected you computer via USB, run `adb tcpip 5555` (you can replace 5555 with any port)
11 1. Disconnect the phone from USB
12 1. Connect a USB hub (preferably powered) to the phone using a [USB-C to USB-A-female adapter](https://store.google.com/product/usb_type_c_to_usb_standard_a_adapter
    [all...]
PrivacyPolicy.md 12 WALT app needs the Internet permission on ChromeOS devices where USB is not available to Android apps
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 3 * MAX3421E USB host controller support
30 /* USB functions */
46 #define USB_XFER_TIMEOUT 5000 //USB transfer timeout in milliseconds, per section 9.2.6.1 of USB 2.0 spec
52 #define USB_NUMDEVICES 2 //number of USB devices
54 /* USB state machine states */
74 /* USB Setup Packet Structure */
116 class USB : public MAX3421E {
128 USB( void );
161 inline byte USB::getDevDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned int nak_limit ) {
    [all...]
Usb.cpp 3 * MAX3421E USB host controller support
30 /* USB functions */
32 #include "Usb.h"
42 USB::USB () {
47 void USB::init()
59 byte USB::getUsbTaskState( void )
63 void USB::setUsbTaskState( byte state )
67 EP_RECORD* USB::getDevTableEntry( byte addr, byte ep )
76 void USB::setDevTableEntry( byte addr, EP_RECORD* eprecord_ptr )
    [all...]
  /system/core/adb/
adb_trace.h 33 USB,
adb_trace.cpp 118 {"usb", USB},
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.h 32 USB usb; member in class:AndroidAccessory
  /external/autotest/server/site_tests/firmware_TypeCProbeUSB3/
firmware_TypeCProbeUSB3.py 5 """This is a USB type C USB3 probing test using Plankton board."""
15 """USB type C USB3 probing test."""
25 """Gets set from the list of USB devices and buses."""
38 @raise TestFail: If USB3 can't be found when switch to USB mode.
40 # Enumerate USB devices when charging.
45 # Enumerate USB devices when switching to DP.
53 # Enumerate USB devices when switching to USB3
54 self.plankton.set_usbc_mux('usb')
61 'Can\'t find new device when switching to USB '
66 logging.info('number of devices when switch to usb: %d'
    [all...]
  /external/autotest/client/cros/
ec.py 46 across various CrOS MCUs (ec proper, USB-PD, Sensor Hub). At the moment
200 """Class for CrOS embedded controller for USB-PD Port.
203 index: integer of USB type-C port index.
212 _port: integer of USB type-C port id.
218 _get_port_info: Get USB-PD port info.
224 @param index: integer of USB type-C port index.
240 """Get USB-PD port info.
289 <svid> : USB-IF Standard or vendor id as
435 """Class for CrOS embedded controller for USB-PD.
441 get_num_ports: get number of USB-PD ports device has
    [all...]
  /compatibility/cdd/2_device-types/
2_1_device-configurations.md 113 <td>USB</td>
114 <td>USB peripheral/host mode</td>
115 <td><a href="#7_7_usb">7.7. USB</a></td>
  /external/autotest/server/site_tests/audio_AudioRoutingUSB/
audio_AudioRoutingUSB.py 10 # After connecting/disconnecting the USB headset, we wait a while for the event
50 'connected. Make sure a USB headset is '
53 'connected to a USB port on the device')
56 'original one after the USB headset is '
  /frameworks/av/media/libaudiohal/
DevicesFactoryHalHidl.cpp 60 *device = IDevicesFactory::Device::USB;
  /hardware/interfaces/audio/2.0/default/
DevicesFactory.cpp 38 case IDevicesFactory::Device::USB: return AUDIO_HARDWARE_MODULE_ID_USB;
  /system/core/adb/client/
usb_osx.cpp 17 #define TRACE_TAG USB
25 #include <IOKit/usb/IOUSBLib.h>
79 for (auto& usb : g_usb_handles) {
80 if (usb->devpath == devpath) {
82 usb->mark = true;
93 for (auto& usb : g_usb_handles) {
94 if (!usb->mark) {
95 usb_kick_locked(usb.get());
97 usb->mark = false;
116 LOG(ERROR) << "couldn't create USB matching dictionary"
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.sh 37 echo "Usage: CreateBootDisk [usb|floppy|ide|file] MediaPath DevicePath [FAT12|FAT16|FAT32] [IA32|X64] [GCC44|UNIXGCC]"
139 usb) # CreateUsb
171 echo PLEASE UNPLUG USB, THEN PLUG IT AGAIN TO DO STEP2!
203 echo PLEASE UNPLUG USB, THEN PLUG IT AGAIN TO DO STEP2!
215 echo "Arg1 should be [floppy | file | usb | ide] !"
CreateBootDisk.bat 41 @if "%1"=="usb" goto CreateUsb
79 @echo Start to create usb boot disk ...
98 @echo PLEASE UNPLUG USB, THEN PLUG IT AGAIN!
120 @echo PLEASE UNPLUG USB, THEN PLUG IT AGAIN!
144 @echo "Usage: CreateBootDisk [usb|floppy|ide] DiskNumber [FAT12|FAT16|FAT32] [IA32|X64]"
  /compatibility/cdd/9_security-model/
9_8_privacy.md 33 If device implementations have a USB port with USB peripheral mode support,
37 allowing access to the contents of the shared storage over the USB port.
  /frameworks/base/core/java/com/android/internal/notification/
SystemNotificationChannels.java 48 public static String USB = "USB";
131 USB,
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp     [all...]

Completed in 759 milliseconds

1 2 3