/ndk/build/platforms/android-8/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-8/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 *,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
ILaunchController.java | 27 * Launches an application on a device or emulator 30 * @param device the device or emulator to launch the application on 32 public void launchApp(DelayedLaunchInfo launchInfo, IDevice device);
|
/external/bluetooth/bluez/serial/ |
manager.c | 56 #include "device.h" 78 static int serial_probe(struct btd_device *device, const char *uuid) 80 struct btd_adapter *adapter = device_get_adapter(device); 81 const gchar *path = device_get_path(device); 89 rec = btd_device_get_record(device, uuid); 106 device_get_address(device, &dst); 111 static void serial_remove(struct btd_device *device) 113 const gchar *path = device_get_path(device); 121 static int port_probe(struct btd_device *device, GSList *uuids) 124 serial_probe(device, uuids->data) [all...] |
/external/skia/src/core/ |
SkBlitBWMaskTemplate.h | 50 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy); local 55 SK_BLITBWMASK_DEVTYPE* dst = device; 62 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes); 88 device -= left_edge & 7; 98 SK_BLITBWMASK_BLIT8(mask, device); 100 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes); 107 SK_BLITBWMASK_DEVTYPE* dst = device; 126 device = (SK_BLITBWMASK_DEVTYPE*)((char*)device + bitmap_rowBytes) [all...] |
SkBlitter_RGB16.cpp | 64 SkRGB16_Blitter(const SkBitmap& device, const SkPaint& paint); 89 SkRGB16_Opaque_Blitter(const SkBitmap& device, const SkPaint& paint); 103 SkRGB16_Black_Blitter(const SkBitmap& device, const SkPaint& paint); 114 SkRGB16_Shader_Blitter(const SkBitmap& device, const SkPaint& paint); 135 SkRGB16_Shader16_Blitter(const SkBitmap& device, const SkPaint& paint); 146 SkRGB16_Shader_Xfermode_Blitter(const SkBitmap& device, const SkPaint& paint); 164 SkRGB16_Black_Blitter::SkRGB16_Black_Blitter(const SkBitmap& device, const SkPaint& paint) 165 : INHERITED(device, paint) { 211 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop); variable 227 *device = SkAlphaMulRGB16(*device, SkAlpha255To256(255 - aa)) 240 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable 279 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable 302 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable 382 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop); variable 485 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); local 501 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); local 578 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable 587 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable 642 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop); variable 666 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); local 682 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); local 703 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable 767 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable 900 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable 965 uint16_t* device = fDevice.getAddr16(x, y); local 979 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y); variable [all...] |
SkCoreBlitters.h | 26 SkRasterBlitter(const SkBitmap& device) : fDevice(device) {} 37 SkShaderBlitter(const SkBitmap& device, const SkPaint& paint); 55 SkA8_Blitter(const SkBitmap& device, const SkPaint& paint); 74 SkA8_Shader_Blitter(const SkBitmap& device, const SkPaint& paint); 95 SkARGB32_Blitter(const SkBitmap& device, const SkPaint& paint); 117 SkARGB32_Opaque_Blitter(const SkBitmap& device, const SkPaint& paint) 118 : INHERITED(device, paint) { SkASSERT(paint.getAlpha() == 0xFF); } 127 SkARGB32_Black_Blitter(const SkBitmap& device, const SkPaint& paint) 128 : INHERITED(device, paint) { [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_video.c | 49 static void ph_DeleteDevice(SDL_VideoDevice *device); 72 SDL_VideoDevice* device; local 75 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 76 if (device) 78 SDL_memset(device, 0, (sizeof *device)); 79 device->hidden = (struct SDL_PrivateVideoData*)SDL_malloc((sizeof *device->hidden)); 80 device->gl_data = NULL; 82 if ((device == NULL) || (device->hidden == NULL) [all...] |
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTestCase.java | 24 * Helper JUnit test case that stores reference to an Android device and test data. 26 * Can be extended to verify an Android device's response to various adb commands. 30 /** Android device under test */ 41 public void setDevice(IDevice device) { 42 mDevice = device; 68 // ensure device has been set before test is run
|
/device/htc/common/ |
common_small.mk | 27 $(call inherit-product, device/htc/common/common.mk)
|
/external/bluetooth/bluez/network/ |
connection.h | 26 int connection_register(struct btd_device *device, const char *path,
|
/external/kernel-headers/original/linux/ |
clk.h | 14 struct device; 28 * @dev: device for clock "consumer" 39 struct clk *clk_get(struct device *dev, const char *id);
|
rtc.h | 110 #include <linux/device.h> 119 int (*open)(struct device *); 120 void (*release)(struct device *); 121 int (*ioctl)(struct device *, unsigned int, unsigned long); 122 int (*read_time)(struct device *, struct rtc_time *); 123 int (*set_time)(struct device *, struct rtc_time *); 124 int (*read_alarm)(struct device *, struct rtc_wkalrm *); 125 int (*set_alarm)(struct device *, struct rtc_wkalrm *); 126 int (*proc)(struct device *, struct seq_file *); 127 int (*set_mmss)(struct device *, unsigned long secs) [all...] |
/frameworks/base/libs/ui/ |
EventHub.cpp | 124 device_t* device = getDevice(deviceId); local 125 if (device == NULL) return String8(); 126 return device->name; 132 device_t* device = getDevice(deviceId); local 133 if (device == NULL) return 0; 134 return device->classes; 141 device_t* device = getDevice(deviceId); local 142 if (device == NULL) return -1; 146 if(ioctl(mFDs[id_to_index(device->id)].fd, EVIOCGABS(axis), &info)) { 147 LOGE("Error reading absolute controller %d for device %s fd %d\n" 175 device_t* device = getDevice(deviceId); local 199 device_t* device = getDevice(deviceId); local 222 device_t* device = getDevice(deviceId); local 254 device_t* device = getDevice(deviceId); local 332 device_t* device = mClosingDevices; local 343 device_t* device = mOpeningDevices; local 596 device_t* device = new device_t(devid|mDevicesById[devid].seq, deviceName, name); local 784 device_t* device = mDevices[i]; local [all...] |
/external/blktrace/btt/ |
devmap.c | 26 char device[32], devno[32]; member in struct:devmap 35 if (strstr(line, "Device") != NULL) 39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) { 48 char *dev_map_find(__u32 device) 53 sprintf(this, "%u,%u", MAJOR(device), MINOR(device)); 58 return dmp->device;
|
latency.c | 29 FILE *latency_open(__u32 device, char *name, char *post) 37 mjr = device >> MINORBITS; 38 mnr = device & ((1 << MINORBITS) - 1); 52 dip->q2d_ofp = latency_open(dip->device, q2d_name, "q2d"); 53 dip->d2c_ofp = latency_open(dip->device, d2c_name, "d2c"); 54 dip->q2c_ofp = latency_open(dip->device, q2c_name, "q2c");
|
/external/bluetooth/bluez/cups/ |
main.c | 122 static char *device_get_ieee1284_id(const char *adapter, const char *device) 132 message = dbus_message_new_method_call("org.bluez", device, 133 "org.bluez.Device", 190 struct cups_device *device; local 193 /* Look for the device in the list */ 195 device = (struct cups_device *) l->data; 197 if (strcmp(device->bdaddr, bdaddr) == 0) { 198 if (device->name != name) { 199 g_free(device->name); 200 device->name = g_strdup(name) 389 struct cups_device *device = (struct cups_device *) l->data; local 414 struct cups_device *device = (struct cups_device *) l->data; local 631 char *ptr, str[3], device[18], service[12]; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
SDL_svgavideo.c | 101 static void SVGA_DeleteDevice(SDL_VideoDevice *device) 103 SDL_free(device->hidden); 104 SDL_free(device); 109 SDL_VideoDevice *device; local 112 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 113 if ( device ) { 114 SDL_memset(device, 0, (sizeof *device)); 115 device->hidden = (struct SDL_PrivateVideoData *) 116 SDL_malloc((sizeof *device->hidden)) [all...] |
/hardware/libhardware/include/hardware/ |
gralloc.h | 37 * Name of the graphics device to open 68 /* buffer will be used with the framebuffer device */ 184 * Every device data structure must begin with hw_device_t 318 /** convenience API for opening and closing a supported device */ 321 struct alloc_device_t** device) { 323 GRALLOC_HARDWARE_GPU0, (struct hw_device_t**)device); 326 static inline int gralloc_close(struct alloc_device_t* device) { 327 return device->common.close(&device->common); 332 struct framebuffer_device_t** device) { [all...] |
sensors.h | 35 * Name of the sensors device to open 102 * This API is relative to the screen of the device in its default orientation, 103 * that is, if the device can be used in portrait or landscape, this API 105 * the axis are not swapped when the device's screen orientation changes. 166 * device minus the force of gravity. 173 * When the device lies flat on a table and is pushed on its left side 176 * When the device lies flat on a table, the acceleration value is +9.81, 177 * which correspond to the acceleration of the device (0 m/s^2) minus the 180 * When the device lies flat on a table and is pushed toward the sky, the 182 * acceleration of the device (+A m/s^2) minus the force of [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DeviceMonitor.java | 39 * A Device monitor. This connects to the Android Debug Bridge and get device and 58 private final ArrayList<Device> mDevices = new ArrayList<Device>(); 79 new Thread("Device List Monitor") { //$NON-NLS-1$ 128 Device[] getDevices() { 130 return mDevices.toArray(new Device[mDevices.size()]); 176 Log.d("DeviceMonitor", "Connected to adb for device monitoring"); 231 Log.d("DeviceMonitor", "Connecting to adb for Device List Monitoring..."); 275 * Processes an incoming device message from the socke 293 Device device = new Device(this, param[0] \/*serialnumber*\/, local 324 Device device = mDevices.get(d); local 536 Device device = client.getDeviceImpl(); local 574 Device device = (Device)attachment; local [all...] |
/external/bluetooth/bluez/src/ |
dbus-hci.c | 54 #include "device.h" 66 struct btd_device **device, 80 *device = adapter_get_device(connection, *adapter, peer_addr); 82 *device = adapter_find_device(*adapter, peer_addr); 84 if (create && !*device) { 85 error("Unable to get device object!"); 118 return "audio-card"; /* Other audio device */ 155 * level events(eg: device attached/dettached. 160 struct btd_device *device) 162 struct btd_adapter *adapter = device_get_adapter(device); 203 struct btd_device *device; local 219 struct btd_device *device = user_data; local 247 struct btd_device *device = user_data; local 279 struct btd_device *device = user_data; local 343 struct btd_device *device; local 423 struct btd_device *device; local 435 struct btd_device *device; local 448 struct btd_device *device; local 472 struct btd_device *device; local 506 struct btd_device *device; local 598 struct btd_device *device; local 624 struct btd_device *device; local 667 struct btd_device *device; local 729 struct btd_device *device; local 751 struct btd_device *device; local 899 struct btd_device *device; local 983 struct btd_device *device; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysvideo.cc | 78 static void BE_DeleteDevice(SDL_VideoDevice *device) 80 SDL_free(device->hidden); 81 SDL_free(device); 86 SDL_VideoDevice *device; local 89 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 90 if ( device ) { 91 SDL_memset(device, 0, (sizeof *device)); 92 device->hidden = (struct SDL_PrivateVideoData *) 93 SDL_malloc((sizeof *device->hidden)) [all...] |