Searched refs:execute_command (Results 1 – 1 of 1) sorted by relevance
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 670 def execute_command(server, device_id, shell, configType, configValue): function 702 execute_command(server, device_id, shell, "sf buffer size", command) 731 execute_command(server, device_id, shell, "sf buffer size", setBufferSize) 743 execute_command(server, device_id, shell, "wm buffer size", setBufferSize) 744 execute_command(server, device_id, shell, "tracing type", setTracingType) 745 execute_command(server, device_id, shell, "tracing level", setTracingLevel)
|