Searched refs:device_id (Results 1 – 3 of 3) sorted by relevance
/development/tools/winscope/src/adb/ |
D | winscope_proxy.py | 134 def get_filepaths(self, device_id): argument 147 def get_filepaths(self, device_id): argument 149 f"shell su root find {self.path} -name {self.matcher}", device_id) 165 def get_filepaths(self, device_id): argument 167 files = matcher.get_filepaths(device_id) 795 def process_with_device(self, server, path, device_id): argument 821 def process_with_device(self, server, path, device_id): argument 835 file_paths = f.get_filepaths(device_id) 842 file_path, tmp, device_id) 844 call_adb('shell su root rm -f ' + file_path, device_id) [all …]
|
/development/tools/winscope/src/trace_collection/ |
D | proxy_client.ts | 357 async selectDevice(device_id: string) { 358 this.selectedDevice = device_id; 359 this.store.add('adb.lastDevice', device_id);
|
/development/tools/labpretest/ |
D | README | 23 have multiple devices attached use the -d <device_id> parameter to target a
|