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

<<21222324252627282930>>

  /external/iproute2/include/linux/
neighbour.h 74 * in the sequence transports all not device specific data such as
76 * This message is followed by 0..n messages carrying device
80 * by checking for NDTA_CONFIG. The device specific messages do
87 * otherwise. Device specific parameter sets can be changed by
89 * device.
  /external/kernel-headers/original/linux/
neighbour.h 74 * in the sequence transports all not device specific data such as
76 * This message is followed by 0..n messages carrying device
80 * by checking for NDTA_CONFIG. The device specific messages do
87 * otherwise. Device specific parameter sets can be changed by
89 * device.
  /external/libnfc-nxp/src/
phHciNfc_LinkMgmt.h 82 * the Device Interface Link .
100 * the Host Controller Device and the NFC Device.
105 * the Device Interface Link .
131 * the Device Interface Link .
  /external/skia/src/core/
SkComposeShader.cpp 91 bool SkComposeShader::setContext(const SkBitmap& device,
95 if (!this->INHERITED::setContext(device, paint, matrix))
98 // we preconcat our localMatrix (if any) with the device matrix
108 return fShaderA->setContext(device, paint, tmpM) &&
109 fShaderB->setContext(device, paint, tmpM);
  /frameworks/base/include/binder/
MemoryHeapBase.h 48 * maps memory from the given device
50 MemoryHeapBase(const char* device, size_t size = 0, uint32_t flags = 0);
72 status_t setDevice(const char* device) {
74 mDevice = device;
82 int flags = 0, const char* device = NULL);
  /frameworks/base/services/audioflinger/
AudioDumpInterface.h 0 /* //device/servers/AudioFlinger/AudioDumpInterface.h
58 uint32_t device() { return mDevice; } function in class:android::AudioStreamOutDump
69 uint32_t mDevice; // current device this output is routed to
101 uint32_t device() { return mDevice; } function in class:android::AudioStreamInDump
109 uint32_t mDevice; // current device this output is routed to
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 49 BluetoothDevice device = local
55 pairingIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
67 String deviceAddress = device != null ? device.getAddress() : null;
88 name = device.getName();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
mount.h 41 #define MS_NODEV 4 /* Disallow access to device special files */
77 * Block device ioctls
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
mount.h 41 #define MS_NODEV 4 /* Disallow access to device special files */
77 * Block device ioctls
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
mount.h 41 #define MS_NODEV 4 /* Disallow access to device special files */
77 * Block device ioctls
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
mount.h 41 #define MS_NODEV 4 /* Disallow access to device special files */
77 * Block device ioctls
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
mount.h 41 #define MS_NODEV 4 /* Disallow access to device special files */
77 * Block device ioctls
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
mount.h 41 #define MS_NODEV 4 /* Disallow access to device special files */
77 * Block device ioctls
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
82 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
  /sdk/files/
devices.xml 6 <d:device name="2.7in QVGA">
31 </d:device>
33 <d:device name="2.7in QVGA slider">
63 </d:device>
65 <d:device name="3.2in HVGA slider (ADP1)">
95 </d:device>
97 <d:device name="3.2in HVGA (ADP2)">
122 </d:device>
124 <d:device name="3.3in WQVGA">
149 </d:device>
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 50 static void QZ_DeleteDevice (SDL_VideoDevice *device);
103 SDL_VideoDevice *device;
106 device = (SDL_VideoDevice*) SDL_malloc (sizeof (*device) );
109 if (device == NULL || hidden == NULL)
112 SDL_memset (device, 0, sizeof (*device) );
115 device->hidden = hidden;
117 device->VideoInit = QZ_VideoInit;
118 device->ListModes = QZ_ListModes
    [all...]
  /external/blktrace/doc/
blktrace.8 19 trace information for a specific block device to a file.
29 debug file system (relay). Each device being traced has a file created in
55 device name (e.g, if we are tracing /dev/sda, the base device name would
112 Adds \fIdev\fR as a device to trace
206 To trace the i/o on the device \fI/dev/hda\fR and parse the output to human
219 To trace the i/o on a device and save the output for later processing with
  /external/e2fsprogs/ext2ed/
disk.c 48 if (device_handle==NULL) { /* Check that a device is indeed open */
49 internal_error ("No device opened yet read requested","disk","low_read");
61 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
67 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name);
81 If logging is enabled, we log the change before writing it to the device.
100 internal_error ("No device opened yet read requested","disk","low_write");
117 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
123 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name);
199 printf ("Error - No device opened\n");
222 wprintw (command_win,"Error - No device opened\n")
    [all...]
  /external/e2fsprogs/misc/
fsck.c 234 if (i->device)
235 free(i->device);
242 static struct fs_info *create_fs_device(const char *device, const char *mntpnt,
251 fs->device = string_copy(device);
273 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
280 device = parse_word(&cp);
281 if (!device || *device == '#')
292 parse_escape(device);
    [all...]
  /external/netperf/
nettest_xti.h 30 int dev_name_len; /* the length of the device name string. this */
33 char xti_device[32]; /* the path to the dlpi device */
75 int dev_name_len; /* the length of the device name string. this */
78 char xti_device[32]; /* the path to the dlpi device */
120 int dev_name_len; /* the length of the device name string. this */
123 char xti_device[32]; /* the path to the dlpi device */
162 int dev_name_len; /* the length of the device name string. this */
165 char xti_device[32]; /* the path to the dlpi device */
205 int dev_name_len; /* the length of the device name string. this */
208 char xti_device[32]; /* the path to the dlpi device */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/mint/
SDL_syscdrom.c 52 unsigned char device[3]; /* Physical device letter + ':' + '\0' */ member in struct:__anon5865
96 metados_drives[SDL_numcds].device[0] = 0;
97 metados_drives[SDL_numcds].device[1] = ':';
98 metados_drives[SDL_numcds].device[2] = 0;
106 metados_drives[SDL_numcds].device[0] = i;
138 return(metados_drives[drive].device);
145 handle = Metaopen(metados_drives[drive].device[0], &(metados_drives[drive].metaopen));
155 Metaclose(metados_drives[cdrom->id].device[0]);
162 retval = Metaioctl(metados_drives[id].device[0], METADOS_IOCTL_MAGIC, command, arg)
    [all...]
  /external/quake/
README 3 In order to run Quake on the simulator and/or device, you must:
22 described below, to copy the data files from the Android source tree onto the device's SD Card.)
43 files and data files to the device.
48 Using the device with a microsd card:
55 Make sure your device is not mounted as an USB Storage Device:
74 a real device.
80 Turn on the device
198 Make sure your device is not mounted as an USB Storage Device
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 45 __dev_t st_dev; /* Device. */
66 __dev_t st_rdev; /* Device number, if device. */
118 __dev_t st_dev; /* Device. */
133 __dev_t st_rdev; /* Device number, if device. */
136 __dev_t st_rdev; /* Device number, if device. */
183 #define __S_IFCHR 0020000 /* Character device. */
184 #define __S_IFBLK 0060000 /* Block device. *
    [all...]
  /system/vold/
Devmapper.cpp 54 if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) {
135 if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) {
169 if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) {
177 // Create the DM device
181 SLOGE("Error creating device mapping (%s)", strerror(errno));
196 SLOGE("Error setting device geometry (%s)", strerror(errno));
202 // Retrieve the device number we were allocated
264 if ((fd = open("/dev/device-mapper", O_RDWR)) < 0) {
272 // Create the DM device
277 SLOGE("Error destroying device mapping (%s)", strerror(errno))
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 369 struct Device {
378 Device(const String8& name, uint32_t classes) :
383 KeyedVector<int32_t, Device*> mDevices;
398 Device* device = new Device(name, classes); local
399 mDevices.add(deviceId, device);
417 Device* device = getDevice(deviceId); local
425 device->axes.add(axis, info)
429 Device* device = getDevice(deviceId); local
434 Device* device = getDevice(deviceId); local
439 Device* device = getDevice(deviceId); local
444 Device* device = getDevice(deviceId); local
480 Device* device = getDevice(deviceId); local
485 Device* device = getDevice(deviceId); local
491 Device* device = getDevice(deviceId); local
504 Device* device = getDevice(deviceId); local
535 Device* device = getDevice(deviceId); local
546 Device* device = getDevice(deviceId); local
557 Device* device = getDevice(deviceId); local
570 Device* device = getDevice(deviceId); local
806 InputDevice* device = mNextDevice; local
852 InputDevice* device = new InputDevice(mReader.get(), deviceId, name); local
    [all...]
  /ndk/
ndk-gdb 25 # after doing ndk-build && ant install && <start-application-on-device>
228 echo " -d Connect to single target device"
229 echo " -s <serial> Connect to specific emulator or device"
350 # Check the ADB command, and that we can connect to the device/emulator
353 echo "ERROR: Could not connect to device or emulator!"
354 echo " Please check that an emulator is running or a device is connected"
360 # Check that the device is running Froyo (API Level 8) or higher
364 echo "ERROR: Could not find target device's supported API level!"
365 echo "ndk-gdb will only work if your device is running Android 2.2 or higher."
368 log "Device API Level: $API_LEVEL
    [all...]

Completed in 421 milliseconds

<<21222324252627282930>>