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

1 2 3 4 5 67 8 91011>>

  /hardware/libhardware/modules/audio/
Android.mk 22 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
39 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
AdbKeysDialog.java 20 import android.hardware.usb.IUsbManager;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java 23 import android.hardware.usb.UsbManager;
52 // Start MTP service if USB is connected and either the MTP or PTP function is enabled
  /tools/test/connectivity/acts/framework/acts/bin/
monsoon.py 17 """Interface for a USB-connected Monsoon power meter
47 mon.usb(FLAGS.usbpassthrough)
73 parser.add_argument("-usb", "--usbpassthrough", choices=("on", "off",
74 "auto"), help="USB control (on, off, auto).")
  /cts/apps/CtsVerifier/
Android.mk 136 $(verifier-zip) : $(HOST_OUT)/bin/cts-usb-accessory
147 $(hide) $(ACP) -fp $(HOST_OUT)/bin/cts-usb-accessory $(verifier-dir)/cts-usb-accessory
  /device/asus/fugu/
device.mk 72 device/asus/fugu/init.fugu.usb.rc:root/init.fugu.usb.rc \
81 audio.usb.default \
233 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
  /device/moto/shamu/
device.mk 36 device/moto/shamu/init.shamu.usb.rc:root/init.shamu.usb.rc \
82 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
83 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
160 audio.usb.default \
audio_policy.conf 89 usb {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 17 package com.android.server.usb;
26 import android.hardware.usb.IUsbManager;
27 import android.hardware.usb.UsbAccessory;
28 import android.hardware.usb.UsbDevice;
29 import android.hardware.usb.UsbManager;
30 import android.hardware.usb.UsbPort;
31 import android.hardware.usb.UsbPortStatus;
50 * UsbService manages all USB related state, including both host and device support.
182 /* Returns a list of all currently attached USB devices (host mdoe) */
190 /* Opens the specified USB device (host mode) *
    [all...]
  /device/htc/flounder/
device.mk 49 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder.usb.rc \
57 $(LOCAL_PATH)/init.flounder.usb.rc:root/init.flounder64.usb.rc \
88 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
89 frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
193 com.android.future.usb.accessory
238 audio.usb.default
    [all...]
  /device/linaro/hikey/l-loader/
start.S 42 str r0, [r8] @ download mode (1:usb,2:uart,0:boot)
  /external/aac/libSBRdec/src/
sbr_dec.cpp 240 hSbrDec->AnalysiscQMF.usb,
264 hSbrDec->SynthesisQMF.usb,
622 synQmfRight->usb = synQmf->usb;
741 Even bands above usb are copied to avoid outdated spectral data in case
    [all...]
sbrdec_freq_sca.cpp 722 int k2,kx, lsb, usb; local
753 usb = hFreq->freqBandTable[0][nBandsLo];
756 if ( (lsb > (32)) || (lsb >= usb) ) {
809 hFreq->highSubband = usb;
  /external/autotest/server/cros/servo/
plankton.py 19 Plankton is a testing board developed to aid in USB type C debug and
21 simulation of charger, USB 2.0 pass through, USB 3.0 hub, and display port
31 # USB charging command delays in seconds.
162 if mux not in ['dp', 'usb']:
164 'should be either \'dp\' or \'usb\'.' % mux)
  /external/libmtp/src/
libusb-glue.h 3 * Low-level USB interface glue towards libusb.
34 #include <usb.h>
47 * Internal USB struct.
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 17 package android.hardware.usb;
27 * This class is used for sending and receiving data and control messages to a USB device.
86 * Returns the raw USB descriptors for the device.
90 * @return raw USB descriptors
97 * Claims exclusive access to a {@link android.hardware.usb.UsbInterface}.
99 * {@link android.hardware.usb.UsbEndpoint}s belonging to the interface.
110 * Releases exclusive access to a {@link android.hardware.usb.UsbInterface}.
119 * Sets the current {@link android.hardware.usb.UsbInterface}.
129 * Sets the device's current {@link android.hardware.usb.UsbConfiguration}.
233 * Waits for the result of a {@link android.hardware.usb.UsbRequest#queue} operatio
    [all...]
UsbInterface.java 17 package android.hardware.usb;
24 * USB devices can have one or more interfaces, each one providing a different
31 * <p>For more information about communicating with USB hardware, read the
32 * <a href="{@docRoot}guide/topics/usb/index.html">USB</a> developer guide.</p>
94 * Some useful constants for USB classes can be found in {@link UsbConstants}
121 * Returns the number of {@link android.hardware.usb.UsbEndpoint}s this interface contains.
130 * Returns the {@link android.hardware.usb.UsbEndpoint} at the given index.
UsbPort.java 17 package android.hardware.usb;
25 * Represents a physical USB port and describes its characteristics.
37 * Mode bit: This USB port can act as a downstream facing port (host).
46 * Mode bit: This USB port can act as an upstream facing port (device).
55 * Mode bit: This USB port can act either as an downstream facing port (host) or as
66 * Power role: This USB port can act as a source (provide power).
71 * Power role: This USB port can act as a sink (receive power).
76 * Data role: This USB port can act as a host (access data services).
81 * Data role: This USB port can act as a device (offer data services).
  /frameworks/base/services/core/jni/
com_android_server_UsbDeviceManager.cpp 31 #include <linux/usb/f_accessory.h>
134 jclass clazz = env->FindClass("com/android/server/usb/UsbDeviceManager");
136 ALOGE("Can't find com/android/server/usb/UsbDeviceManager");
147 return jniRegisterNativeMethods(env, "com/android/server/usb/UsbDeviceManager",
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ClearDefaultsPreference.java 21 import android.hardware.usb.IUsbManager;
  /system/core/include/usbhost/
usbhost.h 28 #include <linux/usb/ch9.h>
54 /* Callback for notification when new USB devices are attached.
59 /* Callback for notification when USB devices are removed.
69 /* Call this to initialize the USB host library. */
72 /* Call this to cleanup the USB host library. */
78 /* Call this to initialize the usb host context. */
85 /* Call this to read and handle occuring usb event. */
88 /* Call this to monitor the USB bus for new and removed devices.
91 * added_cb will be called immediately for each existing USB device,
93 * removed_cb is called when USB devices are removed from the bus
    [all...]
  /system/sepolicy/
property_contexts 12 sys.usb.config u:object_r:system_radio_prop:s0
26 sys.usb.ffs. u:object_r:ffs_prop:s0
  /device/huawei/angler/
audio_policy.conf 104 usb {
  /device/linaro/hikey/audio/
Android.mk 22 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 33 'dumpsys battery set ac 0 && dumpsys battery set usb 0'),
42 # energy coming from USB. Setting the power_supply offline just updates the
47 'chmod 644 /sys/class/power_supply/usb/online && '
48 'echo 1 > /sys/class/power_supply/usb/online && '
52 'chmod 644 /sys/class/power_supply/usb/online && '
53 'echo 0 > /sys/class/power_supply/usb/online && '
54 'dumpsys battery set ac 0 && dumpsys battery set usb 0'),
67 'dumpsys battery set ac 0 && dumpsys battery set usb 0'),
83 'dumpsys battery set ac 0 && dumpsys battery set usb 0'),
106 'dumpsys battery set ac 0 && dumpsys battery set usb 0')
    [all...]

Completed in 2818 milliseconds

1 2 3 4 5 67 8 91011>>