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

1 2 3 4 5 6 7 891011>>

  /packages/services/Car/car_product/sepolicy/public/
file.te 4 # partition names for their devices.
  /platform_testing/scripts/perf-setup/
dragon-setup.sh 10 echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
11 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
12 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
13 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
  /compatibility/cdd/9_security-model/
9_14_automotive-system-isolation.md 3 Android Automotive devices are expected to exchange data with critical vehicle
4 subsystems by using the [vehicle HAL](http://source.android.com/devices/automotive.html)
  /external/chromium-trace/catapult/devil/devil/android/
device_list.py 5 """A module to keep track of devices across builds."""
15 """Returns a list of devices.
18 file_name: the file name containing a list of devices.
28 devices = json.load(f)
29 if not isinstance(devices, list) or not all(isinstance(d, basestring)
30 for d in devices):
31 logger.warning('Unrecognized device file format: %s', devices)
33 return [d for d in devices if d != '(error)']
  /external/libmojo/third_party/catapult/devil/devil/android/
device_list.py 5 """A module to keep track of devices across builds."""
13 """Returns a list of devices.
16 file_name: the file name containing a list of devices.
26 devices = json.load(f)
27 if not isinstance(devices, list) or not all(isinstance(d, basestring)
28 for d in devices):
29 logging.warning('Unrecognized device file format: %s', devices)
31 return [d for d in devices if d != '(error)']
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
adb_run_shell_cmd.py 17 'Run an adb shell command on selected devices')
19 parser.add_argument('-d', '--device', action='append', dest='devices',
21 help='Device to run cmd on. Runs on all devices if not '
22 'specified. Set multiple times for multiple devices')
34 devices = device_utils.DeviceUtils.HealthyDevices(
35 blacklist=args.blacklist_file, device_arg=args.devices)
37 p_out = (device_utils.DeviceUtils.parallel(devices).RunShellCommand(
42 for device, output in zip(devices, p_out):
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.cpp 41 * @param[in] devices selected for the given input source.
47 status_t Element<audio_source_t>::set(audio_devices_t devices)
49 if (devices != AUDIO_DEVICE_NONE) {
50 devices |= AUDIO_DEVICE_BIT_IN;
52 if (!audio_is_input_device(devices)) {
54 __FUNCTION__, devices, getName().c_str());
57 ALOGD("%s: 0x%X for input source %s", __FUNCTION__, devices, getName().c_str());
58 mApplicableDevices = devices;
  /hardware/interfaces/camera/
README.md 7 operate camera devices available on the device.
12 [source.android.com](http://source.android.com/devices/camera/index.html).
  /tools/acloud/
README.md 2 standard APIs to access and control Cloud Android devices (i.e., Android Virtual
3 Devices on Google Compute Engine) instantiated by using the Android source code
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cDxe.uni 5 // devices on I2C bus and produce I2C IO Protocol on I2C devices.
19 #string STR_MODULE_ABSTRACT #language en-US "This driver produce I2C Host Protocol on I2C controller handle, enumerate I2C devices on I2C bus and produce I2C IO Protocol on I2C devices."
21 #string STR_MODULE_DESCRIPTION #language en-US "This driver produce I2C Host Protocol on I2C controller handle, enumerate I2C devices on I2C bus and produce I2C IO Protocol on I2C devices."
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalDxe.uni 2 // Terminal module installs Simple Text Input(ex)/Out protocols for serial devices.
5 // protocols based on Serial I/O protocol for serial devices including hotplug serial
6 // devices.
20 #string STR_MODULE_ABSTRACT #language en-US "Terminal module installs Simple Text Input(ex)/Out protocols for serial devices"
22 #string STR_MODULE_DESCRIPTION #language en-US "This module will install Simple Text Input (Ex) protocol and Simple Test Output protocols based on Serial I/O protocol for serial devices including hotplug serial devices."
  /test/vti/test_serving/gae/webapp/src/dashboard/
device_list.py 32 devices = device_query.fetch()
37 if devices:
38 devices = sorted(
39 devices, key=lambda x: (x.hostname, x.product, x.status),
44 "devices": devices,
  /external/autotest/client/common_lib/cros/fake_device_server/
devices_unittest.py 7 """Unit tests for devices.py."""
14 from fake_device_server import devices
22 """Tests for the Devices class."""
31 self.devices = devices.Devices(
44 new_device = self.devices.create_device(None, good_device_config)
52 self.devices.create_device, None, bad_device_config)
58 returned_json = self.devices.GET(1234)
63 self.devices.GET, 1235
    [all...]
  /frameworks/av/services/audiopolicy/
audio_policy.conf 7 # lists input and output devices always present on the device
9 # Devices are designated by a string that corresponds to the enum in audio.h
24 # other attributes (attached devices, default device) have to be included in the
36 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding
42 # - Optionally a "devices" section:
43 # This section contains descriptors for audio devices with attributes like an address or a
44 # gain controller. The syntax for the devices section and device descriptor is as follows:
45 # devices {
71 # its name in their "devices" section instead of specifying a device type. e.g. :
77 # devices <device name
    [all...]
  /external/autotest/server/cros/network/
rf_switch_client_box.py 23 """Class to manage devices in the Client Box."""
45 self.devices = None
49 """Return all devices in the Client Box.
53 if self.devices is None:
54 self.devices = self.get_devices_using_labels([RF_SWITCH_DUT])
55 return self.devices
58 """Returns all devices with the passed labels in the Client Box.
68 devices = []
73 devices.append(host.hostname)
74 return devices
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/
BtFactoryResetTest.py 36 """Test that BluetoothAdapter.factoryReset removes bonded devices
38 After having bonded devices, call the factoryReset method
39 in BluetoothAdapter to clear all bonded devices. Verify that
40 no bonded devices exist after calling function.
43 1. Two Android devices should bond successfully.
45 3. Verify that there are no bonded devices on dut.
48 BluetoothAdapter should not have any bonded devices.
58 self.log.error("Failed to bond devices.")
62 self.log.info("Verifying There are no bonded devices.")
65 self.log.error("Bonded devices still exist."
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/
sdklib-23.0.1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.2/
sdklib-23.0.2-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.1.0/
sdklib-23.1.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.1.3/
sdklib-23.1.3-javadoc.jar 

Completed in 2028 milliseconds

1 2 3 4 5 6 7 891011>>