Searched refs:runCommand (Results 1 – 6 of 6) sorted by relevance
/device/google/gs-common/aoc/ |
D | dump_aoc.cpp | 22 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() 25 …runCommand("AoC ring buf wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/ring_buffer_w… in main() 26 …runCommand("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() 28 … runCommand("AoC audio wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/audio_wakeup"); in main() 29 …runCommand("AoC logging wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/logging_wakeup… in main() 30 …runCommand("AoC hotword wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/hotword_wakeup… in main() 31 …runCommand("AoC memory exception wake", "timeout 0.1 cat /sys/devices/platform/*.aoc/control/memor… in main() [all …]
|
/device/google/gs-common/umfw_stat/ |
D | dump_umfw_stat.cpp | 29 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/ |
D | dump_sensors.cpp | 25 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/ |
D | dump_display.cpp | 24 runCommand("libdisplaycolor", "/vendor/bin/dumpsys displaycolor -v"); in main()
|
/device/google/gs-common/gear/dumpstate/include/dump/ |
D | pixel_dump.h | 10 void runCommand(const char* title, const char* cmd);
|
/device/google/gs-common/gear/dumpstate/ |
D | pixel_dump.cpp | 35 void runCommand(const char* title, const char* cmd) { in runCommand() function
|