HomeSort by relevance Sort by last modified time
    Searched defs:getprop (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/perf-test-scripts/
get-freq 11 getprop() { function
34 echo Device: `adb shell getprop ro.product.model`
47 if fileexists $CPU_DIR/$core/online && [ `getprop $CPU_DIR/$core/online` -eq 0 ]; then
55 frequencies=(`getprop $CPU_DIR/$core/cpufreq/scaling_available_frequencies`)
64 frequency=`getprop $CPU_DIR/$core/cpufreq/scaling_cur_freq`
76 frequencies=(`getprop $GPU_DIR/devfreq/available_frequencies`)
78 frequencies=(`getprop $GPU_DIR/gpu_available_frequencies`)
80 frequencies=(`getprop /d/clock/gbus/possible_rates`)
94 freq=`getprop $GPU_DIR/max_gpuclk`
96 freq=`getprop /d/clock/override.gbus/rate
    [all...]
get-thermal 13 getprop() { function
22 local ERROR=`getprop $1 | grep "Invalid"`
24 eval "$2=`getprop $1`"
40 echo Device: `adb shell getprop ro.product.model`
set-cpu-freq 15 getprop() { function
42 echo Device: `adb shell getprop ro.product.model`
70 frequencies=(`getprop $DIR/$core/cpufreq/scaling_available_frequencies`)
98 if fileexists $DIR/$core/online && [ `getprop $DIR/$core/online` -eq 0 ]; then
103 frequency=`getprop $DIR/$core/cpufreq/scaling_cur_freq`
set-gpu-freq 15 getprop() { function
42 echo Device: `adb shell getprop ro.product.model`
46 frequencies=(`getprop $DIR/devfreq/available_frequencies`)
48 frequencies=(`getprop $DIR/gpu_available_frequencies`)
50 frequencies=(`getprop /d/clock/gbus/possible_rates`)
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
PropertyDeviceInfo.java 49 Process getprop = new ProcessBuilder("getprop").start(); local
50 scanner = new Scanner(getprop.getInputStream());
  /external/libdrm/freedreno/kgsl/
kgsl_pipe.c 194 static int getprop(int fd, enum kgsl_property_type type, function
205 #define GETPROP(fd, prop, x) do { \
206 if (getprop((fd), KGSL_PROP_##prop, &(x), sizeof(x))) { \
255 GETPROP(fd, VERSION, kgsl_pipe->version);
256 GETPROP(fd, DEVICE_INFO, kgsl_pipe->devinfo);
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 231 def getprop(self, prop_name): member in class:AdbProxy
234 This is a convenience wrapper for "adb shell getprop xxx".
243 return self.shell("getprop %s" % prop_name)
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 264 api_version = self.getprop("ro.build.version.sdk")
273 # adb getprop [property]
276 def getprop(self, property=None): member in class:ADB
279 return self._call_adb(*["shell", "getprop"]).split('\n')
281 return str(self._call_adb(*["shell", "getprop",
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 98 def getprop(self, params): member in class:MockAdbProxy
  /external/devlib/devlib/
target.py 1153 def getprop(self, prop=None): member in class:AndroidTarget
    [all...]
  /external/toybox/generated/
globals.h 1 // toys/android/getprop.c
1412 struct getprop_data getprop; member in union:global_union
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 399 milliseconds