Home
last modified time | relevance | path

Searched refs:runCommand (Results 1 – 6 of 6) sorted by relevance

/device/google/gs-common/aoc/
Ddump_aoc.cpp22 runCommand("AoC Service Status", "timeout 0.1 cat /sys/devices/platform/*.aoc/services"); in main()
23 runCommand("AoC Restarts", "timeout 0.1 cat /sys/devices/platform/*.aoc/restart_count"); in main()
24 runCommand("AoC Coredumps", "timeout 0.1 cat /sys/devices/platform/*.aoc/coredump_count"); in main()
25runCommand("AoC ring buf wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/ring_buffer_w… in main()
26runCommand("AoC host ipc wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/host_ipc_wake… in main()
27 runCommand("AoC usf wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/usf_wakeup"); in main()
28runCommand("AoC audio wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/audio_wakeup"); in main()
29runCommand("AoC logging wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/logging_wakeup… in main()
30runCommand("AoC hotword wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/hotword_wakeup… in main()
31runCommand("AoC memory exception wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/memor… in main()
[all …]
/device/google/gs-common/umfw_stat/
Ddump_umfw_stat.cpp29 runCommand("AoC A32 statistics", in main()
31 runCommand("AoC FF1 statistics", in main()
33 runCommand("AoC HF0 statistics", in main()
35 runCommand("AoC HF1 statistics", in main()
/device/google/gs-common/sensors/
Ddump_sensors.cpp25 runCommand("USF statistics", "/vendor/bin/usf_stats get --all"); in main()
33 runCommand("USF Registry", "/vendor/bin/usf_reg_edit save -"); in main()
/device/google/gs-common/display/
Ddump_display.cpp24 runCommand("libdisplaycolor", "/vendor/bin/dumpsys displaycolor -v"); in main()
/device/google/gs-common/gear/dumpstate/include/dump/
Dpixel_dump.h10 void runCommand(const char* title, const char* cmd);
/device/google/gs-common/gear/dumpstate/
Dpixel_dump.cpp35 void runCommand(const char* title, const char* cmd) { in runCommand() function