HomeSort by relevance Sort by last modified time
    Searched full:devices (Results 1 - 25 of 1380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/rootdir/etc/
vold.fstab 12 ## <sysfs_path> - List of sysfs paths to source devices
17 dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
20 # dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
21 # dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
24 # dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
mountd.conf 16 driver_store_path /sys/devices/platform/usb_mass_storage/lun0/file
18 ##driver_store_path /sys/devices/platform/msm_hsusb/gadget/lun0/file
  /development/data/etc/
vold.conf 5 emu_media_path /devices/platform/goldfish_mmc.0/mmc_host/mmc0
9 ums_path /devices/platform/usb_mass_storage/lun0
  /external/e2fsprogs/tests/m_dasd_bs/
script 1 DESCRIPTION="2048 byte sector devices"
  /frameworks/base/core/java/android/hardware/
package.html 3 Provides support for hardware devices that may not be present on every Android device.
  /frameworks/base/services/jni/
com_android_server_LightsService.cpp 47 struct Devices {
67 Devices* devices; local
69 devices = (Devices*)malloc(sizeof(Devices));
73 devices->lights[LIGHT_INDEX_BACKLIGHT]
75 devices->lights[LIGHT_INDEX_KEYBOARD]
77 devices->lights[LIGHT_INDEX_BUTTONS]
79 devices->lights[LIGHT_INDEX_BATTERY
98 Devices* devices = (Devices*)ptr; local
109 Devices* devices = (Devices*)ptr; local
    [all...]
  /cts/tools/host/test/com/android/cts/
DeviceManagerTests.java 44 * Test allocating devices.
48 TestDevice[] devices; local
51 devices = dm.allocateDevices(1);
61 devices = dm.allocateDevices(-1);
67 devices = dm.allocateDevices(0);
68 assertEquals(0, devices.length);
71 devices = dm.allocateDevices(4);
77 devices = dm.allocateDevices(2);
78 assertEquals(2, devices.length);
79 assertEquals(d1SerialNumber, devices[0].getSerialNumber())
100 TestDevice[] devices; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
package.html 4 devices, connecting with devices, and managing data transfer between devices.</p>
12 <li>Scan for other Bluetooth devices</li>
13 <li>Query the local Bluetooth adapter for paired Bluetooth devices</li>
15 <li>Connect to specified sockets on other devices</li>
16 <li>Transfer data to and from other devices</li>
28 Not all Android devices are guaranteed to have Bluetooth functionality.</p>
  /frameworks/base/tools/layoutlib/
README 2 The goal of the library is to provide layout rendering in Eclipse that are very very close to their rendering on devices.
4 None of the com.android.* or android.* classes in layoutlib run on devices
  /development/samples/BluetoothChat/
_index.html 1 <p>This application allows two Android devices to carry out
5 <li>Scanning for other Bluetooth devices</li>
6 <li>Querying the local Bluetooth adapter for paired Bluetooth devices</li>
  /device/htc/passion-common/
vold.fstab 13 ## <sysfs_path> - List of sysfs paths to source devices
17 dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
  /device/samsung/crespo/
vold.fstab 12 ## <sysfs_path> - List of sysfs paths to source devices
15 dev_mount sdcard /mnt/sdcard 3 /devices/platform/s3c-sdhci.0/mmc_host/mmc0/mmc0:0001/block/mmcblk0
  /frameworks/base/data/etc/
handheld_core_hardware.xml 17 <!-- These are the hardware components that all handheld devices
18 must include. Devices with optional hardware must also include extra
21 Handheld devices include phones, mobile Internet devices (MIDs),
23 devices.
34 <!-- devices with GPS must include android.hardware.location.gps.xml -->
35 <!-- devices with an autofocus camera and/or flash must include either
38 <!-- devices with a front facing camera must include
40 <!-- devices with WiFi must also include android.hardware.wifi.xml -->
41 <!-- devices that support multitouch must include the most appropriate on
    [all...]
android.hardware.location.xml 17 <!-- These are the location features for devices that do not include GPS. Note
18 that network location is required for all devices. -->
  /build/core/
device.mk 25 $(info DEVICES.$(1).$(v) := $(DEVICES.$(1).$(v))))\
29 define dump-devices
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
44 #TODO: check to make sure that devices have all the necessary vars defined
45 define import-devices
46 $(call import-nodes,DEVICES,$(1),$(_device_var_list))
56 $(foreach d,$(DEVICES), \
57 $(if $(filter $(dn),$(DEVICES.$(d).DEVICE_NAME)), \
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
TestLayoutDevicesXsd.java 33 * Tests local validation of a Layout-Devices sample XMLs using an XML Schema validator.
171 "<d:layout-devices xmlns:d=\"http://schemas.android.com/sdk/android/layout-devices/1\" >" +
173 "</d:layout-devices>",
184 "<d:layout-devices xmlns:d=\"http://schemas.android.com/sdk/android/layout-devices/1\" >" +
186 "</d:layout-devices>",
197 "<d:layout-devices xmlns:d=\"http://schemas.android.com/sdk/android/layout-devices/1\" />");
205 "<d:layout-devices xmlns:d=\"http://schemas.android.com/sdk/android/layout-devices/1\" >" +
    [all...]
  /development/samples/BluetoothChat/res/values/
strings.xml 29 <string name="scanning">scanning for devices...</string>
31 <string name="none_paired">No devices have been paired</string>
32 <string name="none_found">No devices found</string>
33 <string name="title_paired_devices">Paired Devices</string>
34 <string name="title_other_devices">Other Available Devices</string>
35 <string name="button_scan">Scan for devices</string>
  /frameworks/base/docs/html/guide/topics/sensors/
index.jd 13 <p>The compass provides data on the devices current polar orientation.</p
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxbufstr.h 3 * Copyright 1988, 1989, 1990, 1994 Network Computing Devices, Inc.
9 * documentation, and that the name Network Computing Devices, Inc. not be
13 * THIS SOFTWARE IS PROVIDED `AS-IS'. NETWORK COMPUTING DEVICES, INC.,
17 * COMPUTING DEVICES, INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING
  /external/kernel-headers/original/linux/
sysdev.h 2 * System devices follow a slightly different driver model.
8 * want to perform basic operations on these devices.
10 * We also support auxillary drivers binding to devices of a certain class.
12 * This allows configurable drivers to register themselves for devices of
17 * for all system devices, and get notification calls for each device.
33 /* Default operations for these types of devices */
80 * sys_devices can be simplified a lot from regular devices, because they're
  /external/e2fsprogs/misc/
blkid.8.in 51 more devices.
59 If you want to start with a clean cache (i.e. don't report devices previously
73 option. If there are multiple devices that match the specified search
77 block devices. If this option is not specified,
79 will print all of the devices that match the search parameter.
102 (specified) devices.
108 Search for block devices with tokens named
112 and display any devices which are found.
120 If there are no devices specified on the command line, all block devices
    [all...]
  /development/pdk/docs/
README 3 engineers doing building devices) is also built as part of the site build.
8 compatibility -- information about building compatible devices
  /device/htc/common/updater/
Android.mk 8 # UI libraries for specific devices (passion, sapphire, dream). It
20 # doing radio and hboot updates on HTC devices.
  /frameworks/base/docs/html/guide/appendix/
index.jd 7 <dt><a href="g-app-intents.html">Intents List: Invoking Google Applications on Android Devices</a></dt>
8 <dd>Intents you can send to invoke Google applications on Android devices.</dd>
  /external/qemu/hw/
boards.h 1 /* Declarations for use by board files for creating devices. */

Completed in 937 milliseconds

1 2 3 4 5 6 7 8 91011>>