HomeSort by relevance Sort by last modified time
    Searched defs:devices (Results 126 - 150 of 191) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 341 UKW_DEVICE devices[MAX_DEVICE_COUNT]; local
351 success = UkwGetDeviceList(driver_handle, devices, MAX_DEVICE_COUNT, &count);
354 usbi_err(ctx, "could not get devices: %s", windows_error_str(0));
359 success = UkwGetDeviceAddress(devices[i], &bus_addr, &dev_addr, &session_id);
372 UkwReleaseDeviceList(driver_handle, &devices[i], 1);
382 r = init_device(dev, devices[i], bus_addr, dev_addr);
402 // The devices added to new_devices already will still be passed up to libusb,
404 UkwReleaseDeviceList(driver_handle, &devices[release_list_offset], count - release_list_offset);
410 // Nothing to do to open devices as a handle to it has
708 * One example of this is that some devices will occasionally fail to reply to an I
    [all...]
  /external/kernel-headers/original/linux/
device.h 40 struct kset devices; member in struct:bus_type
145 struct list_head devices; member in class:__anon21706
189 * struct class_device - class devices
384 * Easy functions for dynamically creating devices on the fly
393 * about devices and actions that the general device layer doesn't
  /external/libppp/src/
physical.c 128 } devices[] = { variable in typeref:struct:__anon22838
148 /* Ditto for ATM devices */
156 #define NDEVICES (sizeof devices / sizeof devices[0])
651 p->handler = (*devices[h].iov2device)(type, p, iov, niov, maxiov,
678 if (devices[n].DeviceSize) {
679 sz = (*devices[n].DeviceSize)();
1029 p->handler = (*devices[h].create)(p);
1054 if ((p->handler = (*devices[h].create)(p)) == NULL && wasfd != p->fd)
  /external/libusb-compat/libusb/
core.c 311 struct usb_device *devices = NULL; local
333 LIST_ADD(devices, dev);
336 *ret = devices;
340 dev = devices;
594 /* walk through the devices we already know about, removing duplicates
597 dev = bus->devices;
616 LIST_DEL(bus->devices, dev);
637 LIST_ADD(bus->devices, dev);
  /external/qemu/hw/
pci.c 42 PCIDevice *devices[256]; member in struct:PCIBus
45 /* The bus IRQ state is the logical OR of the connected devices.
46 Keep a count of the number of devices with raised IRQs. */
249 if (!bus->devices[devfn])
267 bus->devices[devfn] = pci_dev;
320 pci_dev->bus->devices[pci_dev->devfn] = NULL;
589 pci_dev = s->devices[(addr >> 8) & 0xff];
612 pci_dev = s->devices[(addr >> 8) & 0xff];
775 d = bus->devices[devfn];
873 return bus->devices[PCI_DEVFN(slot, function)]
    [all...]
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 129 Map<String, UsbDevice> devices = mUsbManager.getDeviceList(); local
130 if (devices != null) {
131 for (UsbDevice device : devices.values()) {
  /hardware/qcom/audio/hal/
audio_hw.h 109 audio_devices_t devices; member in struct:stream_out
165 audio_devices_t devices; member in struct:audio_usecase
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 616 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local
619 devices.add(mCurrentDevice);
622 return devices;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 90 List<MtpDevice> devices = sClient.getDeviceList(); local
91 if (devices.size() > 0) {
92 setDevice(devices.get(0));
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps.java 161 String[] devices = mCameraManager.getCameraIdList(); local
162 if (devices == null || devices.length == 0) {
163 throw new ApiFailureException("no devices");
165 mCamera = mBlockingCameraManager.openCamera(devices[0],
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 77 struct list_head list; /* list of registered devices */
114 struct list_head devices; /* devices */ member in struct:snd_card
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 77 struct list_head list; /* list of registered devices */
114 struct list_head devices; /* devices */ member in struct:snd_card
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 93 * The tests are run concurrently on all devices. The overall structure is as follows:
98 * <li> Once all the devices have finished collecting the test tree data, the tree info is
116 List<IDevice> devices = new ArrayList<IDevice>(mLaunchInfo.getDevices()); local
118 new ArrayList<RemoteAndroidTestRunner>(devices.size());
120 for (IDevice device : devices) {
146 new ArrayList<TestTreeCollectorJob>(devices.size());
147 List<TestCollector> perDeviceCollectors = new ArrayList<TestCollector>(devices.size());
148 for (int i = 0; i < devices.size(); i++) {
150 String deviceName = devices.get(i).getName();
193 new ArrayList<TestRunnerJob>(devices.size())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 116 String.format("OpenGL Tracing is only supported on devices at API Level %1$d."
391 IDevice[] devices = AndroidDebugBridge.getBridge().getDevices(); local
393 for (IDevice device : devices) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 151 IDevice[] devices = AndroidDebugBridge.getBridge().getDevices(); local
152 if (devices.length == 1) {
153 device = devices[0];
  /system/core/logcat/
logcat.cpp 250 static void readLogLines(log_device_t* devices)
261 for (dev=devices; dev; dev = dev->next) {
271 for (dev=devices; dev; dev = dev->next) {
278 for (dev=devices; dev; dev = dev->next) {
317 chooseFirst(devices, &dev);
337 chooseFirst(devices, &dev);
465 log_device_t* devices = NULL; local
524 if (devices) {
525 dev = devices;
531 devices = new log_device_t(buf, binary, optarg[0])
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 160 bt_bdaddr_t devices[BTM_SEC_MAX_DEVICE_RECORDS]; member in struct:__anon3411
461 ** Description Internal helper function to fetch the bonded devices
514 memcpy(&p_bonded_devices->devices[p_bonded_devices->num_devices++], &bd_addr, sizeof(bt_bdaddr_t));
609 BTIF_TRACE_DEBUG2("%s: Number of bonded devices: %d Property:BT_PROPERTY_ADAPTER_BONDED_DEVICES", __FUNCTION__, bonded_devices.num_devices);
614 memcpy(property->val, bonded_devices.devices, property->len);
818 ** Description BTIF storage API - Loads all the bonded devices from NVRAM
821 ** and remote_device_properties_cb for each of the bonded devices.
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 644 device::BluetoothAdapter::DeviceList devices = variable
646 for (size_t i = 0; i < devices.size(); ++i) {
647 device::BluetoothDevice* device = devices[i];
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_adb_bridge.cc 46 static const char kHostDevicesCommand[] = "host:devices";
190 void ReceivedUsbDevices(const AndroidDevices& devices) {
192 devices_ = devices;
197 void ReceivedAdbDevices(const AndroidDevices& devices) {
198 devices_.insert(devices_.end(), devices.begin(), devices.end());
845 AndroidDevices devices; local
848 devices.push_back(new AdbDeviceImpl("")); // For desktop remote debugging.
853 devices.push_back(new UsbDeviceImpl(*it));
856 callback.Run(devices);
863 AndroidDevices devices; local
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 935 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc 70 const content::MediaStreamDevices& devices) {
71 DCHECK(!devices.empty());
72 for (content::MediaStreamDevices::const_iterator it = devices.begin();
73 it != devices.end(); ++it) {
81 return *devices.begin();
907 const content::MediaStreamDevices& devices = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 1048 SoundDeviceLocatorList *devices) {
1050 devices,
1056 SoundDeviceLocatorList *devices) {
1209 SoundSystemInterface::SoundDeviceLocatorList *devices; member in struct:cricket::EnumerateDevicesCallbackData
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 469 /* we traverse usbfs without knowing how many devices we are going to find.
477 struct libusb_device *devices member in struct:discovered_devs
518 /* Enumerate all the USB devices on the system, returning them in a list
519 * of discovered devices.
521 * Your implementation should enumerate all devices on the system,
552 * populated). This can now be added to the discovered devices list
563 * of USB devices connected to the system.
638 * it to the list of discovered devices, and also when the user requests
    [all...]
  /external/e2fsprogs/misc/
fsck.c 4 * devices are on separate spindles. It is based on the same ideas as
100 char *devices[MAX_DEVICES]; variable
1119 fprintf(stderr, _("%s: too many devices\n"),
1147 devices[num_devices++] = dev ? dev : string_copy(arg);
1315 fs = lookup(devices[i]);
1317 fs = create_fs_device(devices[i], 0, "auto",
  /external/libusb/libusb/
libusbi.h 326 /* we traverse usbfs without knowing how many devices we are going to find.
334 struct libusb_device *devices[0]; member in struct:discovered_devs
366 /* Enumerate all the USB devices on the system, returning them in a list
367 * of discovered devices.
369 * Your implementation should enumerate all devices on the system,
400 * populated). This can now be added to the discovered devices list
411 * of USB devices connected to the system.
467 * it to the list of discovered devices, and also when the user requests

Completed in 888 milliseconds

1 2 3 4 56 7 8