HomeSort by relevance Sort by last modified time
    Searched defs:usb (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/aac/libSBRdec/src/
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;
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 17 package com.android.systemui.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;
UsbDebuggingActivity.java 17 package com.android.systemui.usb;
26 import android.hardware.usb.IUsbManager;
27 import android.hardware.usb.UsbManager;
131 Log.e(TAG, "Unable to notify Usb service", e);
UsbPermissionActivity.java 17 package com.android.systemui.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;
UsbResolverActivity.java 17 package com.android.systemui.usb;
22 import android.hardware.usb.IUsbManager;
23 import android.hardware.usb.UsbAccessory;
24 import android.hardware.usb.UsbDevice;
25 import android.hardware.usb.UsbManager;
40 /* Activity for choosing an application for a USB device or accessory */
StorageNotification.java 17 package com.android.systemui.usb;
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 17 package com.android.server.usb;
20 import android.hardware.usb.UsbConfiguration;
21 import android.hardware.usb.UsbConstants;
22 import android.hardware.usb.UsbDevice;
23 import android.hardware.usb.UsbEndpoint;
24 import android.hardware.usb.UsbInterface;
38 * UsbHostManager manages USB state in host mode.
44 // contains all connected USB devices
48 // USB busses to exclude from USB host suppor
    [all...]
UsbMidiDevice.java 17 package com.android.server.usb;
UsbAlsaManager.java 17 package com.android.server.usb;
22 import android.hardware.usb.UsbConstants;
23 import android.hardware.usb.UsbDevice;
24 import android.hardware.usb.UsbInterface;
50 * UsbAlsaManager manages USB audio and MIDI devices.
65 // this is needed to map USB devices to ALSA Audio Devices, especially to remove an
66 // ALSA device when we are notified that its associated USB device has been removed.
79 // UsbMidiDevice for USB peripheral mode (gadget) device
168 // in SettingsObserver. Here we should log that a USB device is connected
235 Slog.d(TAG, "usb: InterruptedException while waiting for ALSA file.")
    [all...]
UsbDebuggingManager.java 17 package com.android.server.usb;
457 pw.println("USB Debugging State:");
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...]
  /system/core/adb/
usb_windows.cpp 17 #define TRACE_TAG USB
35 /** Structure usb_handle describes our connection to the usb device via
44 /// Previous entry in the list of opened usb handles
47 /// Next entry in the list of opened usb handles
50 /// Handle to USB interface
53 /// Handle to USB read pipe (endpoint)
56 /// Handle to USB write pipe (endpoint)
69 /// List of opened usb handles
75 /// Locker for the list of opened usb handles
78 /// Checks if there is opened usb handle in handle_list for this device
124 usb_handle* usb; local
    [all...]
  /system/core/fastboot/
usb_linux.cpp 44 #include <linux/usb/ch9.h>
49 #include "usb.h"
75 // 16KiB chunks and having the USB driver stitch them back together while
106 /* True if name isn't a valid name for a USB device in /sys/bus/usb/devices.
168 snprintf(info.device_path, sizeof(info.device_path), "usb:%s", sysfs_name);
182 "/sys/bus/usb/devices/%s/serial", sysfs_name);
248 // For USB 3.0 devices skip the SS Endpoint Companion descriptor
277 "/sys/bus/usb/devices/%s/%s", sysfs_name, sysfs_node);
309 /* Given the name of a USB device in sysfs, get the name for the sam
331 std::unique_ptr<usb_handle> usb; local
    [all...]
  /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...]
  /bionic/libc/kernel/uapi/linux/
edd.h 140 } __attribute__((packed)) usb; member in union:edd_device_params::__anon473
  /development/ndk/platforms/android-21/include/linux/
edd.h 140 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon1612
  /external/kernel-headers/original/uapi/linux/
edd.h 138 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon13101
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
edd.h 138 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon38640
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
edd.h 138 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon40554
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
edd.h 140 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon55689
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
edd.h 140 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon56456
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
edd.h 140 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon57235
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
edd.h 140 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon58013

Completed in 601 milliseconds

12 3 4