Searched refs:cpu (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/tests/scripts/
H A Dprep_fugu.sh3 cpubase=/sys/devices/system/cpu
31 cpu=0
33 while [ $((cpu < 3)) -eq 1 ]; do
34 echo "Setting cpu ${cpu} & $(($cpu + 1)) cluster to $S hz"
36 adb shell "echo 1 > $cpubase/cpu${cpu}/online" &> /dev/null
37 adb shell "echo userspace > $cpubase/cpu${cpu}/
[all...]
H A Dprep_buller.sh4 cpubase=/sys/devices/system/cpu
18 cpu=0
20 while [ $((cpu < 4)) -eq 1 ]; do
21 echo "Setting cpu $cpu to $S hz"
22 adb shell "echo 1 > $cpubase/cpu${cpu}/online"
23 adb shell "echo userspace > $cpubase/cpu${cpu}/$gov"
24 adb shell "echo $S > $cpubase/cpu
[all...]
H A Dprep_marlfish.sh3 cpubase=/sys/devices/system/cpu
19 cpu=0
22 while [ $((cpu < 3)) -eq 1 ]; do
24 echo "Setting cpu ${cpu} & $(($cpu + 1)) cluster to $S hz"
25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufre
[all...]
H A Dprep_volantis.sh22 # cpu possible frequencies
30 echo "set cpu $cpu to $S hz";
31 adb shell "echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
32 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"
33 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq"
34 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed"
37 adb shell "echo 0 > /sys/devices/system/cpu/cpuquiet/tegra_cpuquiet/enable"
/frameworks/rs/perf-test-scripts/
H A Dget-freq4 CPU_DIR="/sys/devices/system/cpu"
40 cores=`adb shell ls /sys/devices/system/cpu/ | grep cpu[0-9].* | tr -d '\r'`
43 # display cpu
H A Dset-cpu-freq6 DIR="/sys/devices/system/cpu"
46 cores=`adb shell ls /sys/devices/system/cpu/ | grep cpu[0-9].* | tr -d '\r'`
/frameworks/base/cmds/bootanimation/iot/
H A DBootAction.cpp22 #include <cpu-features.h>
170 ALOGE("Unsupported cpu family: %d", android_getCpuFamily());
/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp39 // the ratio that the service is synced on the same cpu beyond
88 << " tid: " << gettid() << " cpu: " << sched_getcpu() << endl;
114 // int32: caller cpu
117 // int32: 1 if caller's cpu != callee's cpu
119 // note the caller cpu read here is not always correct
121 // right after it read the cpu number and still before the transaction.
135 int cpu = sched_getcpu(); local
137 if (cpu != cpu_caller) {
265 static void parcel_fill(Parcel& data, int sz, int priority, int cpu) { argument
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp53 RsdCpuReferenceImpl *cpu = new RsdCpuReferenceImpl(rsc); local
54 if (!cpu) {
57 if (!cpu->init(version_major, version_minor, lfn, slfn)) {
58 delete cpu;
62 cpu->setSelectRTCallback(pSelectRTCallback);
64 cpu->setBccPluginName(pBccPluginName);
67 return cpu;
237 int cpu = sysconf(_SC_NPROCESSORS_CONF); local
239 cpu = mRSC->props.mDebugMaxThreads;
241 if (cpu <
[all...]
/frameworks/ml/nn/runtime/
H A DExecutionPlan.cpp691 const bool cpu = (size_t(bestDeviceIndex) == deviceCount - 1); local
694 << (cpu ? "CPU" : devices[bestDeviceIndex]->getName());
695 plan->becomeSingleStep(cpu ? nullptr : devices[bestDeviceIndex], this);
829 // is a ratio of device/cpu rather than a number in joules or
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h128 ;// _M_TRY cpu, variant fall back list
167 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
168 IF "$cpu"<>_CPU
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h128 ;// _M_TRY cpu, variant fall back list
170 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
171 IF "$cpu"<>_CPU

Completed in 269 milliseconds