HomeSort by relevance Sort by last modified time
    Searched full:opendevice (Results 1 - 20 of 20) sorted by null

  /device/samsung/manta/libsensors/
SensorBase.h 39 int openDevice();
SensorBase.cpp 59 int SensorBase::openDevice() {
  /frameworks/base/core/java/android/hardware/
SerialManager.java 84 Log.e(TAG, "exception in UsbManager.openDevice", e);
  /frameworks/base/core/java/android/hardware/usb/
IUsbManager.aidl 34 ParcelFileDescriptor openDevice(String deviceName);
UsbDeviceConnection.java 26 * Instances of this class are created by {@link UsbManager#openDevice}.
52 * The client must call {@link UsbManager#openDevice} again
UsbManager.java 262 public UsbDeviceConnection openDevice(UsbDevice device) {
265 ParcelFileDescriptor pfd = mService.openDevice(deviceName);
275 Log.e(TAG, "exception in UsbManager.openDevice", e);
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 134 public ParcelFileDescriptor openDevice(String deviceName) {
136 return mHostManager.openDevice(deviceName);
UsbHostManager.java 193 public ParcelFileDescriptor openDevice(String deviceName) {
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbTestActivity.java 132 UsbDeviceConnection connection = mManager.openDevice(device);
  /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java 135 UsbDeviceConnection connection = mUsbManager.openDevice(device);
  /external/chromium/chrome/browser/chromeos/login/
camera.h 89 int OpenDevice(const char* device_name) const;
camera.cc 189 int fd = OpenDevice(device_name_.c_str());
334 int Camera::OpenDevice(const char* device_name) const {
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 176 UsbDeviceConnection connection = mUsbManager.openDevice(usbDevice);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 196 UsbDeviceConnection connection = mUsbManager.openDevice(usbDevice);
  /external/stressapptest/src/
worker.h 698 virtual bool OpenDevice(int *pfile);
worker.cc     [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd 399 UsbDeviceConnection connection = mUsbManager.openDevice(device);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 289 * OpenDevice.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 289 * OpenDevice.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 289 * OpenDevice.
    [all...]

Completed in 2235 milliseconds