Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/frameworks/base/libs/hwui/tests/scripts/
Dprep_taieye.sh1 nr=$(adb shell cat /proc/cpuinfo | grep processor | wc -l)
6 adb shell stop vendor.perfd
7 adb shell stop thermal-engine
15 adb shell "echo userspace > $cpubase/cpu${cpu}/cpufreq/scaling_governor"
16 adb shell "echo 1 > $cpubase/cpu${cpu}/online"
17 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
18 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
24 adb shell "echo 0 > $cpubase/cpu${cpu}/online"
29 adb shell "echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split"
30 adb shell "echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on"
[all …]
Dprep_buller.sh3 nr=$(adb shell cat /proc/cpuinfo | grep processor | wc -l)
9 adb shell stop thermal-engine
10 adb shell stop perfd
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${cpu}/cpufreq/scaling_max_freq"
25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed"
32 adb shell "echo 0 > $cpubase/cpu${cpu}/online"
37 adb shell "echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split"
[all …]
Dprep_marlfish.sh7 adb shell stop thermal-engine
8 adb shell stop perfd
23 adb shell "echo userspace > $cpubase/cpu2/cpufreq/scaling_governor"
25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
31 adb shell "echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split"
32 adb shell "echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on"
33 adb shell "echo 10000 > /sys/class/kgsl/kgsl-3d0/idle_timer"
36 adb shell "echo 13763 > /sys/class/devfreq/soc:qcom,gpubw/min_freq" &> /dev/null
40 adb shell "echo performance > /sys/class/kgsl/kgsl-3d0/devfreq/governor"
[all …]
Dprep_fugu.sh8 thermal=$(adb shell "getprop persist.service.thermal")
13 adb shell "setprop persist.service.thermal 0"
16 thermal=$(adb shell "getprop persist.service.thermal")
25 adb shell stop perfprod
36 adb shell "echo 1 > $cpubase/cpu${cpu}/online" &> /dev/null
37 adb shell "echo userspace > $cpubase/cpu${cpu}/$gov"
38 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
39 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
40 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed"
46 adb shell "echo performance > /sys/class/devfreq/dfrgx/governor"
[all …]
Dprep_volantis.sh19 adb shell stop perfd
20 adb shell stop thermal-engine
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"
45 adb shell "echo 1 > /d/clock/override.gbus/state"
46 adb shell "echo $S > /d/clock/override.gbus/rate"
Dprep_ryu.sh3 adb shell stop thermal-engine
4 adb shell stop perfd
10 adb shell "echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
11 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq"
12 adb shell "echo $S > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq"
31 adb shell "echo 04 > /sys/devices/57000000.gpu/pstate"
/frameworks/av/media/libaaudio/scripts/
Dsynthmark_tests.txt4 adb shell synthmark -tj -n1 -N50 -B2 -z0
5 adb shell synthmark -tj -n1 -N75 -B2 -z0
6 adb shell synthmark -tj -n1 -N100 -B2 -z0
9 adb shell synthmark -tj -n1 -N50 -B2 -z1
10 adb shell synthmark -tj -n1 -N75 -B2 -z1
11 adb shell synthmark -tj -n1 -N100 -B2 -z1
15 # adb shell setprop vendor.powerhal.adpf.uclamp_min.high_limit 400 \
16 # adb shell synthmark -tj -n1 -N50 -B2 -z1
17 # adb shell synthmark -tj -n1 -N75 -B2 -z1
18 # adb shell synthmark -tj -n1 -N100 -B2 -z1
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DTvWMShellModule.java17 package com.android.wm.shell.dagger;
23 import com.android.wm.shell.RootTaskDisplayAreaOrganizer;
24 import com.android.wm.shell.ShellTaskOrganizer;
25 import com.android.wm.shell.common.DisplayController;
26 import com.android.wm.shell.common.DisplayImeController;
27 import com.android.wm.shell.common.DisplayInsetsController;
28 import com.android.wm.shell.common.LaunchAdjacentController;
29 import com.android.wm.shell.common.MultiInstanceHelper;
30 import com.android.wm.shell.common.ShellExecutor;
31 import com.android.wm.shell.common.SyncTransactionQueue;
[all …]
DWMShellModule.java17 package com.android.wm.shell.dagger;
33 import com.android.wm.shell.RootTaskDisplayAreaOrganizer;
34 import com.android.wm.shell.ShellTaskOrganizer;
35 import com.android.wm.shell.WindowManagerShellWrapper;
36 import com.android.wm.shell.activityembedding.ActivityEmbeddingController;
37 import com.android.wm.shell.bubbles.BubbleController;
38 import com.android.wm.shell.bubbles.BubbleData;
39 import com.android.wm.shell.bubbles.BubbleDataRepository;
40 import com.android.wm.shell.bubbles.BubbleEducationController;
41 import com.android.wm.shell.bubbles.BubbleLogger;
[all …]
DWMShellBaseModule.java17 package com.android.wm.shell.dagger;
19 import static com.android.wm.shell.onehanded.OneHandedController.SUPPORT_ONE_HANDED_MODE;
33 import com.android.wm.shell.ProtoLogController;
34 import com.android.wm.shell.R;
35 import com.android.wm.shell.RootDisplayAreaOrganizer;
36 import com.android.wm.shell.RootTaskDisplayAreaOrganizer;
37 import com.android.wm.shell.ShellTaskOrganizer;
38 import com.android.wm.shell.WindowManagerShellWrapper;
39 import com.android.wm.shell.activityembedding.ActivityEmbeddingController;
40 import com.android.wm.shell.back.BackAnimation;
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/
DPip1Module.java17 package com.android.wm.shell.dagger.pip;
22 import com.android.wm.shell.ShellTaskOrganizer;
23 import com.android.wm.shell.WindowManagerShellWrapper;
24 import com.android.wm.shell.common.DisplayController;
25 import com.android.wm.shell.common.DisplayInsetsController;
26 import com.android.wm.shell.common.FloatingContentCoordinator;
27 import com.android.wm.shell.common.ShellExecutor;
28 import com.android.wm.shell.common.SyncTransactionQueue;
29 import com.android.wm.shell.common.SystemWindows;
30 import com.android.wm.shell.common.TabletopModeController;
[all …]
DTvPipModule.java17 package com.android.wm.shell.dagger.pip;
25 import com.android.wm.shell.ShellTaskOrganizer;
26 import com.android.wm.shell.WindowManagerShellWrapper;
27 import com.android.wm.shell.common.DisplayController;
28 import com.android.wm.shell.common.ShellExecutor;
29 import com.android.wm.shell.common.SyncTransactionQueue;
30 import com.android.wm.shell.common.SystemWindows;
31 import com.android.wm.shell.common.TaskStackListenerImpl;
32 import com.android.wm.shell.common.pip.LegacySizeSpecSource;
33 import com.android.wm.shell.common.pip.PipAppOpsListener;
[all …]
DPip2Module.java17 package com.android.wm.shell.dagger.pip;
23 import com.android.wm.shell.ShellTaskOrganizer;
24 import com.android.wm.shell.common.DisplayController;
25 import com.android.wm.shell.common.DisplayInsetsController;
26 import com.android.wm.shell.common.FloatingContentCoordinator;
27 import com.android.wm.shell.common.ShellExecutor;
28 import com.android.wm.shell.common.SystemWindows;
29 import com.android.wm.shell.common.TaskStackListenerImpl;
30 import com.android.wm.shell.common.pip.PipBoundsAlgorithm;
31 import com.android.wm.shell.common.pip.PipBoundsState;
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DTestableBubbleController.java27 import com.android.wm.shell.ShellTaskOrganizer;
28 import com.android.wm.shell.WindowManagerShellWrapper;
29 import com.android.wm.shell.bubbles.BubbleController;
30 import com.android.wm.shell.bubbles.BubbleData;
31 import com.android.wm.shell.bubbles.BubbleDataRepository;
32 import com.android.wm.shell.bubbles.BubbleLogger;
33 import com.android.wm.shell.bubbles.BubblePositioner;
34 import com.android.wm.shell.bubbles.properties.BubbleProperties;
35 import com.android.wm.shell.common.DisplayController;
36 import com.android.wm.shell.common.FloatingContentCoordinator;
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
DTvSplitScreenController.java17 package com.android.wm.shell.splitscreen.tv;
25 import com.android.wm.shell.RootTaskDisplayAreaOrganizer;
26 import com.android.wm.shell.ShellTaskOrganizer;
27 import com.android.wm.shell.common.DisplayController;
28 import com.android.wm.shell.common.DisplayImeController;
29 import com.android.wm.shell.common.DisplayInsetsController;
30 import com.android.wm.shell.common.LaunchAdjacentController;
31 import com.android.wm.shell.common.MultiInstanceHelper;
32 import com.android.wm.shell.common.ShellExecutor;
33 import com.android.wm.shell.common.SyncTransactionQueue;
[all …]
DTvStageCoordinator.java17 package com.android.wm.shell.splitscreen.tv;
23 import com.android.wm.shell.ShellTaskOrganizer;
24 import com.android.wm.shell.common.DisplayController;
25 import com.android.wm.shell.common.DisplayImeController;
26 import com.android.wm.shell.common.DisplayInsetsController;
27 import com.android.wm.shell.common.LaunchAdjacentController;
28 import com.android.wm.shell.common.ShellExecutor;
29 import com.android.wm.shell.common.SyncTransactionQueue;
30 import com.android.wm.shell.common.SystemWindows;
31 import com.android.wm.shell.common.TransactionPool;
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DWMComponent.java24 import com.android.wm.shell.back.BackAnimation;
25 import com.android.wm.shell.bubbles.Bubbles;
26 import com.android.wm.shell.dagger.WMShellModule;
27 import com.android.wm.shell.dagger.WMSingleton;
28 import com.android.wm.shell.desktopmode.DesktopMode;
29 import com.android.wm.shell.displayareahelper.DisplayAreaHelper;
30 import com.android.wm.shell.keyguard.KeyguardTransitions;
31 import com.android.wm.shell.onehanded.OneHanded;
32 import com.android.wm.shell.pip.Pip;
33 import com.android.wm.shell.recents.RecentTasks;
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopModeTransitionTypesTest.kt17 package com.android.wm.shell.desktopmode
21 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.APP_HANDLE_MENU_BUTTON
22 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.APP_FROM_OVERVIEW
23 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.KEYBOARD_SHORTCUT
24 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.TASK_DRAG
25 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.UNKNOWN
26 import com.android.wm.shell.desktopmode.DesktopModeTransitionTypes.TRANSIT_EXIT_DESKTOP_MODE_HANDLE…
27 import com.android.wm.shell.desktopmode.DesktopModeTransitionTypes.TRANSIT_EXIT_DESKTOP_MODE_KEYBOA…
28 import com.android.wm.shell.desktopmode.DesktopModeTransitionTypes.TRANSIT_EXIT_DESKTOP_MODE_TASK_D…
29 import com.android.wm.shell.desktopmode.DesktopModeTransitionTypes.TRANSIT_EXIT_DESKTOP_MODE_UNKNOWN
[all …]
/frameworks/base/tests/backup/
Dtest_restore.sh25 data=$(a shell cat /data/data/com.android.backuptest/$1)
40 data=$(a shell "ls $@ 2> /dev/null >/dev/null && echo -n exists")
53 a shell "ls -l /data/data/com.android.backuptest/files"
54 a shell "rm /data/data/com.android.backuptest/files/*"
56 a shell "ls -l /data/data/com.android.backuptest/shared_prefs"
57 a shell "rm /data/data/com.android.backuptest/shared_prefs/*"
59 a shell "ls -l /data/data/com.android.backuptest/files"
60 a shell "ls -l /data/data/com.android.backuptest/shared_prefs"
69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
73 a shell bmgr restore "$restore_set"
[all …]
/frameworks/rs/perf-test-scripts/
Dset-cpu-freq13 [ `adb shell "[ -f $1 ] && echo 1 || echo 0" | tr -d '\r'` -eq 1 ]
17 echo `adb shell cat $1 | tr -d '\r'`
24 adb shell "echo -n $2 > $1"
42 echo Device: `adb shell getprop ro.product.model`
46 cores=`adb shell ls /sys/devices/system/cpu/ | grep cpu[0-9].* | tr -d '\r'`
49 adb shell setprop debug.rs.default-CPU-driver 1
56 adb shell stop $service
65 adb shell "echo -n 1 > $DIR/$core/online"
72 … frequencies=(`adb shell cat $DIR/$core/cpufreq/stats/time_in_state | cut -f1 -d " " | tr -d '\r'`)
86 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_min_freq"
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipTaskOrganizer.java17 package com.android.wm.shell.pip.tv;
24 import com.android.wm.shell.ShellTaskOrganizer;
25 import com.android.wm.shell.common.DisplayController;
26 import com.android.wm.shell.common.ShellExecutor;
27 import com.android.wm.shell.common.SyncTransactionQueue;
28 import com.android.wm.shell.common.pip.PipBoundsAlgorithm;
29 import com.android.wm.shell.common.pip.PipBoundsState;
30 import com.android.wm.shell.common.pip.PipDisplayLayoutState;
31 import com.android.wm.shell.common.pip.PipMenuController;
32 import com.android.wm.shell.common.pip.PipPerfHintController;
[all …]
/frameworks/av/media/module/service.mediatranscoding/tests/
Dbuild_and_run_all_unit_tests.sh29 adb shell setprop debug.transcoding.simulated_transcoder true
30 adb shell kill -9 `pid media.transcoding`
32 adb shell /data/nativetest/mediatranscodingservice_simulated_tests/mediatranscodingservice_simulate…
35 adb shell setprop debug.transcoding.simulated_transcoder false
36 adb shell kill -9 `pid media.transcoding`
38 adb shell /data/nativetest/mediatranscodingservice_real_tests/mediatranscodingservice_real_tests
41 adb shell kill -9 `pid media.transcoding`
43 adb shell /data/nativetest/mediatranscodingservice_resource_tests/mediatranscodingservice_resource_…
46 adb shell setprop debug.transcoding.simulated_transcoder \"\"
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitTestUtils.java17 package com.android.wm.shell.splitscreen;
29 import com.android.wm.shell.ShellTaskOrganizer;
30 import com.android.wm.shell.TestRunningTaskInfoBuilder;
31 import com.android.wm.shell.common.DisplayController;
32 import com.android.wm.shell.common.DisplayImeController;
33 import com.android.wm.shell.common.DisplayInsetsController;
34 import com.android.wm.shell.common.LaunchAdjacentController;
35 import com.android.wm.shell.common.ShellExecutor;
36 import com.android.wm.shell.common.SyncTransactionQueue;
37 import com.android.wm.shell.common.TransactionPool;
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DLegacyTransitionTracer.java21 import static com.android.server.wm.shell.TransitionTraceProto.MAGIC_NUMBER;
22 import static com.android.server.wm.shell.TransitionTraceProto.MAGIC_NUMBER_H;
23 import static com.android.server.wm.shell.TransitionTraceProto.MAGIC_NUMBER_L;
24 import static com.android.server.wm.shell.TransitionTraceProto.REAL_TO_ELAPSED_TIME_OFFSET_NANOS;
83 .start(com.android.server.wm.shell.TransitionTraceProto.TRANSITIONS); in logSentTransition()
84 outputStream.write(com.android.server.wm.shell.Transition.ID, transition.getSyncId()); in logSentTransition()
85 outputStream.write(com.android.server.wm.shell.Transition.CREATE_TIME_NS, in logSentTransition()
87 outputStream.write(com.android.server.wm.shell.Transition.SEND_TIME_NS, in logSentTransition()
89 outputStream.write(com.android.server.wm.shell.Transition.START_TRANSACTION_ID, in logSentTransition()
91 outputStream.write(com.android.server.wm.shell.Transition.FINISH_TRANSACTION_ID, in logSentTransition()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/tracing/
DLegacyTransitionTracer.java17 package com.android.wm.shell.transition.tracing;
21 import static com.android.wm.shell.nano.WmShellTransitionTraceProto.MAGIC_NUMBER_H;
22 import static com.android.wm.shell.nano.WmShellTransitionTraceProto.MAGIC_NUMBER_L;
31 import com.android.wm.shell.sysui.ShellCommandHandler;
32 import com.android.wm.shell.transition.Transitions;
65 com.android.wm.shell.nano.WmShellTransitionTraceProto,
66 com.android.wm.shell.nano.Transition>() {
79 com.android.wm.shell.nano.WmShellTransitionTraceProto encapsulatingProto,
80 Queue<com.android.wm.shell.nano.Transition> buffer, OutputStream os)
83 new com.android.wm.shell.nano.Transition[0]);
[all …]

12345678910>>...47