/external/chromium_org/build/android/ |
adb_install_apk.py | 74 devices = android_commands.GetAttachedDevices() 77 if options.device not in devices: 78 raise Exception('Error: %s not in attached devices %s' % (options.device, 79 ','.join(devices))) 80 devices = [options.device] 82 if not devices: 83 raise Exception('Error: no connected devices') 85 device_utils.DeviceUtils.parallel(devices).Install(
|
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/ |
signed_in_devices_api.cc | 51 // Helper routine to get all signed in devices. The helper takes in 59 ScopedVector<DeviceInfo> devices = device_tracker->GetAllDeviceInfo(); local 70 CreateMappingForUnmappedDevices(&(devices.get()), 77 return devices.Pass(); 88 // Devices are not sync'ing. 131 ScopedVector<DeviceInfo> devices = local 136 for (ScopedVector<DeviceInfo>::const_iterator it = devices.begin(); 137 it != devices.end();
|
/external/chromium_org/components/proximity_auth/ |
proximity_auth_system.h | 15 // remote devices (i.e. phones), this object will handle the connection, 16 // authentication, and protocol for all the devices.
|
/external/chromium_org/content/public/browser/ |
media_capture_devices.h | 12 // This is a singleton class, used to get Audio/Video devices, it must be 19 // Return all Audio/Video devices.
|
/external/chromium_org/media/video/capture/ |
file_video_capture_device_factory.h | 13 // fake devices. These devices play back video-only files as video capture
|
/external/chromium_org/media/video/capture/mac/ |
video_capture_device_factory_mac.h | 14 // Extension of VideoCaptureDeviceFactory to create and manipulate Mac devices. 34 // Cache of |ui_task_runner| for enumerating devices there for QTKit.
|
/external/chromium_org/tools/profile_chrome/ |
controllers_unittest.py | 16 devices = android_commands.GetAttachedDevices() 19 self.device = device_utils.DeviceUtils(devices[0])
|
/external/chromium_org/tools/usb_gadget/ |
hid_constants.py | 14 See Device Class Definition for Human Interface Devices (HID) Version 1.11 25 See Device Class Definition for Human Interface Devices (HID) Version 1.11 36 See Device Class Definition for Human Interface Devices (HID) Version 1.11 51 See Device Class Definition for Human Interface Devices (HID) Version 1.11 65 See Device Class Definition for Human Interface Devices (HID) Version 1.11 76 See Device Class Definition for Human Interface Devices (HID) Version 1.11 92 See Device Class Definition for Human Interface Devices (HID) Version 1.11 105 See Device Class Definition for Human Interface Devices (HID) Version 1.11
|
/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>
|
/frameworks/base/docs/html/guide/topics/admin/ |
index.jd | 3 page.landing.intro=If you are an enterprise administrator, you can take advantage of APIs and system capabilities to manage Android devices and control access. 16 bring their personal Android devices to work. In this post, we?re going to have a look at the key
|
/frameworks/base/docs/html/guide/webapps/ |
index.jd | 13 client-side application (developed using the Android SDK and installed on user devices in an APK) 15 browser—there's nothing to install on user devices).</p> 17 <p>If you chose to provide a web-based app for Android-powered devices, you can rest 30 <p>To start developing web pages for Android-powered devices, see the following documents:</p> 35 <dd>How to properly size your web app on Android-powered devices and support 37 application that you at least expect to be available on Android-powered devices (which you should 38 assume for anything you publish on the web), but especially if you're targeting mobile devices 49 Android-powered devices.</dd>
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
index.jd | 1 page.title=Connecting Devices Wirelessly 35 enable communication with other devices on the same local network, and even 36 devices which are not on a network, but are physically nearby. The addition of 44 connecting to other devices from your application. Specifically, it 59 <dd>Learn how to fetch a list of nearby peer devices, create an access point 60 for legacy devices, and connect to other devices capable of Wi-Fi P2P 64 <dd>Learn how to discover services published by nearby devices without being
|
/frameworks/native/data/etc/ |
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. -->
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
win32devicemanager.cc | 28 #include "talk/media/devices/win32devicemanager.h" 133 // If there are multiple capture devices, we want the first USB one. 135 std::vector<Device> devices; local 136 ret = (GetVideoCaptureDevices(&devices) && !devices.empty()); 138 *device = devices[0]; 139 for (size_t i = 0; i < devices.size(); ++i) { 140 if (strnicmp(devices[i].id.c_str(), kUsbDevicePathPrefix, 142 *device = devices[i]; 164 bool Win32DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) { 267 CComPtr<IMMDeviceCollection> devices; local [all...] |
/prebuilts/devtools/tools/lib/ |
sdklib.jar | |
/developers/build/prebuilts/androidtv/visual-game-controller/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/developers/build/templates/CardStream/_MODULE_/src/template/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/developers/samples/android/renderScript/BasicRenderScript/Application/src/main/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/development/ndk/platforms/android-17/samples/Teapot/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/development/ndk/platforms/android-18/samples/MoreTeapots/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|
/development/samples/ControllerSample/res/values-v14/ |
styles.xml | 6 res/values-v11/styles.xml on API 14+ devices.
|