HomeSort by relevance Sort by last modified time
    Searched full:device (Results 151 - 175 of 4136) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/toolbox/
umount.c 17 char device[256]; local
30 count = fscanf(f, "%255s %255s %255s\n", device, mount_path, rest);
32 if (strcmp(LOOP_DEVICE, device) == 0 && strcmp(path, mount_path) == 0) {
59 // free the loop device
62 perror("open loop device failed");
  /external/kernel-headers/original/linux/
dm-ioctl.h 19 * A traditional ioctl interface for the device mapper.
21 * Each device can have two tables associated with it, an
23 * through the device, and an 'inactive' one which is a table
34 * Get a list of all the dm device names.
37 * Create a new device, neither the 'active' or 'inactive' table
38 * slots will be filled. The device will be in suspended state
39 * after creation, however any io to the device will get errored
43 * Remove a device, destroy any tables.
46 * Rename a device.
52 * the device has completed. Further io will be deferred unti
    [all...]
pm.h 41 * Device types... these are passed to pm_register
46 #define PM_SYS_DEV ((__force pm_dev_t) 1) /* system device (fan, KB controller, ...) */
47 #define PM_PCI_DEV ((__force pm_dev_t) 2) /* PCI device */
48 #define PM_USB_DEV ((__force pm_dev_t) 3) /* USB device */
49 #define PM_SCSI_DEV ((__force pm_dev_t) 4) /* SCSI device */
50 #define PM_ISA_DEV ((__force pm_dev_t) 5) /* ISA device */
51 #define PM_MTD_DEV ((__force pm_dev_t) 6) /* Memory Technology Device */
54 * System device hardware ID (PnP) values
68 * Device identifier
80 * Dynamic device informatio
    [all...]
pci.h 28 * devices. The slot/function address of each device is encoded
40 #define PCIIOC_CONTROLLER (PCIIOC_BASE | 0x00) /* Get controller for PCI device. */
53 #include <linux/device.h>
81 * the pci device. If some PCI bus between here and the pci device
114 struct pci_bus *bus; /* bus this device is on */
115 struct pci_bus *subordinate; /* bus this device bridges to */
118 struct proc_dir_entry *procent; /* device entry in /proc/bus/pci */
120 unsigned int devfn; /* encoded device & function index */
122 unsigned short device; member in struct:pci_dev
751 u16 vendor, device; \/* You can use PCI_ANY_ID here of course *\/ member in struct:pci_fixup
    [all...]
  /external/skia/src/core/
SkBlitter_4444.cpp 42 SkARGB4444_Blitter(const SkBitmap& device, const SkPaint& paint);
63 SkARGB4444_Blitter::SkARGB4444_Blitter(const SkBitmap& device, const SkPaint& paint)
64 : INHERITED(device)
154 SkPMColor16* device = fDevice.getAddr16(x, y); local
163 sk_dither_memset16(device, color, other, width);
166 src_over_4444x(device, SkExpand_4444_Replicate(color),
178 SkPMColor16* device = fDevice.getAddr16(x, y); local
189 *device = color;
190 device = (SkPMColor16*)((char*)device + rb)
219 SkPMColor16* device = fDevice.getAddr16(x, y); local
252 SkPMColor16* device = fDevice.getAddr16(x, y); local
360 SkPMColor16* device = fDevice.getAddr16(x, y); local
418 SkPMColor16* device = fDevice.getAddr16(x, y); local
434 SkPMColor16* device = fDevice.getAddr16(x, y); local
    [all...]
  /bootable/recovery/
bootloader.c 64 const MtdPartition *part = mtd_find_partition_by_name(v->device);
66 LOGE("Can't find %s\n", v->device);
72 LOGE("Can't open %s\n(%s)\n", v->device, strerror(errno));
79 if (r != size) LOGE("Can't read %s\n(%s)\n", v->device, strerror(errno));
90 const MtdPartition *part = mtd_find_partition_by_name(v->device);
92 LOGE("Can't find %s\n", v->device);
98 LOGE("Can't open %s\n(%s)\n", v->device, strerror(errno));
105 if (r != size) LOGE("Can't read %s\n(%s)\n", v->device, strerror(errno));
113 LOGE("Can't open %s\n(%s)\n", v->device, strerror(errno));
117 LOGE("Can't write %s\n(%s)\n", v->device, strerror(errno))
    [all...]
  /external/bluetooth/bluez/test/
test-telephony 12 make_option("-i", "--device", action="store",
52 print "Need device address parameter"
54 device = adapter.FindDevice(args[1]) variable
55 headset = dbus.Interface(bus.get_object("org.bluez", device),
62 print "Need device address parameter"
64 device = adapter.FindDevice(args[1]) variable
65 headset = dbus.Interface(bus.get_object("org.bluez", device),
72 print "Need device address parameter"
74 device = adapter.FindDevice(args[1]) variable
75 headset = dbus.Interface(bus.get_object("org.bluez", device),
89 device = adapter.FindDevice(args[1]) variable
104 device = adapter.FindDevice(args[1]) variable
115 device = adapter.FindDevice(args[1]) variable
    [all...]
  /bionic/libc/kernel/common/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /development/ndk/platforms/android-3/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /development/simulator/app/assets/danger-hiptop-m1/
layout.xml 4 <device name="DangerM1">
16 <!-- surrounding device image and "patches", drawn in order -->
30 </device>
  /external/bluetooth/bluez/doc/
control-api.txt 17 Connect to remote device (CT or TG).
21 Disconnect remote device.
40 BlueZ device is in CT role.
89 to the remote device.
93 Sent when the AVRCP connection to the remote device
100 connected device.
112 connected device (except for Metadata defined in
117 Called when Metadata is received from connected device.
126 The three-bit Subunit ID from the connected device.
130 The five-bit Subunit Type from the connected device
    [all...]
node-api.txt 16 Returns all properties for the device node. See the
26 object Device [readonly]
28 The object path of the device this node belongs to.
  /external/bluetooth/bluez/serial/
manager.c 56 #include "device.h"
73 static int serial_probe(struct btd_device *device, const char *uuid)
75 struct btd_adapter *adapter = device_get_adapter(device);
76 const gchar *path = device_get_path(device);
84 rec = btd_device_get_record(device, uuid);
101 device_get_address(device, &dst);
106 static void serial_remove(struct btd_device *device)
108 const gchar *path = device_get_path(device);
116 static int port_probe(struct btd_device *device, GSList *uuids)
119 serial_probe(device, uuids->data)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_getsize.c 34 fprintf(stderr, "%s device\n", argv[0]);
39 com_err(argv[0], retval, "while getting device size");
42 printf("%s is device has %u blocks.\n", argv[1], blocks);
  /external/e2fsprogs/misc/
fsck.h 41 char *device; member in struct:fs_info
64 char * device; member in struct:fsck_instance
69 extern char *base_device(const char *device);
  /external/quake/
setupdevicesdcard.sh 3 # Copy Quake's data files from perforce to the Android device's sd card.
23 echo "Creating Quake directories on the device's sdcard"
30 echo "Copying Quake data files to the device. (This could take several minutes)"
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
attribute_container.h 15 #include <linux/device.h>
25 int (*match)(struct attribute_container *, struct device *);
31 struct class_device *attribute_container_find_class_device(struct attribute_container *, struct device *);
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.h 22 * \brief HCI Header for the PN544 Device Management Gate. *
140 * \brief Allocates the resources required for PN544 Device management gate.
142 * This function Allocates necessary resources as requiered by PN544 Device
160 * The phHciNfc_DevMgmt_Get_PipeID function gives the pipe id of the PN544 Device
166 * the Device Interface Link
167 * \param[in] ppipe_id ppipe_id of the Device management Gate
186 * PN544 Device Management Gate in the NFC Device
191 * the Device Interface Link .
193 * \retval NFCSTATUS_PENDING Device Mgmt Gate Initialisation is pending
    [all...]
  /external/webkit/WebKit/android/wds/client/
Device.h 33 class Device {
35 // Type of device.
40 DEVICE
44 Device(char* name, DeviceType type, const AdbConnection* conn)
48 ~Device() { free(m_name); }
53 // Send a request to this device.
  /frameworks/base/include/ui/
EventHub.h 41 #define ABS_MT_TOOL_TYPE 0x37 /* Type of touching device (finger, pen, ...) */
96 * Input device classes.
99 /* The input device is a keyboard. */
102 /* The input device is an alpha-numeric keyboard (not just a dial pad). */
105 /* The input device is a touchscreen (either single-touch or multi-touch). */
108 /* The input device is a trackball. */
111 /* The input device is a multi-touch touchscreen. */
114 /* The input device is a directional pad (implies keyboard, has DPAD keys). */
117 /* The input device is a gamepad (implies keyboard, has BUTTON keys). */
120 /* The input device has switches. *
267 device_t* device; member in struct:android::EventHub::device_ent
    [all...]

Completed in 502 milliseconds

1 2 3 4 5 67 8 91011>>