HomeSort by relevance Sort by last modified time
    Searched refs:usb (Results 126 - 150 of 150) sorted by null

1 2 3 4 56

  /system/core/adb/
usb_osx.c 21 #include <IOKit/usb/IOUSBLib.h>
84 DBG("ERR: Couldn't create USB matching dictionary.\n");
200 snprintf(devpathBuf, sizeof(devpathBuf), "usb:%lX", locationId);
  /external/libmtp/src/
libmtp.h 56 #include <usb.h>
567 * USB device for this device, must be cast into
    [all...]
libmtp.h.in 56 #include <usb.h>
565 * USB device for this device, must be cast into
libusb-glue.c 3 * Low-level USB interface glue towards libusb.
43 #include <usb.h>
59 /* To enable debug prints for USB stuff, switch on this */
62 /* Default USB timeout length. This can be overridden as needed
71 /* USB control message data phase direction */
79 /* USB Feature selector HALT */
118 * Get a list of the supported USB devices.
122 * device name, USB Vendor ID (VID) and USB Product ID (PID).
153 * USB MTP device
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 34 import android.hardware.usb.UsbManager;
458 //BT and USB need checkbox turned off on failure
DevelopmentSettings.java 38 import android.hardware.usb.IUsbManager;
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 27 import android.hardware.usb.UsbManager;
  /external/sepolicy/
file_contexts 44 /dev/bus/usb(.*)? u:object_r:usb_device:s0
  /device/asus/deb/
init.deb.rc 17 import init.flo.usb.rc
87 #For bridgemgr daemon to inform the USB driver of the correct transport
  /device/asus/flo/
init.flo.rc 17 import init.flo.usb.rc
87 #For bridgemgr daemon to inform the USB driver of the correct transport
  /device/lge/mako/
init.mako.rc 17 import init.mako.usb.rc
97 #For bridgemgr daemon to inform the USB driver of the correct transport
  /frameworks/av/media/mtp/
MtpServer.cpp 39 #include <linux/usb/f_mtp.h>
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 54 import android.hardware.usb.IUsbManager;
55 import android.hardware.usb.UsbManager;
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 40 #include <IOKit/usb/IOUSBLib.h>
428 /* GetConfigurationDescriptorPtr returns the descriptor in USB bus order */
515 /* catch buggy hubs (which appear to be virtual). Apple's own USB prober has problems with these devices. */
    [all...]
  /frameworks/base/
Android.mk 130 core/java/android/hardware/usb/IUsbManager.aidl \
546 -samplecode $(sample_dir)/USB \
547 resources/samples/USB "USB" \
    [all...]
  /external/libusb_aah/libusb/os/
darwin_usb.c 46 #include <IOKit/usb/IOUSBLib.h>
495 /* GetConfigurationDescriptorPtr returns the descriptor in USB bus order */
594 * devices and Apple's USB Prober doesn't bother to open the device before issuing a descriptor request. Still,
683 /* catch buggy hubs (which appear to be virtual). Apple's own USB prober has problems with these devices. */
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 48 import android.hardware.usb.IUsbManager;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /frameworks/base/services/java/com/android/server/
MountService.java 34 import android.hardware.usb.UsbManager;
    [all...]

Completed in 931 milliseconds

1 2 3 4 56