Home
last modified time | relevance | path

Searched refs:is_device_available (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/scripts/
Dipc.py98 if not adb.is_device_available():
Dbinary_cache_builder.py88 if not self.adb.is_device_available():
Dapp_profiler.py198 if not self.adb.is_device_available():
Dsimpleperf_utils.py279 def is_device_available(self) -> bool: member in AdbHelper