HomeSort by relevance Sort by last modified time
    Searched refs:usb (Results 226 - 250 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 17 """Interface for a USB-connected Monsoon power meter
88 # Try all devices connected through USB virtual serial ports until we
240 """Set the USB passthrough mode: 0 = off, 1 = on, 2 = auto.
245 """Get the USB passthrough mode: 0 = off, 1 = on, 2 = auto.
248 Current USB passthrough mode.
289 for main, usb, aux, voltage in data:
731 def usb(self, state): member in class:Monsoon
732 """Sets the monsoon's USB passthrough mode. This is specific to the
733 USB port in front of the monsoon box which connects to the powered
734 device, NOT the USB that is used to talk to the monsoon itself
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 17 package com.android.server.usb;
31 import android.hardware.usb.UsbAccessory;
32 import android.hardware.usb.UsbManager;
33 import android.hardware.usb.UsbPort;
34 import android.hardware.usb.UsbPortStatus;
68 * UsbDeviceManager manages USB state in device mode.
79 private static final String USB_PERSISTENT_CONFIG_PROPERTY = "persist.sys.usb.config";
82 * The non-persistent property which stores the current USB settings.
84 private static final String USB_CONFIG_PROPERTY = "sys.usb.config";
87 * The non-persistent property which stores the current USB actual state
    [all...]
UsbSettingsManager.java 17 package com.android.server.usb;
31 import android.hardware.usb.UsbAccessory;
32 import android.hardware.usb.UsbDevice;
33 import android.hardware.usb.UsbInterface;
34 import android.hardware.usb.UsbManager;
82 // Temporary mapping USB device name to list of UIDs with permissions for the device
97 // This class is used to describe a USB device.
102 // USB Vendor ID (or -1 for unspecified)
104 // USB Product ID (or -1 for unspecified)
106 // USB device or interface class (or -1 for unspecified
    [all...]
UsbMidiDevice.java 17 package com.android.server.usb;
UsbDebuggingManager.java 17 package com.android.server.usb;
457 pw.println("USB Debugging State:");
  /device/google/marlin/common/
base.mk 90 AUDIO_HARDWARE += audio.usb.default
237 INIT += init.qcom.usb.rc
797 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
798 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
  /system/core/fastboot/
Android.mk 58 LOCAL_C_INCLUDES_windows := development/host/windows/usb/api
usb_osx.cpp 34 #include <IOKit/usb/IOUSBLib.h>
40 #include "usb.h"
55 /** An open usb device */
356 "usb:%" PRIu32 "X", (unsigned int)locationId);
409 /** Initializes the USB system. Returns 0 on success, -1 on error. */
428 ERR("Couldn't create USB matching dictionary.\n");
487 /* Something went wrong initializing USB. */
557 /* Attempt to work around crashes in the USB driver that may be caused
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 30 #include <linux/usb/f_accessory.h>
167 send_string(device, ACCESSORY_STRING_MODEL, "CTS USB Accessory");
169 send_string(device, ACCESSORY_STRING_DESCRIPTION, "CTS USB Accessory");
210 printf("CTS USB Accessory Tester\n");
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 17 package android.hardware.usb;
23 * This class represents a USB device attached to the android device with the android device
24 * acting as the USB host.
26 * {@link UsbEndpoint}s (the channels via which data is transmitted over USB).
29 * that describes the capabilities of the USB device.
36 * <p>For more information about communicating with USB hardware, read the
37 * <a href="{@docRoot}guide/topics/usb/index.html">USB</a> developer guide.</p>
130 * IDs are not persistent across USB disconnects.
158 * Some useful constants for USB device classes can be found in {@link UsbConstants}
    [all...]
UsbManager.java 18 package android.hardware.usb;
34 * This class allows you to access the state of USB and communicate with USB devices.
45 * <p>For more information about communicating with USB hardware, read the
46 * <a href="{@docRoot}guide/topics/connectivity/usb/index.html">USB developer guide</a>.</p>
53 * Broadcast Action: A sticky broadcast for USB state change events when in device mode.
55 * This is a sticky broadcast for clients that includes USB connected/disconnected state,
57 * <li> {@link #USB_CONNECTED} boolean indicating whether USB is connected or disconnected.
58 * <li> {@link #USB_HOST_CONNECTED} boolean indicating whether USB is connected o
    [all...]
  /hardware/intel/bootstub/
bootparam.h 203 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon29597
  /packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java 32 import android.hardware.usb.IUsbManager;
ClearDefaultsPreference.java 22 import android.hardware.usb.IUsbManager;
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbModeChooserActivity.java 30 import android.hardware.usb.UsbManager;
47 * UI for the USB chooser dialog.
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 22 import android.hardware.usb.UsbManager;
  /tools/test/connectivity/acts/tests/google/ble/power/
BleScanPowerTest.py 77 self.mon.usb("auto"),
78 "Failed to turn USB mode to auto on monsoon.")
  /external/aac/libSBRdec/src/
psdec.cpp     [all...]
  /device/moto/shamu/
init.shamu.rc 17 import init.shamu.usb.rc
191 #For bridgemgr daemon to inform the USB driver of the correct transport
470 # Allow usb charging to be disabled peristently
471 on property:persist.usb.chgdisabled=1
474 on property:persist.usb.chgdisabled=0
  /system/extras/tests/workloads/
pwrtest.sh 5 # - device connected to monsoon with USB passthrough enabled
119 echo Setting usb pass-thru to $state
  /cts/tools/utils/
monsoon.py 17 """Interface for a USB-connected Monsoon power meter
197 """ Set the USB passthrough mode: 0 = off, 1 = on, 2 = auto. """
236 for main, usb, aux, voltage in data:
412 flags.DEFINE_string("usbpassthrough", None, "USB control (on, off, auto)")
  /development/python-packages/adb/
device.py 129 """Get the unique USB-connected AndroidDevice if it is available.
133 0 or multiple devices are connected via USB.
136 An AndroidDevice associated with the unique USB-connected device.
397 def usb(self): member in class:AndroidDevice
398 return self._simple_call(['usb'])
  /device/huawei/angler/
init.angler.rc 17 import init.angler.usb.rc
349 group radio net_raw usb net_admin
  /device/lge/bullhead/
init.bullhead.rc 17 import init.bullhead.usb.rc
282 group radio net_raw diag usb net_admin
  /external/vboot_reference/scripts/image_signing/
sign_official_build.sh 29 recovery (sign a USB recovery image)
34 usb (sign an image to boot directly from USB)
719 elif [[ "${TYPE}" == "usb" ]]; then
720 sign_image_file "USB" "${INPUT_IMAGE}" "${OUTPUT_IMAGE}" 2 \

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>