HomeSort by relevance Sort by last modified time
    Searched defs:devices (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
device.h 40 struct kset devices; member in struct:bus_type
105 struct list_head devices; member in class:__anon40655
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
device.h 40 struct kset devices; member in struct:bus_type
105 struct list_head devices; member in class:__anon41013
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
device.h 40 struct kset devices; member in struct:bus_type
105 struct list_head devices; member in class:__anon41374
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
device.h 40 struct kset devices; member in struct:bus_type
105 struct list_head devices; member in class:__anon41767
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
device.h 40 struct kset devices; member in struct:bus_type
105 struct list_head devices; member in class:__anon42213
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
device.h 40 struct kset devices; member in struct:bus_type
105 struct list_head devices; member in class:__anon42661
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 26 import com.android.sdklib.devices.Device;
27 import com.android.sdklib.devices.Hardware;
28 import com.android.sdklib.devices.Screen;
29 import com.android.sdklib.devices.State;
236 List<Device> devices = mConfigChooser.getDeviceList(); local
238 // Divide up the available devices into {@link #mVariationCount} + 1 buckets
251 for (Device d : devices) {
277 for (Device d : devices) {
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 258 // now get the devices
259 IDevice[] devices = bridge.getDevices(); local
261 for (IDevice device : devices) {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 203 std::vector<Device> devices; local
205 if (GetAudioInputDevices(&devices) && !devices.empty()) {
208 if (GetAudioOutputDevices(&devices) && !devices.empty()) {
211 if (GetVideoCaptureDevices(&devices) && !devices.empty()) {
217 bool DeviceManager::GetAudioInputDevices(std::vector<Device>* devices) {
218 return GetAudioDevicesByPlatform(true, devices);
221 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) {
259 std::vector<Device> devices; local
273 std::vector<Device> devices; local
289 std::vector<Device> devices; local
313 std::vector<Device> devices; local
481 CComPtr<IMMDeviceCollection> devices; local
    [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:__anon9661
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:__anon10790
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...]
  /hardware/msm7k/libaudio/
AudioHardware.h 124 uint32_t devices,
132 uint32_t devices,
164 uint32_t devices,
181 uint32_t devices() { return mDevices; } function in class:android::AudioHardware::AudioStreamOutMSM72xx
204 uint32_t devices,
220 uint32_t devices() { return mDevices; } function in class:android::AudioHardware::AudioStreamInMSM72xx
  /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));
  /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 158 bt_bdaddr_t devices[BTM_SEC_MAX_DEVICE_RECORDS]; member in struct:__anon2963
455 ** Description Internal helper function to fetch the bonded devices
508 memcpy(&p_bonded_devices->devices[p_bonded_devices->num_devices++], &bd_addr, sizeof(bt_bdaddr_t));
603 BTIF_TRACE_DEBUG2("%s: Number of bonded devices: %d Property:BT_PROPERTY_ADAPTER_BONDED_DEVICES", __FUNCTION__, bonded_devices.num_devices);
608 memcpy(property->val, bonded_devices.devices, property->len);
812 ** Description BTIF storage API - Loads all the bonded devices from NVRAM
815 ** and remote_device_properties_cb for each of the bonded devices.
    [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 3969 milliseconds

1 23 4 5