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

12 3 4

  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/mtd/
blktrans.h 56 struct list_head devs; member in struct:mtd_blktrans_ops
  /external/e2fsprogs/lib/blkid/
devname.c 400 dev_t devs[2]; local
435 devs[which] = makedev(ma, mi);
439 /* Skip whole disk devs unless they have no partitions.
448 * FIXME: skip /dev/{ida,cciss,rd} whole-disk devs
457 ptname, (unsigned int) devs[which]));
460 probe_one(cache, ptname, devs[which], 0,
477 if (tmp->bid_devno == devs[last]) {
496 ptnames[last], (unsigned int) devs[last]));
497 probe_one(cache, ptnames[last], devs[last], 0,
505 probe_one(cache, ptname, devs[which], 0, only_if_new)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_freebsd.c 249 pcap_if_t *devs, *dev; local
255 if (pcap_findalldevs(&devs, err) < 0) {
260 for (dev = devs; dev && !found; dev = dev->next) {
277 pcap_freealldevs(devs);
l2_packet_pcap.c 340 pcap_if_t *devs, *dev; local
346 if (pcap_findalldevs(&devs, err) < 0) {
351 for (dev = devs; dev && !found; dev = dev->next) {
368 pcap_freealldevs(devs);
l2_packet_winpcap.c 303 pcap_if_t *devs, *dev; local
309 if (pcap_findalldevs(&devs, err) < 0) {
314 for (dev = devs; dev && !found; dev = dev->next) {
331 pcap_freealldevs(devs);
  /system/vold/
DirectVolume.h 59 int getDeviceNodes(dev_t *devs, int max);
Volume.h 88 virtual int getDeviceNodes(dev_t *devs, int max) = 0;
DirectVolume.cpp 346 int DirectVolume::getDeviceNodes(dev_t *devs, int max) {
351 devs[0] = MKDEV(mDiskMajor, mDiskMinor);
359 devs[i] = MKDEV(mDiskMajor, mPartMinors[i]);
363 devs[0] = MKDEV(mDiskMajor, mPartMinors[mPartIdx -1]);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 137 static bool GetCoreAudioDevices(bool input, std::vector<Device>* devs);
138 static bool GetWaveDevices(bool input, std::vector<Device>* devs);
330 std::vector<Device>* devs) {
331 devs->clear();
353 devs->push_back(Device((*i)->name(), index));
361 return GetCoreAudioDevices(input, devs);
363 return GetWaveDevices(input, devs);
373 devs->push_back(Device(name, dev_ids[i]));
474 bool GetCoreAudioDevices(bool input, std::vector<Device>* devs) {
501 devs->push_back(dev)
    [all...]
channelmanager.cc 731 static void GetDeviceNames(const std::vector<Device>& devs,
734 for (size_t i = 0; i < devs.size(); ++i) {
735 names->push_back(devs[i].name);
741 std::vector<Device> devs; local
742 bool ret = device_manager_->GetAudioInputDevices(&devs);
744 GetDeviceNames(devs, names);
751 std::vector<Device> devs; local
752 bool ret = device_manager_->GetAudioOutputDevices(&devs);
754 GetDeviceNames(devs, names);
761 std::vector<Device> devs; local
    [all...]
  /external/blktrace/btt/
Makefile 16 OBJS = args.o bt_timeline.o devmap.o devs.o dip_rb.o iostat.o latency.o \
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 280 pcap_if_t *devs, *dev; local
286 if (pcap_findalldevs(&devs, err) < 0) {
291 for (dev = devs; dev && !found; dev = dev->next) {
308 pcap_freealldevs(devs);
l2_packet_pcap.c 334 pcap_if_t *devs, *dev; local
340 if (pcap_findalldevs(&devs, err) < 0) {
345 for (dev = devs; dev && !found; dev = dev->next) {
362 pcap_freealldevs(devs);
l2_packet_winpcap.c 297 pcap_if_t *devs, *dev; local
303 if (pcap_findalldevs(&devs, err) < 0) {
308 for (dev = devs; dev && !found; dev = dev->next) {
325 pcap_freealldevs(devs);
  /system/core/adb/
usb_libusb.c 584 libusb_device **devs= NULL; local
586 ssize_t cnt = libusb_get_device_list(ctx, &devs);
597 while ((dev = devs[i++]) != NULL) {
601 libusb_free_device_list(devs, 1);
  /bionic/libc/kernel/common/linux/
mod_devicetable.h 105 } devs[PNP_MAX_DEVICES]; member in struct:pnp_card_device_id
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 99 } devs[PNP_MAX_DEVICES]; member in struct:pnp_card_device_id

Completed in 537 milliseconds

12 3 4