/system/core/init/ |
D | init_test.cpp | 45 ActionManager am; in TestInit() local 52 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am, nullptr)); in TestInit() 58 command(am); in TestInit() 61 while (am.HasMoreCommands()) { in TestInit() 62 am.ExecuteOneCommand(); in TestInit() 90 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument 110 ActionManager am; in TEST() local 113 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am, nullptr)); in TEST() 153 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument 235 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument
|
D | init.cpp | 824 ActionManager& am = ActionManager::GetInstance(); in SecondStageMain() local 827 LoadBootScripts(am, sm); in SecondStageMain() 839 am.QueueBuiltinAction(SetupCgroupsAction, "SetupCgroups"); in SecondStageMain() 840 am.QueueBuiltinAction(SetKptrRestrictAction, "SetKptrRestrict"); in SecondStageMain() 841 am.QueueBuiltinAction(TestPerfEventSelinuxAction, "TestPerfEventSelinux"); in SecondStageMain() 842 am.QueueEventTrigger("early-init"); in SecondStageMain() 845 am.QueueBuiltinAction(wait_for_coldboot_done_action, "wait_for_coldboot_done"); in SecondStageMain() 847 am.QueueBuiltinAction(MixHwrngIntoLinuxRngAction, "MixHwrngIntoLinuxRng"); in SecondStageMain() 848 am.QueueBuiltinAction(SetMmapRndBitsAction, "SetMmapRndBits"); in SecondStageMain() 850 am.QueueBuiltinAction( in SecondStageMain() [all …]
|
D | host_init_verifier.cpp | 267 ActionManager& am = ActionManager::GetInstance(); in main() local 272 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am, nullptr)); in main() 279 size_t failures = parser.parse_error_count() + am.CheckAllCommands() + sl.CheckAllCommands(); in main()
|
D | reboot.cpp | 907 auto& am = ActionManager::GetInstance(); in HandleUserspaceReboot() local 908 am.ClearQueue(); in HandleUserspaceReboot() 909 am.QueueEventTrigger("userspace-reboot-requested"); in HandleUserspaceReboot() 911 am.QueueBuiltinAction(handler, "userspace-reboot"); in HandleUserspaceReboot()
|
/system/extras/app-launcher/ |
D | README | 69 package+activity and use that in am start. 72 adb shell 'simpleperf stat -a am start -W -n com.android.chrome/com.google.android.apps.chrome.Main' 73 adb shell 'am force-stop com.android.chrome' 76 adb shell 'simpleperf stat -a am start -W -n com.google.android.GoogleCamera/com.android.camera.Cam… 77 adb shell 'am force-stop com.google.android.GoogleCamera' 80 adb shell 'simpleperf stat -a am start -W -n com.google.android.apps.maps/com.google.android.maps.M… 81 adb shell 'am force-stop com.google.android.apps.maps' 84 adb shell 'am start -W -n com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhile… 85 adb shell 'am force-stop com.google.android.youtube'
|
/system/apex/apexd/apexd_testdata/ |
D | another_prebuilt_file | 1 I am in an APEX!
|
/system/tools/hidl/test/vendor/1.0/ |
D | FAKE_NOTICE_FILE | 1 I am notifying you of something! Wheeee!
|
/system/apex/shim/build/ |
D | additional_file | 1 I am just a file, don't mind me.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | notify_traceur.te | 7 # This is to execute am
|
D | incidentd.te | 128 # For running am, incident-helper-cmd and similar framework commands.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | notify_traceur.te | 7 # This is to execute am
|
/system/sepolicy/private/ |
D | notify_traceur.te | 7 # This is to execute am
|
D | incidentd.te | 128 # For running am, incident-helper-cmd and similar framework commands.
|
/system/tools/aidl/tests/java_app/ |
D | README | 14 $ adb shell am start -S -a android.intent.action.MAIN \
|
/system/extras/ANRdaemon/ |
D | README | 10 $ ANRdaemon -t 9990 sched gfx am 12 sched, gfx and am modules (See -h for more info).
|
/system/extras/ioblame/ |
D | README | 98 ioblame -r [ I am only interested in reads ] 99 ioblame -w [ I am only interested in writes ] 100 ioblame -p [ I am only interested in writepage(s) - mmap'ed writes ] 101 ioblame -r -w -p [ I am only interested in reads, writes and writepages ] 132 adb shell "am force-stop com.google.android.gm" # This line I added for example 148 adb shell "am start -W -n com.google.android.gm/.ConversationListActivityGmail"
|
D | ioblame-gmail-launch.example | 24 File: /bin/am 28 am Reads: 16 KB 171 PID: am 173 /bin/am Reads: 4 KB i_size: 207 bytes 243 /bin/am Reads: 4 KB i_size: 207 bytes
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 80 adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
|
/system/core/libsystem/include/system/ |
D | radio.h | 118 radio_hal_am_band_config_t am; member
|
/system/core/logcat/ |
D | logpersist | 177 am force-stop com.android.settings
|
/system/core/adb/ |
D | adb.bash | 220 am)
|
/system/core/cli-test/ |
D | README.md | 85 would be "am I running as root?".
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 220 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state $mode
|
/system/iorap/include/binder/ |
D | app_launch_event.h | 34 using ActivityRecordProto = ::com::android::server::am::ActivityRecordProto;
|
/system/extras/simpleperf/demo/ |
D | README.md | 169 $ adb shell am start simpleperf.demo.cpp_api/.MainActivity
|