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

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/bluez/test/
apitest 133 print 'Failed to get default device: %s' % e
137 self.device = dbus.Interface(obj, 'org.bluez.Adapter')
139 print 'Failed to setup device path: %s' % e
151 print 'Failed to setup signal handler for device path: %s' % e
173 print ' -i <dev> Specify device (e.g. "hci0" or "/org/bluez/hci0")'
217 for device in devices:
218 print device
229 print self.device.GetAddress()
231 print self.device.GetManufacturer()
233 print self.device.GetVersion(
    [all...]
  /external/kernel-headers/original/asm-arm/
dma-mapping.h 7 #include <linux/device.h>
20 * Return whether the given device DMA address mask can be supported
21 * properly. For example, if your device can only drive the low 24-bits
28 static inline int dma_supported(struct device *dev, u64 mask)
33 static inline int dma_set_mask(struct device *dev, u64 dma_mask)
63 * @dev: valid struct device pointer, or NULL for ISA and EISA-like devices
67 * Allocate some uncached, unbuffered memory for a device for
70 * device-viewed address.
73 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp);
77 * @dev: valid struct device pointer, or NULL for ISA and EISA-like device
    [all...]
  /external/bluetooth/bluez/input/
manager.c 39 #include "../src/device.h"
41 #include "device.h"
50 static void input_remove(struct btd_device *device, const char *uuid)
52 const gchar *path = device_get_path(device);
59 static int hid_device_probe(struct btd_device *device, GSList *uuids)
61 struct btd_adapter *adapter = device_get_adapter(device);
62 const gchar *path = device_get_path(device);
63 const sdp_record_t *rec = btd_device_get_record(device, uuids->data);
72 device_get_address(device, &dst);
74 return input_device_register(connection, device, path, &src, &dst
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 35 * Registers which apk was installed on which device.
38 * information about whether a new APK should be installed on a device prior to running the
41 * The manager uses {@link IProject} and {@link IDevice} to identify the target device and the
52 * Internal struct to associate a project and a device.
55 public ApkInstall(IProject project, String packageName, IDevice device) {
58 this.device = device;
66 return (device == apkObj.device && project.equals(apkObj.project) &&
75 return (device.getSerialNumber() + project.getName() + packageName).hashCode()
80 final IDevice device; field in class:ApkInstallManager.ApkInstall
    [all...]
  /build/core/
device.mk 22 define dump-device
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
34 # $(1): device to inherit
36 define inherit-device
42 # $(1): device makefile list
51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
65 $(error No matches for device "$(dn)"), \
66 $(error Device "$(dn)" ambiguous: matches $(d)) \
72 # $(1): short device name like "sooner
    [all...]
  /external/blktrace/btt/
bno_dump.c 27 static FILE *bno_dump_open(__u32 device, char rwc)
33 mjr = device >> MINORBITS;
34 mnr = device & ((1 << MINORBITS) - 1);
51 void *bno_dump_alloc(__u32 device)
58 bdp->rfp = bno_dump_open(device, 'r');
59 bdp->wfp = bno_dump_open(device, 'w');
60 bdp->cfp = bno_dump_open(device, 'c');
trace_plug.c 32 dip_unplug(u_iop->t.device, BIT_TIME(u_iop->t.time), get_nio_up(u_iop));
38 dip_unplug_tm(ut_iop->t.device, BIT_TIME(ut_iop->t.time),
45 dip_plug(p_iop->t.device, BIT_TIME(p_iop->t.time));
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
VersionLoader.java 21 import com.android.hierarchyviewer.device.DeviceBridge;
32 public static int loadServerVersion(IDevice device) {
33 return loadVersion(device, "SERVER");
36 public static int loadProtocolVersion(IDevice device) {
37 return loadVersion(device, "PROTOCOL");
40 private static int loadVersion(IDevice device, String command) {
48 DeviceBridge.getDeviceLocalPort(device)));
  /bootable/recovery/mtdutils/
mounts.c 27 const char *device; member in struct:MountedVolume
48 free((char *)volume->device);
116 char device[64]; local
125 device, mount_point, filesystem, flags);
128 device[sizeof(device)-1] = '\0';
135 v->device = strdup(device);
164 find_mounted_volume_by_device(const char *device)
172 if (v->device != NULL)
    [all...]
  /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/skia/src/core/
SkBlitter_ARGB32.cpp 28 const SkIRect& clip, const SkBitmap& device,
43 SkARGB32_Blitter::SkARGB32_Blitter(const SkBitmap& device, const SkPaint& paint)
44 : INHERITED(device) {
82 uint32_t* device = fDevice.getAddr32(x, y); local
94 sk_memset32(device, color, count);
97 SkBlitRow::Color32(device, count, sc);
102 device += count;
164 uint32_t* device = fDevice.getAddr32(x, y); local
174 *device = SkBlendARGB32(srcColor, *device, aa)
208 uint32_t* device = adjustForSubpixelClip(mask, clip, fDevice, &widthAdjustment, &heightAdjustment, &alpha32); local
231 uint32_t* device = fDevice.getAddr32(x, y); local
254 uint32_t* device = fDevice.getAddr32(x, y); local
284 uint32_t* device = fDevice.getAddr32(x, y); local
324 uint32_t* device = adjustForSubpixelClip(mask, clip, fDevice, &widthAdjustment, &heightAdjustment, &alpha32); local
347 uint32_t* device = fDevice.getAddr32(clip.fLeft, clip.fTop); local
366 uint32_t* device = fDevice.getAddr32(x, y); local
422 uint32_t* device = fDevice.getAddr32(x, y); local
442 uint32_t* device = fDevice.getAddr32(x, y); local
    [all...]
SkBlitter_A8.cpp 23 SkA8_Blitter::SkA8_Blitter(const SkBitmap& device, const SkPaint& paint)
24 : INHERITED(device)
46 uint8_t* device = fDevice.getAddr8(x, y);
50 memset(device, 0xFF, width);
59 device[i] = SkToU8(srcA + SkAlphaMul(device[i], scale));
69 uint8_t* device = fDevice.getAddr8(x, y);
81 memset(device, 0xFF, count);
89 device[i] = SkToU8(sa + SkAlphaMul(device[i], scale))
156 uint8_t* device = fDevice.getAddr8(x, y); local
200 uint8_t* device = fDevice.getAddr8(x, y); local
282 uint8_t* device = fDevice.getAddr8(x, y); local
325 uint8_t* device = fDevice.getAddr8(x, y); local
372 uint8_t* device = fDevice.getAddr8(x, y); local
    [all...]
  /bionic/libc/kernel/common/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 37 /** Time to wait after device reports that boot is complete. */
42 /** This is used during device restart for blocking until the device has been reconnected. */
73 * @param num the number of required device
86 throw new DeviceNotAvailableException("The number of connected device("
101 + num + ") of idle device(s).");
109 * @return The device list.
131 * Append the device to the device list.
133 * @param device The device to be appended to the device list
327 TestDevice device = searchTestDevice(deviceSerialNumber); local
    [all...]
ReferenceAppTestPackage.java 71 * Run the package over the device.
73 * @param device The device to run the package.
76 * @throws DeviceDisconnectedException if the device disconnects during the test
79 public void run(final TestDevice device, final String javaPkgName,
88 device.setRuntimeListener(device);
91 device.installAPK(appToTestApkPath);
92 device.waitForCommandFinish();
97 device.installAPK(testApkPath)
220 private final TestDevice device; field in class:ReferenceAppTestPackage.ReferenceAppResultsObserver
    [all...]
  /frameworks/base/core/java/android/app/backup/
RestoreSet.java 36 * Identifier of the device whose data this is. This will be as unique as
39 public String device; field in class:RestoreSet
55 device = _dev;
67 out.writeString(device);
84 device = in.readString();
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
device.h 30 struct device;
48 int (*match)(struct device * dev, struct device_driver * drv);
49 int (*uevent)(struct device *dev, char **envp,
51 int (*probe)(struct device * dev);
52 int (*remove)(struct device * dev);
53 void (*shutdown)(struct device * dev);
54 int (*suspend)(struct device * dev, pm_message_t state);
55 int (*resume)(struct device * dev);
58 struct device * bus_find_device(struct bus_type *bus, struct device *start
172 struct device { struct
    [all...]
transport_class.h 15 #include <linux/device.h>
22 int (*setup)(struct transport_container *, struct device *,
24 int (*configure)(struct transport_container *, struct device *,
26 int (*remove)(struct transport_container *, struct device *,

Completed in 593 milliseconds

1 2 34 5 6 7 8 91011>>