/development/apps/BluetoothDebug/ |
AndroidManifest.xml | 15 <action android:name="android.bluetooth.device.action.FOUND" /> 16 <action android:name="android.bluetooth.device.action.DISAPPEARED" /> 17 <action android:name="android.bluetooth.device.action.CLASS_CHANGED" /> 18 <action android:name="android.bluetooth.device.action.ACL_CONNECTED" /> 19 <action android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" /> 20 <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED" /> 21 <action android:name="android.bluetooth.device.action.NAME_CHANGED" /> 22 <action android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" /> 23 <action android:name="android.bluetooth.device.action.NAME_FAILED" /> 24 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" / [all...] |
/external/quake/ |
setupdevice.sh | 3 # Copy Quake's data files from perforce to the Android device's data directory. 23 echo "Creating Quake directories on the device" 29 echo "Copying Quake data files to the device. (This could take several minutes)"
|
/external/webkit/WebCore/css/ |
MediaFeatureNames.h | 36 macro(device_aspect_ratio, "device-aspect-ratio") \ 37 macro(device_pixel_ratio, "-webkit-device-pixel-ratio") \ 38 macro(device_height, "device-height") \ 39 macro(device_width, "device-width") \ 42 macro(max_device_aspect_ratio, "max-device-aspect-ratio") \ 43 macro(max_device_pixel_ratio, "-webkit-max-device-pixel-ratio") \ 44 macro(max_device_height, "max-device-height") \ 45 macro(max_device_width, "max-device-width") \ 51 macro(min_device_aspect_ratio, "min-device-aspect-ratio") \ 52 macro(min_device_pixel_ratio, "-webkit-min-device-pixel-ratio") [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
virtio_config.h | 9 /* We have seen device and processed generic fields (VIRTIO_CONFIG_F_VIRTIO) */ 11 /* We have found a driver for the device. */ 15 /* We've given up on this device. */
|
/sdk/emulator/qtools/tests/gtrace/ |
Makefile | 4 QEMU=$(P4ROOT)/device/tools/qemu/arm-softmmu/qemu-system-arm 5 QTOOLS=$(P4ROOT)/device/tools/qtools 15 $(QTOOLS)/q2g -r $(P4ROOT)/device/out/linux-arm-release/symbols foo test.elf foo.gtrace
|
/system/core/rootdir/etc/ |
mountd.conf | 5 ## root block device with partition map or raw FAT file system 8 ## mount point for block device 14 ## path to the UMS driver file for specifying the block device path
|
/external/bluetooth/bluez/test/ |
test-device | 13 make_option("-i", "--device", action="store", 44 device = dbus.Interface(bus.get_object("org.bluez", path), variable 45 "org.bluez.Device") 46 properties = device.GetProperties() 55 device = adapter.CreateDevice(args[1]) variable 56 print device 75 device = dbus.Interface(bus.get_object("org.bluez", path), variable 76 "org.bluez.Device") 81 services = device.DiscoverServices(pattern); 95 device = dbus.Interface(bus.get_object("org.bluez", path) variable 106 device = dbus.Interface(bus.get_object("org.bluez", path), variable 117 device = dbus.Interface(bus.get_object("org.bluez", path), variable 131 device = dbus.Interface(bus.get_object("org.bluez", path), variable 151 device = dbus.Interface(bus.get_object("org.bluez", path), variable [all...] |
/external/bluetooth/bluez/tools/ |
hcitool.1 | 30 The command is applied to device 33 , which must be the name of an installed Bluetooth device. If not specified, 34 the command will be sent to the first available Bluetooth device. 41 Inquire remote devices. For each discovered device, Bluetooth device address, 45 Inquire remote devices. For each discovered device, device name are printed. 48 Print device name of remote device with Bluetooth address 52 Print device name, version and supported features of remote device wit [all...] |
/device/htc/passion/ |
extract-files.sh | 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT 19 DEVICE=passion 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 23 adb pull /system/bin/akmd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/akmd 24 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/akmd 25 adb pull /system/bin/mm-venc-omx-test ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/mm-venc-omx-test 26 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/mm-venc-omx-test 27 adb pull /system/bin/parse_radio_log ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/parse_radio_log 28 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/parse_radio_log 29 adb pull /system/etc/AdieHWCodecSetting.csv ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/AdieHWCodecSetting.cs [all...] |
passion_as.mk | 18 # This is the device-specific product configuration for passion, 22 # The gps config appropriate for this device 23 $(call inherit-product, device/common/gps/gps_as_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
passion_eu.mk | 18 # This is the device-specific product configuration for passion, 22 # The gps config appropriate for this device 23 $(call inherit-product, device/common/gps/gps_eu_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
passion_us.mk | 18 # This is the device-specific product configuration for passion, 22 # The gps config appropriate for this device 23 $(call inherit-product, device/common/gps/gps_us_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
recovery.fstab | 1 # mount point fstype device [device2]
|
/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...] |
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysvideo.cc | 79 static void QT_DeleteDevice(SDL_VideoDevice *device) 81 SDL_free(device->hidden); 82 SDL_free(device); 87 SDL_VideoDevice *device; local 90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 91 if ( device ) { 92 SDL_memset(device, 0, (sizeof *device)); 93 device->hidden = (struct SDL_PrivateVideoData *) 94 SDL_malloc((sizeof *device->hidden)) [all...] |
/device/samsung/crespo/ |
extract-files.sh | 17 # This file is generated by device/common/generate-blob-scripts.sh - DO NOT EDIT 19 DEVICE=crespo 22 mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary 23 adb pull /system/etc/gps.conf ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gps.conf 24 adb pull /system/lib/libpn544_fw.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libpn544_fw.so 25 adb pull /system/lib/libsecril-client.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libsecril-client.so 26 adb pull /system/vendor/bin/gpsd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd 27 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd 28 adb pull /system/vendor/bin/pvrsrvinit ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit 29 chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvini [all...] |
/external/libpcap/ |
pcap-dos.h | 109 extern struct device el2_dev LOCKED_VAR; /* 3Com EtherLink II */ 110 extern struct device el3_dev LOCKED_VAR; /* EtherLink III */ 111 extern struct device tc59_dev LOCKED_VAR; /* 3Com Vortex Card (?) */ 112 extern struct device tc515_dev LOCKED_VAR; 113 extern struct device tc90x_dev LOCKED_VAR; 114 extern struct device tc90bcx_dev LOCKED_VAR; 115 extern struct device wd_dev LOCKED_VAR; 116 extern struct device ne_dev LOCKED_VAR; 117 extern struct device acct_dev LOCKED_VAR; 118 extern struct device cs89_dev LOCKED_VAR 142 struct device { struct [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/dc/ |
SDL_dcvideo.c | 70 static void DC_DeleteDevice(SDL_VideoDevice *device) 72 SDL_free(device->hidden); 73 SDL_free(device); 78 SDL_VideoDevice *device; local 81 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); 82 if ( device ) { 83 SDL_memset(device, 0, (sizeof *device)); 84 device->hidden = (struct SDL_PrivateVideoData *) 85 SDL_malloc((sizeof *device->hidden)) [all...] |
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
usbhost.c | 145 D("Created device discovery thread\n"); 190 D("new device %s\n", path); 193 D("gone device %s\n", path); 234 void usb_device_close(struct usb_device *device) 236 close(device->fd); 237 free(device); 242 struct usb_device *device = calloc(1, sizeof(struct usb_device)); local 249 length = read(fd, device->desc, sizeof(device->desc)); 254 strncpy(device->dev_name, dev_name, sizeof(device->dev_name) - 1) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigManagerDialog.java | 86 public DeviceSelection(DeviceType type, LayoutDevice device, 89 this.device = device; 94 final LayoutDevice device; field in class:ConfigManagerDialog.DeviceSelection 135 LayoutDevice device = (LayoutDevice)parentElement; local 136 return device.getConfigs().entrySet().toArray(); 157 LayoutDevice device = (LayoutDevice)element; local 158 return device.getConfigs().size() > 0; 245 newShell.setText("Device Configurations"); 288 if (selection.device != null) 475 LayoutDevice device = null; 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...] |
/build/target/board/generic_x86/ |
buildspec-generic_x86.mk | 5 # The eth0 device should be started with dhcp on boot.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
DevicePickerActivity.java | 44 * {@link Activity} that shows a list of paired and new devices and returns the device selected 45 * by the user. When the user selects a paired device, it forwards them to the Bluetooth settings 58 private ArrayAdapter<Device> mNewDevicesAdapter; 60 private ArrayAdapter<Device> mPairedDevicesAdapter; 70 mPairedDevicesAdapter = new ArrayAdapter<Device>(this, R.layout.bt_device_name); 78 mNewDevicesAdapter = new ArrayAdapter<Device>(this, R.layout.bt_device_name); 134 for (BluetoothDevice device : pairedDevices) { 135 mPairedDevicesAdapter.add(Device.fromBluetoothDevice(device)); 152 Device device = (Device) parent.getItemAtPosition(position) local 190 BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); local [all...] |
/development/ndk/platforms/android-3/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...] |