HomeSort by relevance Sort by last modified time
    Searched full:devices (Results 501 - 525 of 10871) sorted by null

<<21222324252627282930>>

  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.5.0/
sdklib-24.5.0-sources.jar 
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/
template-params.xml 32 This application allows two Android devices to carry out two-way text chat over
34 (1) Scanning for other Bluetooth devices
35 (2) Querying the local Bluetooth adapter for paired Bluetooth devices
61 <img>screenshots/2-devices.png</img>
73 This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using
80 This sample should be run on two Android devices at the same time, to establish a two-way chat over
81 Bluetooth between the devices. Select "Made discoverable" in overflow menu on one device and click
87 2. [Scanning][3] for other Bluetooth devices
88 3. [Querying][4] the local Bluetooth adapter for paired Bluetooth devices
  /hardware/interfaces/camera/device/
README.md 7 individual camera devices. Instances of camera.device HAL interface can be obtained
17 [source.android.com](http://source.android.com/devices/camera/index.html).
23 HIDL version of the legacy camera device HAL. Intended as a shim for devices
26 May be used in HIDL passthrough mode for devices upgrading to the Android O
27 release; must be used in binderized mode for devices launching in the O release.
29 It is strongly recommended to not use this interface for new devices, as new
30 devices may not use this interface starting with the Android P release, and all
59 May be used in passthrough mode for devices upgrading to the Android O release;
60 must be used in binderized mode for all new devices launching with Android O or
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManagerStrings.uni 23 #string STR_DEVICES_LIST #language en-US "Devices List"
24 #language fr-FR "Devices List"
25 #string STR_DISK_DEVICE #language en-US "Disk Devices"
26 #language fr-FR "Disk Devices"
27 #string STR_VIDEO_DEVICE #language en-US "Video Devices"
28 #language fr-FR "Video Devices"
29 #string STR_NETWORK_DEVICE #language en-US "Network Devices"
30 #language fr-FR "Network Devices"
31 #string STR_INPUT_DEVICE #language en-US "Input Devices"
32 #language fr-FR "Input Devices"
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 177 this.listDevices_(function (devices) {
178 for (var i = 0; i < devices.length; i++) {
179 if (!this.connectedDevices_[devices[i]]) {
180 this.connectedDevices_[devices[i]] = devices[i];
181 callback(this.connectedDevices_[devices[i]]);
185 if (devices.length == 0) {
186 console.log('Error: No connected devices!');
188 console.log('Error: There is no enough connected devices.');
195 child.exec('adb devices' , function (error, stdout, stderr)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java 23 import com.android.sdklib.devices.Device;
24 import com.android.sdklib.devices.DeviceManager;
25 import com.android.sdklib.devices.Screen;
57 Collection<Device> devices = deviceManager.getDevices(DeviceManager.DeviceFilter.DEFAULT); local
58 assertNotNull(devices);
59 assertTrue(devices.size() > 0);
60 configuration.setDevice(devices.iterator().next(), false);
117 List<Device> devices = Lists.newArrayList(deviceManager.getDevices(DeviceManager.DeviceFilter.DEFAULT)); local
118 assertNotNull(devices);
119 assertTrue(devices.size() > 0)
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Devices.c 2 Main file for devices shell Driver1 function.
32 @param[in, out] Devices On successful return this buffer will be
33 contain the number of devices controlled.
51 IN OUT UINTN *Devices,
66 || Devices == NULL
76 *Devices = 0;
97 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer);
98 if (!EFI_ERROR(Status) && Devices != NULL && HandleBuffer != NULL) {
99 for (Count = 0 ; Count < *Devices ; Count++) {
123 Function for 'devices' command.
    [all...]
  /external/autotest/client/profilers/powertop/src/
usb.c 42 dir = opendir("/sys/bus/usb/devices");
49 sprintf(filename, "/sys/bus/usb/devices/%s/power/autosuspend", dirent->d_name);
55 sprintf(filename, "/sys/bus/usb/devices/%s/power/level", dirent->d_name);
76 dir = opendir("/sys/bus/usb/devices");
83 sprintf(filename, "/sys/bus/usb/devices/%s/power/autosuspend", dirent->d_name);
98 sprintf(filename, "/sys/bus/usb/devices/%s/power/level", dirent->d_name);
  /external/autotest/server/site_tests/audio_AudioRoutingUSB/
audio_AudioRoutingUSB.py 73 devices = set()
76 devices.add(line[1:])
77 logging.info('opened devices: %s', devices)
78 if len(devices) != 1:
80 return devices.pop()
  /external/chromium-trace/catapult/devil/devil/android/tools/
flash_device.py 37 logger.critical('Device(s) in blacklist, not flashing devices:')
54 devices = script_common.GetDevices(args.devices, args.blacklist_file)
55 device_utils.DeviceUtils.parallel(devices).pMap(flash)
58 logger.info('The following devices were flashed:')
61 logger.critical('The following devices failed to flash:')
  /external/webrtc/webrtc/sound/
nullsoundsystem.cc 109 SoundSystemInterface::SoundDeviceLocatorList *devices) {
110 ClearSoundDeviceLocatorList(devices);
113 devices->push_back(device);
118 SoundSystemInterface::SoundDeviceLocatorList *devices) {
119 ClearSoundDeviceLocatorList(devices);
122 devices->push_back(device);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java 47 * Broadcast when someone want to select one BT device from devices list.
61 /** Ask device picker to show all kinds of BT devices */
63 /** Ask device picker to show BT devices that support AUDIO profiles */
65 /** Ask device picker to show BT devices that support Object Transfer */
68 * Ask device picker to show BT devices that support
72 /** Ask device picker to show BT devices that support Network Access Point (NAP) profile */
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbUtil.java 28 * Util methods to work with USB devices.
32 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); local
33 ArrayList<UsbDevice> androidDevices = new ArrayList<>(devices.size());
34 for (UsbDevice device : devices.values()) {
83 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); local
84 for (UsbDevice dev : devices.values()) {
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/
sdklib-23.0.1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.2/
sdklib-23.0.2-sources.jar 

Completed in 407 milliseconds

<<21222324252627282930>>