| 497 | } |
| 498 | |
| 499 | bool ProcessCommandGSAM(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments)) |
| 500 | { |
| 501 | if (command == "gsam") |
| 502 | { |
| 503 | PrintToStdOut("System Audio Mode Status: %d", parser->SystemAudioModeStatus()); |
| 504 | return true; |
| 505 | } |
| 506 | |
| 507 | return false; |
| 508 | } |
| 509 | |
| 510 | bool ProcessCommandEA(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments)) |
| 511 | { |
no test coverage detected