/frameworks/base/media/java/android/mtp/ |
package.html | 3 <p>Provides APIs that let you interact directly with connected cameras and other devices, using the 5 application can receive notifications when devices are attached and removed, manage files and 6 storage on those devices, and transfer files and metadata from the devices.</p>
|
/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
|
/packages/experimental/AndroidVendorSecurityTool/ |
README | 4 from infected devices. Currently on market and pushed directly 5 to affected devices.
|
/external/e2fsprogs/tests/m_dasd_bs/ |
script | 1 DESCRIPTION="2048 byte sector devices"
|
/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-powered devices provide Bluetooth functionality.</p>
|
/frameworks/base/docs/html/guide/developing/tools/ |
avd.html | 3 <meta http-equiv="refresh" content="0;url=http://developer.android.com/guide/developing/devices/index.html"> 8 href="http://developer.android.com/guide/developing/devices/index.html">click here</a>.</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>
|
/development/samples/WiFiDirectDemo/assets/ |
sample_file.txt | 3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and write this file (…)
|
/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. 36 <!-- devices with GPS must include android.hardware.location.gps.xml --> 37 <!-- devices with an autofocus camera and/or flash must include either 40 <!-- devices with a front facing camera must include 42 <!-- devices with WiFi must also include android.hardware.wifi.xml --> 43 <!-- devices that support multitouch must include the most appropriate on [all...] |
tablet_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. 37 <!-- devices with GPS must include android.hardware.location.gps.xml --> 38 <!-- devices with a rear-facing camera must include one of these as appropriate: 42 <!-- devices with a front facing camera must include 44 <!-- devices with WiFi must also include android.hardware.wifi.xml --> 45 <!-- devices with an ambient light sensor must also includ [all...] |
/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>
|
/development/samples/USB/AdbTest/ |
README.txt | 5 connecting to multiple devices and running multiple adb commands simultaneously. 9 - Matching devices based on interface class, subclass and protocol (see device_filter.xml)
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
devicemanager.cc | 203 std::vector<Device> devices; local 205 if (GetAudioInputDevices(&devices) && !devices.empty()) { 208 if (GetAudioOutputDevices(&devices) && !devices.empty()) { 211 if (GetVideoCaptureDevices(&devices) && !devices.empty()) { 217 bool DeviceManager::GetAudioInputDevices(std::vector<Device>* devices) { 218 return GetAudioDevicesByPlatform(true, devices); 221 bool DeviceManager::GetAudioOutputDevices(std::vector<Device>* devices) { 259 std::vector<Device> devices; local 273 std::vector<Device> devices; local 289 std::vector<Device> devices; local 313 std::vector<Device> devices; local 481 CComPtr<IMMDeviceCollection> devices; local [all...] |
/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 65 devices which no longer exist. 74 option. If there are multiple devices that match the specified search 78 block devices. If this option is not specified, 80 will print all of the devices that match the search parameter. 93 (print the devices in a user-friendly format), 99 Print the devices in a user-friendly list format. This is the 108 (specified) devices. 114 Search for block devices with tokens name [all...] |
/development/samples/AndroidBeamDemo/ |
_index.html | 3 application must be installed on two devices that have NFC capabilities, running Android 4.0 or later.</p>
|
/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
|