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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.1.4/
sdklib-23.1.4-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.2.0/
sdklib-23.2.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.2.1/
sdklib-23.2.1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.2.2/
sdklib-23.2.2-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.2.4/
sdklib-23.2.4-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.2.5/
sdklib-23.2.5-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.2.8/
sdklib-23.2.8-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.0.0/
sdklib-24.0.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/24.5.0/
sdklib-24.5.0-javadoc.jar 
  /external/webrtc/talk/media/devices/
devicemanager.cc 28 #include "talk/media/devices/devicemanager.h"
32 #include "talk/media/devices/deviceinfo.h"
33 #include "talk/media/devices/filevideocapturer.h"
34 #include "talk/media/devices/yuvframescapturer.h"
94 std::vector<Device> devices; local
96 if (GetAudioInputDevices(&devices) && !devices.empty()) {
99 if (GetAudioOutputDevices(&devices) && !devices.empty()) {
102 if (GetVideoCaptureDevices(&devices) && !devices.empty())
144 std::vector<Device> devices; local
287 std::vector<Device> devices; local
306 std::vector<Device> devices; local
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Strategy.cpp 42 * @param[in] devices selected for the given strategy.
47 status_t Element<routing_strategy>::set<audio_devices_t>(audio_devices_t devices)
49 if (!audio_is_output_devices(devices) || devices == AUDIO_DEVICE_NONE) {
51 __FUNCTION__, devices, getName().c_str());
54 ALOGD("%s: 0x%X for strategy %s", __FUNCTION__, devices, getName().c_str());
55 mApplicableDevices = devices;
  /frameworks/base/tests/JankBench/scripts/
runall.py 8 from devices import DEVICES
22 dev = DEVICES[device]
26 for name, dev in DEVICES.iteritems():
45 start_device(device, DEVICES[device])
48 adbutil.trace(DEVICES[device])
52 for name, dev in DEVICES.iteritems():
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1-javadoc.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3-javadoc.jar 
  /frameworks/native/data/etc/
wearable_core_hardware.xml 17 <!-- These are the hardware and software components that all wearable devices
18 must include. Devices with optional hardware/software must also include
21 Wearable devices include watches, glasses, backpacks, and sweaters.
28 <!-- devices supporting compass/magnitometer sensor must include
42 <!-- devices with GPS must include device/google/clockwork/gps.xml -->
43 <!-- devices with an autofocus camera and/or flash must include either
46 <!-- devices with a front facing camera must include
48 <!-- devices with WiFi must also include android.hardware.wifi.xml -->
49 <!-- devices that support multitouch must include the most appropriate one
62 <!-- devices with an ambient light sensor must also includ
    [all...]
  /build/make/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)), \
  /hardware/qcom/audio/hal/msm8960/
platform.h 21 * Below are the devices for which is back end is same, SLIMBUS_0_RX.
22 * All these devices are handled by the internal HW codec. We can
23 * enable any one of these devices at any time
29 /* Sound devices specific to the platform
31 * devices to enable corresponding mixer paths
36 /* Playback devices */
66 * Note: IN_BEGIN should be same as OUT_END because total number of devices
67 * SND_DEVICES_MAX should not exceed MAX_RX + MAX_TX devices.
69 /* Capture devices */
  /test/vti/test_serving/gae/webapp/src/
vtslab_status.py 20 # for devices detected via "fastboot devices" shell command.
22 # for devices detected via "adb devices" shell command.
28 # for devices in error state.
30 # for devices which timed out (not detected either via fastboot or adb).
36 # for devices detected but not scheduled.
38 # for devices scheduled but not running.
40 # for devices scheduled for currently leased job(s).
  /external/chromium-trace/catapult/devil/devil/android/tools/
wait_for_devices.py 6 """Waits for the given devices to be available."""
26 help='Seconds to wait for the devices.')
29 help='Serials of the devices to wait for.')
36 devices = device_utils.DeviceUtils.HealthyDevices(
38 parallel_devices = device_utils.DeviceUtils.parallel(devices)
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
script_common_test.py 22 devices = [
27 return_value=devices):
29 devices,
33 devices = [
38 return_value=devices):
  /platform_testing/scripts/perf-setup/
angler-setup.sh 8 cpubase=/sys/devices/system/cpu
22 echo -n 0 > /sys/devices/system/cpu/cpu4/online
23 echo -n 0 > /sys/devices/system/cpu/cpu5/online
24 echo -n 0 > /sys/devices/system/cpu/cpu6/online
25 echo -n 0 > /sys/devices/system/cpu/cpu7/online
  /system/sepolicy/prebuilts/api/26.0/public/
fsck_untrusted.te 1 # Any fsck program run on untrusted block devices
11 # Run fsck on vold block devices
20 # block devices. With that information, it runs stat() on each block
24 # Allow stat access to all block devices so that fsck can compare
32 # Untrusted fsck should never be run on block devices holding sensitive data
  /system/sepolicy/prebuilts/api/27.0/public/
fsck_untrusted.te 1 # Any fsck program run on untrusted block devices
11 # Run fsck on vold block devices
20 # block devices. With that information, it runs stat() on each block
24 # Allow stat access to all block devices so that fsck can compare
32 # Untrusted fsck should never be run on block devices holding sensitive data
  /system/sepolicy/prebuilts/api/28.0/public/
fsck_untrusted.te 1 # Any fsck program run on untrusted block devices
11 # Run fsck on vold block devices
20 # block devices. With that information, it runs stat() on each block
24 # Allow stat access to all block devices so that fsck can compare
32 # Untrusted fsck should never be run on block devices holding sensitive data

Completed in 1625 milliseconds

1 2 3 4 5 6 7 8 91011>>