Searched refs:shell (Results 1 – 25 of 1152) sorted by relevance
12345678910>>...47
1 nr=$(adb shell cat /proc/cpuinfo | grep processor | wc -l)6 adb shell stop vendor.perfd7 adb shell stop thermal-engine15 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 …]
3 nr=$(adb shell cat /proc/cpuinfo | grep processor | wc -l)9 adb shell stop thermal-engine10 adb shell stop perfd22 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 …]
7 adb shell stop thermal-engine8 adb shell stop perfd23 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/null40 adb shell "echo performance > /sys/class/kgsl/kgsl-3d0/devfreq/governor"[all …]
8 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 perfprod36 adb shell "echo 1 > $cpubase/cpu${cpu}/online" &> /dev/null37 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 …]
19 adb shell stop perfd20 adb shell stop thermal-engine31 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"
3 adb shell stop thermal-engine4 adb shell stop perfd10 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"
4 adb shell synthmark -tj -n1 -N50 -B2 -z05 adb shell synthmark -tj -n1 -N75 -B2 -z06 adb shell synthmark -tj -n1 -N100 -B2 -z09 adb shell synthmark -tj -n1 -N50 -B2 -z110 adb shell synthmark -tj -n1 -N75 -B2 -z111 adb shell synthmark -tj -n1 -N100 -B2 -z115 # adb shell setprop vendor.powerhal.adpf.uclamp_min.high_limit 400 \16 # adb shell synthmark -tj -n1 -N50 -B2 -z117 # adb shell synthmark -tj -n1 -N75 -B2 -z118 # adb shell synthmark -tj -n1 -N100 -B2 -z1[all …]
17 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 …]
17 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 …]
17 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 …]
17 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 …]
17 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 …]
17 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 …]
27 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 …]
17 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 …]
17 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 …]
24 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 …]
17 package com.android.wm.shell.desktopmode21 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.APP_HANDLE_MENU_BUTTON22 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.APP_FROM_OVERVIEW23 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.KEYBOARD_SHORTCUT24 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.TASK_DRAG25 import com.android.wm.shell.common.desktopmode.DesktopModeTransitionSource.UNKNOWN26 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 …]
25 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 …]
13 [ `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 156 adb shell stop $service65 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 …]
17 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 …]
29 adb shell setprop debug.transcoding.simulated_transcoder true30 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 false36 adb shell kill -9 `pid media.transcoding`38 adb shell /data/nativetest/mediatranscodingservice_real_tests/mediatranscodingservice_real_tests41 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 \"\"
17 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 …]
21 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 …]
17 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 …]