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

1 2 3 4 5 67 8

  /external/libusb/libusb/os/
linux_usbfs.c 56 * devices to usbfs nodes.
96 /* do we have a busnum to relate devices? this also implies that we can read
259 usbi_dbg("found usb devices in sysfs");
656 /* we hit this error path frequently with buggy devices :( */
728 /* buggy devices sometimes fail to report their active config.
737 /* some buggy devices have a configuration 0, but we're
739 * not support buggy devices in these circumstances.
834 /* open a bus directory and adds all discovered devices to discdevs. on
836 * (and devices freed). on success, the new discdevs pointer should be used
997 DIR *devices = opendir(SYSFS_DEVICE_PATH) local
    [all...]
  /external/libusb-compat/libusb/
usb.h 268 struct usb_device *devices; member in struct:usb_bus
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 394 audio_devices_t devices = pDevices != NULL ? *pDevices : (audio_devices_t)0; local
402 data.writeInt32(devices);
417 devices = (audio_devices_t)reply.readInt32();
418 if (pDevices != NULL) *pDevices = devices;
475 audio_devices_t devices = pDevices != NULL ? *pDevices : (audio_devices_t)0; local
483 data.writeInt32(devices);
489 devices = (audio_devices_t)reply.readInt32();
490 if (pDevices != NULL) *pDevices = devices;
925 audio_devices_t devices = (audio_devices_t)data.readInt32(); local
978 audio_devices_t devices = (audio_devices_t)data.readInt32(); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 473 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates( local
475 return devices;
480 List<BluetoothDevice> devices = lookupHealthDevicesMatchingStates(states); local
481 return devices;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 534 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local
537 devices.add(mRemoteDevice);
540 return devices;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 340 List<BluetoothDevice> devices = getDevicesMatchingConnectionStates( local
342 return devices;
564 List<BluetoothDevice> devices = new ArrayList<BluetoothDevice>(); local
568 devices.add(device);
571 return devices;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 489 final int[] devices = InputDevice.getDeviceIds(); local
490 for (int i = 0; i < devices.length; i++) {
491 InputDevice device = InputDevice.getDevice(devices[i]);
585 final int[] devices = InputDevice.getDeviceIds(); local
586 for (int i = 0; i < devices.length; i++) {
587 InputDevice device = InputDevice.getDevice(devices[i]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 109 private Object[] findCompatibleDevices(IDevice[] devices) {
110 if (devices == null) {
114 List<IDevice> compatibleDevices = new ArrayList<IDevice>(devices.length);
115 for (IDevice device : devices) {
200 return "N/A"; // devices don't have AVD names.
739 IDevice[] devices = bridge.getDevices(); local
741 for (IDevice device : devices) {
AndroidLaunchController.java 324 // to allow using physical devices.
348 * Always display a UI that lets a user see the current running emulators/devices.
349 * The UI must show which devices are compatibles, and allow launching new emulators
356 * Count the number of compatible emulators/devices.
359 * - Launch on multiple devices:
360 * From the currently active devices & emulators, filter out those that cannot run
363 IDevice[] devices = AndroidDebugBridge.getBridge().getDevices(); local
400 for (IDevice d : devices) {
429 // target, when we will iterate devices/avds later ideally we will want to find
455 // project. Below (in the for...devices loop) we'll try to fin
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 120 * @param selectedDevice the selected device. If null, no devices are selected.
621 // any change in the devices/clients, will be handled by the UI, and we'll receive
641 // any change in the devices/clients, will be handled by the UI, and we'll receive
650 IDevice[] devices = bridge.getDevices(); local
652 // check if we still have devices
653 if (devices.length == 0) {
656 handleDefaultSelection(devices[0]);
677 // any change in the devices/clients, will be handled by the UI, and we'll receive
708 * @param selectedDevice the selected device. If null, no devices are selected.
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 555 ALOGV("select_devices() devices %#x input src %d output route %s input route %s",
943 /* Return the set of output devices associated with active streams
950 audio_devices_t devices = AUDIO_DEVICE_NONE; local
959 devices |= other->device;
963 return devices;
989 /* re-calculate the set of active devices from other streams */
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 413 ScopedVector<browser_sync::DeviceInfo> devices; local
419 device_tracker->GetAllSyncedDeviceInfo(&devices);
422 return devices.Pass();
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 63 devices = 0x00F0 /* Mask for having any Device table */ enumerator in enum:OT::ValueFormat::Flags
171 return (format & devices) != 0;
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 63 * devices to usbfs nodes.
111 * to sysfs, so we can relate devices. This also implies that we can read
123 /* Serialize hotplug start/stop, scan-devices, event-thread, and poll */
417 usbi_dbg("sysfs can relate devices");
825 /* we hit this error path frequently with buggy devices :( */
935 /* some buggy devices have a configuration 0, but we're
937 * not support buggy devices in these circumstances.
944 /* buggy devices sometimes fail to report their active config.
1094 /* open a bus directory and adds all discovered devices to the context */
1199 DIR *devices = opendir(SYSFS_DEVICE_PATH) local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 63 devices = 0x00F0 /* Mask for having any Device table */ enumerator in enum:OT::ValueFormat::Flags
171 return (format & devices) != 0;
    [all...]
  /external/kernel-headers/original/linux/
pci.h 27 * The PCI interface treats multi-function devices as independent
28 * devices. The slot/function address of each device is encoded
109 * The pci_dev structure is used to describe PCI devices.
112 struct list_head global_list; /* node in list of all PCI devices */
207 * For PCI devices, the region numbers are assigned this way:
228 struct list_head devices; /* list of devices on this bus */ member in struct:pci_bus
401 extern struct list_head pci_devices; /* list of all devices */
543 /* Proper probing supporting hot-pluggable devices */
744 * The world is not perfect and supplies us with broken PCI devices
    [all...]
pnp.h 140 struct list_head devices; /* devices attached to the card */ member in struct:pnp_card
183 struct list_head global_list; /* node in global list of devices */
185 struct list_head card_list; /* node in card's list of devices */
186 struct list_head rdev_list; /* node in cards list of requested devices */
217 for((dev) = card_to_pnp_dev((card)->devices.next); \
218 (dev) != card_to_pnp_dev(&(card)->devices); \
341 struct list_head devices; member in struct:pnp_protocol
350 for((dev) = protocol_to_pnp_dev((protocol)->devices.next); \
351 (dev) != protocol_to_pnp_dev(&(protocol)->devices); \
    [all...]
  /external/qemu/
block.c 267 * Detect host devices. By convention, /dev/cdrom[N] is always
346 /* Return the raw BlockDriver * to scsi-generic devices or empty drives */
389 /* Do not attempt drv->bdrv_getlength() on scsi-generic devices */
1133 /* Fixed size devices use the total_sectors value for speed instead of
1693 QList *devices; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 236 * devices - List of known P2P Device peers
238 struct dl_list devices; member in struct:p2p_data
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 176 struct wps_registrar_device *devices; member in struct:wps_registrar
262 for (dev = reg->devices; dev; dev = dev->next) {
299 d->next = reg->devices;
300 reg->devices = d;
701 wps_free_devices(reg->devices);
978 * @p2p_dev_addr: Limit allowed PBC devices to the specified P2P device, %NULL
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 27 // A device mask for all audio input devices that are considered "virtual" when evaluating
30 // A device mask for all audio output devices that are considered "remote" when evaluating
31 // active output devices in isStreamActiveRemotely()
65 // handle output devices
136 // remove device from available output devices
197 // handle input devices
691 // devices (the list was previously build by getOutputsForDevice()).
2264 audio_devices_t devices; local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 168 uint32_t devices; member in struct:android_audio_legacy::alsa_handle_t
493 uint32_t devices,
504 uint32_t devices,
513 uint32_t devices,
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 67 public static final String NS_DEVICES_XSD = "http://schemas.android.com/sdk/devices/1";
70 * The "devices" element is the root element of this schema.
75 public static final String NODE_DEVICES = "devices";
174 Element devices = doc.createElement(PREFIX + NODE_DEVICES); local
175 devices.setAttribute(XMLConstants.XMLNS_ATTRIBUTE + ":xsi",
177 devices.setAttribute(XMLConstants.XMLNS_ATTRIBUTE + ":" + LOCAL_NS, NS_DEVICES_XSD);
178 doc.appendChild(devices);
181 devices.appendChild(device);
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/blktrace/
blkparse.c 257 static struct per_dev_info *devices; variable in typeref:struct:per_dev_info
374 devices = realloc(devices, size);
375 if (!devices) {
379 memset(&devices[ndevices], 0, sizeof(struct per_dev_info));
380 devices[ndevices].name = name;
391 if (!devices[i].dev)
392 devices[i].dev = dev;
393 if (devices[i].dev == dev)
394 return &devices[i]
    [all...]

Completed in 1446 milliseconds

1 2 3 4 5 67 8