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

<<31323334353637383940>>

  /frameworks/support/print/
build.gradle 18 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /frameworks/support/slidingpanelayout/
build.gradle 20 description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
  /hardware/interfaces/camera/common/
README.md 12 [source.android.com](http://source.android.com/devices/camera/index.html).
  /hardware/qcom/audio/
Android.mk 1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
  /hardware/qcom/audio/hal/msm8916/
platform.h 33 * Below are the devices for which is back end is same, SLIMBUS_0_RX.
34 * All these devices are handled by the internal HW codec. We can
35 * enable any one of these devices at any time. An exception here is
46 /* Sound devices specific to the platform
48 * devices to enable corresponding mixer paths
53 /* Playback devices */
98 * Note: IN_BEGIN should be same as OUT_END because total number of devices
99 * SND_DEVICES_MAX should not exceed MAX_RX + MAX_TX devices.
101 /* Capture devices */
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp 721 AudioHardwareALSA::openOutputStream(uint32_t devices,
728 ALOGV("openOutputStream: devices 0x%x channels %d sampleRate %d",
729 devices, *channels, *sampleRate);
738 if (devices & (devices - 1)) {
740 ALOGE("openOutputStream called with bad devices");
746 if((devices == AudioSystem::DEVICE_OUT_DIRECTOUTPUT) &&
775 alsa_handle.devices = devices;
805 alsa_handle.devices = AudioSystem::DEVICE_OUT_PROXY
    [all...]
  /hardware/qcom/power/
Android.mk 1 # TODO: Find a better way to separate build configs for ADP vs non-ADP devices
  /packages/apps/DevCamera/res/values/
styles.xml 5 by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
  /packages/apps/Email/res/xml/
providers_product.xml 4 platform devices should be defined in providers.xml.
senders_product.xml 4 platform devices should be defined in senders.xml.
  /packages/apps/Test/connectivity/PMC/res/values/
styles.xml 6 res/values-v11/styles.xml on API 14+ devices.
  /packages/services/Car/evs/sepolicy/
evs_driver.te 9 # Allow use of USB devices, gralloc buffers, and surface flinger
  /platform_testing/tests/perf/PerformanceLaunch/res/values/
styles.xml 5 by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
  /system/core/adb/
OVERVIEW.TXT 7 - keep track of all Android devices and emulators instances
19 is to sense the USB ports to know when devices are attached/removed,
22 It thus maintains a list of "connected devices" and assigns a 'state'
28 services and devices.
35 (through USB for devices, through TCP for emulators) and provide a
44 devices when they are in the bootloader or recovery mode.
64 communicate with a device at all. A typical example is "adb devices"
65 which is used to return the list of currently known devices and their
126 - USB transports, for physical devices through USB
  /system/extras/app-launcher/
app-launcher 116 $adb shell "echo performance > /sys/devices/system/cpu/cpu$i/cpufreq/scaling_g\
118 $adb shell "echo 2499000 > /sys/devices/system/cpu/cpu$i/cpufreq/scaling_max_fr\
137 $adb shell "echo performance > /sys/devices/system/cpu/cpu$i/cpufreq/scaling_governor"
138 $adb shell "echo 1833000 > /sys/devices/system/cpu/cpu$i/cpufreq/scaling_max_freq"
151 $adb shell 'echo 0 > /sys/devices/system/cpu/cpu0/online'
152 $adb shell 'echo 0 > /sys/devices/system/cpu/cpu1/online'
153 $adb shell 'echo 0 > /sys/devices/system/cpu/cpu2/online'
154 $adb shell 'echo 0 > /sys/devices/system/cpu/cpu3/online'
157 $adb shell 'echo 1 > /sys/devices/system/cpu/cpu0/online'
158 $adb shell 'echo 1 > /sys/devices/system/cpu/cpu1/online
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
blkid.te 7 # Allowed read-only access to encrypted devices to extract UUID/label
vold.te 11 # domain when working with untrusted block devices
  /system/sepolicy/prebuilts/api/27.0/private/
blkid.te 7 # Allowed read-only access to encrypted devices to extract UUID/label
vold.te 11 # domain when working with untrusted block devices
  /system/sepolicy/prebuilts/api/28.0/private/
blkid.te 7 # Allowed read-only access to encrypted devices to extract UUID/label
vold.te 10 # domain when working with untrusted block devices
  /system/sepolicy/private/
blkid.te 7 # Allowed read-only access to encrypted devices to extract UUID/label
vold.te 10 # domain when working with untrusted block devices
  /test/vts-testcase/kernel/ltp/shell_environment/
shell_commands.py 17 FILEPATH_CPU_PRESENT = '/sys/devices/system/cpu/present'
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
ilp32-1.d 14 Machine: Advanced Micro Devices X86-64

Completed in 659 milliseconds

<<31323334353637383940>>