HomeSort by relevance Sort by last modified time
    Searched refs:device (Results 276 - 300 of 782) sorted by null

<<11121314151617181920>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
dma-mapping.h 15 #include <linux/device.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
dma-mapping.h 15 #include <linux/device.h>
  /bootable/recovery/
roots.c 32 const char *device; member in struct:__anon592
228 if (info->device == g_mtd_device) {
243 if (info->device == NULL || info->mount_point == NULL ||
251 if (mount(info->device, info->mount_point, info->filesystem,
254 LOGE("Can't mount %s\n(%s)\n", info->device, strerror(errno));
259 info->device, info->device2, strerror(errno));
301 if (info == NULL || info->device != g_mtd_device ||
314 * a device with no relative path after it.
326 if (info == NULL || info->device == NULL) {
331 /* Don't try to format a mounted device
    [all...]
  /external/bluetooth/bluez/src/
sdpd-database.c 49 bdaddr_t device; member in struct:__anon1124
169 void sdp_record_add(const bdaddr_t *device, sdp_record_t *rec)
182 bacpy(&dev->device, device);
276 int sdp_check_access(uint32_t handle, bdaddr_t *device)
288 if (bacmp(&a->device, device) &&
289 bacmp(&a->device, BDADDR_ANY) &&
290 bacmp(device, BDADDR_ANY))
  /external/kernel-headers/original/linux/
dmaengine.h 26 #include <linux/device.h>
34 * @DMA_RESOURCE_SUSPEND: DMA device going into low power state
35 * @DMA_RESOURCE_RESUME: DMA device returning to full power
36 * @DMA_RESOURCE_ADDED: DMA device added to the system
37 * @DMA_RESOURCE_REMOVED: DMA device removed from the system
84 * @device: ptr to the dma device who supplies this channel, always !%NULL
87 * @class_dev: class device for sysfs
92 * @device_node: used to add this to the device chan list
97 struct dma_device *device; member in struct:dma_chan
    [all...]
msm_audio.h 66 uint32_t device; member in struct:msm_snd_device_config
76 uint32_t device; member in struct:msm_snd_volume_config
  /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:__anon4293
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...]
  /device/htc/dream-sapphire/libsensors/
sensors.c 53 struct sensors_control_device_t device; member in struct:sensors_control_context_t
59 struct sensors_data_device_t device; member in struct:sensors_data_context_t
89 struct hw_device_t** device);
549 //LOGD("(device close) about to close fd=%d", ctx->events_fd);
558 /** Open a new instance of a sensor device using name */
560 struct hw_device_t** device)
568 dev->device.common.tag = HARDWARE_DEVICE_TAG;
569 dev->device.common.version = 0;
570 dev->device.common.module = module;
571 dev->device.common.close = control__close
    [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...]
partinfo.c 23 #define BLKGETSIZE _IO(0x12,96) /* return device size */
26 void print_error(char *operation, int error, char *device)
28 fprintf(stderr, _("%s failed for %s: %s\n"), operation, device,
45 fprintf(stderr, _("Usage: %s device...\n\nPrints out the"
46 "partition information for each given device.\n"),
  /hardware/ti/omap3/liboverlay/
overlay.cpp 95 struct overlay_control_device_t device; member in struct:overlay_control_context_t
103 struct overlay_data_device_t device; member in struct:overlay_data_context_t
131 const char* name, struct hw_device_t** device);
451 LOGE("Failed to open overlay device\n");
1057 overlay_data_device_t *overlay_dev = &ctx->device;
1089 const char* name, struct hw_device_t** device)
1102 dev->device.common.tag = HARDWARE_DEVICE_TAG;
1103 dev->device.common.version = 0;
1104 dev->device.common.module = const_cast<hw_module_t*>(module);
1105 dev->device.common.close = overlay_control_close
    [all...]
  /system/core/toolbox/
getevent.c 121 static int open_device(const char *device, int print_flags)
132 fd = open(device, O_RDWR);
135 fprintf(stderr, "could not open %s, %s\n", device, strerror(errno));
141 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno));
146 fprintf(stderr, "could not get driver id for %s, %s\n", device, strerror(errno));
153 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
157 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
161 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
179 printf("add device %d: %s\n", nfds, device)
325 const char *device = NULL; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 95 static void DirectFB_DeleteDevice(SDL_VideoDevice *device)
97 SDL_free(device->hidden);
98 SDL_free(device);
103 SDL_VideoDevice *device; local
106 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
107 if (device)
109 SDL_memset (device, 0, (sizeof *device));
110 device->hidden = (struct SDL_PrivateVideoData *) malloc (sizeof (*device->hidden))
    [all...]
  /bionic/libc/kernel/common/linux/mmc/
host.h 76 struct device;
79 struct device *dev;
  /bionic/libc/kernel/common/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /external/bluetooth/bluez/audio/
gstavdtpsink.h 53 gchar *device; member in struct:_GstAvdtpSink
87 const gchar* device);
  /external/bluetooth/bluez/input/
Android.mk 8 device.c \
  /external/e2fsprogs/lib/blkid/
read.c 48 * <device [<NAME="value"> ...]>device_name</device>
51 * <ID="id"> unique (within this file) ID number of this device
55 * The following tags may be present, depending on the device contents
133 * line starts with "<device" return 1 -> continue parsing line
149 if (!strncmp(p, "<device", 7)) {
150 DBG(DEBUG_READ, printf("found device header: %8s\n", p));
168 if (!strncmp(*cp, "</device>", 9)) {
169 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp));
178 * Allocate a new device struct with device name filled in. Will handl
    [all...]
  /external/libpcap/
pcap-nit.c 202 strncpy(sa.sa_data, device, sizeof(sa.sa_data));
245 if (p->device != NULL)
246 free(p->device);
250 pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
277 (void)strncpy(snit.snit_ifname, device, NITIFSIZ);
300 * We need the device name in order to send packets.
302 p->device = strdup(device);
303 if (p->device == NULL) {
  /external/stlport/
libstlport.mk 3 # Only use this on the device or emulator.
  /external/tinyxml/
Android.mk 30 # For the device
  /hardware/libhardware/include/hardware/
hardware.h 76 /** Open a specific device */
78 struct hw_device_t** device);
83 * Every device data structure must begin with hw_device_t
93 /** reference to the module this device belongs to */
99 /** Close this device */
100 int (*close)(struct hw_device_t* device);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 76 struct device;
79 struct device *dev;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 58 uint32_t device; member in struct:msm_snd_device_config
68 uint32_t device; member in struct:msm_snd_volume_config
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mmc/
host.h 76 struct device;
79 struct device *dev;

Completed in 877 milliseconds

<<11121314151617181920>>