HomeSort by relevance Sort by last modified time
    Searched full:devs (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/valgrind/docs/xml/
tech-docs.xml 13 <holder><ulink url="&vg-devs-url;">Valgrind Developers</ulink></holder>
  /external/webrtc/talk/media/devices/
macdevicemanager.cc 94 std::vector<Device>* devs) {
95 devs->clear();
104 devs->push_back(Device(name, dev_ids[i]));
107 return FilterDevices(devs, kFilteredAudioDevicesName);
devicemanager.h 75 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs) = 0;
146 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
179 virtual bool GetAudioDevices(bool input, std::vector<Device>* devs);
  /prebuilts/tools/common/m2/repository/com/braintreepayments/api/core/2.3.6/
core-2.3.6.pom 21 <id>devs</id>
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.pom 20 <id>devs</id>
  /prebuilts/tools/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/
data-collector-2.3.6.pom 20 <id>devs</id>
  /external/e2fsprogs/lib/blkid/
devname.c 402 dev_t devs[2]; local
437 devs[which] = makedev(ma, mi);
441 /* Skip whole disk devs unless they have no partitions.
450 * FIXME: skip /dev/{ida,cciss,rd} whole-disk devs
459 ptname, (unsigned int) devs[which]));
462 probe_one(cache, ptname, devs[which], 0,
479 if (tmp->bid_devno == devs[last]) {
498 ptnames[last], (unsigned int) devs[last]));
499 probe_one(cache, ptnames[last], devs[last], 0,
507 probe_one(cache, ptname, devs[which], 0, only_if_new)
    [all...]
  /external/libusb/examples/
testlibusb.c 250 libusb_device **devs; local
261 cnt = libusb_get_device_list(NULL, &devs);
265 for (i = 0; devs[i]; ++i) {
266 print_device(devs[i], 0);
269 libusb_free_device_list(devs, 1);
fxload.c 96 libusb_device *dev, **devs; local
185 if (libusb_get_device_list(NULL, &devs) < 0) {
189 for (i=0; (dev=devs[i]) != NULL; i++) {
233 libusb_free_device_list(devs, 1);
239 libusb_free_device_list(devs, 1);
  /external/blktrace/btt/
Makefile 16 OBJS = args.o bt_timeline.o devmap.o devs.o dip_rb.o iostat.o latency.o \
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.h 36 struct wrapped_phys_dev_obj *ptr_phys_devs; // any enumerated phys devs
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 286 pcap_if_t *devs, *dev; local
292 if (pcap_findalldevs(&devs, err) < 0) {
297 for (dev = devs; dev && !found; dev = dev->next) {
314 pcap_freealldevs(devs);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.h 36 struct wrapped_phys_dev_obj *ptr_phys_devs; // any enumerated phys devs
  /prebuilts/tools/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/
paypal-one-touch-2.3.6.pom 21 <id>devs</id>
  /external/adhd/cras/src/server/
audio_thread.h 136 * devs - an array of devices to attach stream.
137 * num_devs - number of devices in the array pointed by devs
144 struct cras_iodev **devs,
cras_system_state.c 470 int cras_system_state_get_output_devs(const struct cras_iodev_info **devs)
472 *devs = state.exp_state->output_devs;
476 int cras_system_state_get_input_devs(const struct cras_iodev_info **devs)
478 *devs = state.exp_state->input_devs;
cras_system_state.h 211 * devs - returns the array of output devices information.
215 int cras_system_state_get_output_devs(const struct cras_iodev_info **devs);
219 * devs - returns the array of input devices information.
223 int cras_system_state_get_input_devs(const struct cras_iodev_info **devs);
  /external/adhd/cras/src/tests/
cras_monitor.c 87 struct cras_iodev_info devs[CRAS_MAX_IODEVS]; local
104 rc = cras_client_get_output_devices(client, devs, nodes,
107 rc = cras_client_get_input_devices(client, devs, nodes,
cras_test_client.c 274 static void print_dev_info(const struct cras_iodev_info *devs, int num_devs)
280 printf("\t%u\t%s\n", devs[i].idx, devs[i].name);
308 struct cras_iodev_info devs[MAX_IODEVS]; local
315 rc = cras_client_get_output_devices(client, devs, nodes, &num_devs,
320 print_dev_info(devs, num_devs);
326 rc = cras_client_get_input_devices(client, devs, nodes, &num_devs,
329 print_dev_info(devs, num_devs);
564 (info->devs[i].direction == CRAS_STREAM_INPUT)
566 info->devs[i].dev_name)
    [all...]
  /external/scapy/scapy/arch/
pcapdnet.py 33 devs = POINTER(pcap_if_t)()
35 if pcap_findalldevs(byref(devs), err) < 0:
38 p = devs
46 pcap_freealldevs(devs)
76 devs = POINTER(pcap_if_t)()
78 if pcap_findalldevs(byref(devs), err) < 0:
81 p = devs
95 pcap_freealldevs(devs)
110 devs = POINTER(pcap_if_t)()
112 if pcap_findalldevs(byref(devs), err) < 0
    [all...]
  /external/autotest/server/cros/network/
connection_worker.py 56 devs = iw.list_interfaces(desired_if_type='managed')
57 if len(devs) > 0:
58 logging.debug('Removing interfaces in work host machine %s', devs)
59 for i in range(len(devs)):
60 iw.remove_interface(devs[i].if_name)
  /external/libmtp/src/
libusb1-glue.c 515 libusb_device **devs = NULL; local
523 nrofdevs = libusb_get_device_list (NULL, &devs);
525 libusb_device *dev = devs[i];
572 libusb_free_device_list (devs, 0);
592 libusb_device **devs = NULL; local
600 nrofdevs = libusb_get_device_list (NULL, &devs);
602 if (libusb_get_bus_number(devs[i]) != busno)
604 if (libusb_get_device_address(devs[i]) != devno)
606 if (probe_device_descriptor(devs[i], NULL))
634 int devs = 0 local
2096 libusb_device **devs = NULL; local
    [all...]
  /external/adhd/cras/src/alsa_plugin/
ctl_cras.c 167 struct cras_iodev_info devs[MAX_IODEVS]; local
172 rc = cras_client_get_output_devices(client, devs, nodes,
175 rc = cras_client_get_input_devices(client, devs, nodes,
  /external/autotest/client/cros/
liststorage.py 251 devs = get_partition_info(partition_path, dev_bus, dev_model,
254 ret.extend(devs)
257 devs = get_partition_info(spath, dev_bus, dev_model, dev_uuid, dev_fs,
260 ret.extend(devs)
  /external/autotest/client/profilers/blktrace/
blktrace.tar.bz2 

Completed in 1084 milliseconds

12 3 4 5