Home
last modified time | relevance | path

Searched defs:device_serial (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_errors.py36 def __init__(self, message, device_serial=None): argument
58 device_serial=None, argument
103 device_serial=None, argument
120 device_serial=None, argument
133 def __init__(self, message, device_serial=None): argument
154 def __init__(self, command, output, status, device_serial=None): argument
232 def __init__(self, message, device_serial=None): argument
239 def __init__(self, message=None, device_serial=None): argument
/aosp_15_r20/system/extras/pagecache/
H A Dpagecache.py175 def add_adb_serial(adb_command, device_serial): argument
181 def construct_adb_shell_command(shell_args, device_serial): argument
187 def run_adb_shell(shell_args, device_serial): argument
/aosp_15_r20/external/chromium-trace/catapult/systrace/systrace/
H A Dutil.py31 def run_adb_shell(shell_args, device_serial): argument
55 def get_tracing_path(device_serial=None): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dadb_tools.py60 def __init__(self, adb_port=None, device_serial=""): argument
75 def _SetDeviceSerial(self, device_serial): argument
/aosp_15_r20/tools/acloud/public/
H A Dreport.py189 webrtc_port=None, device_serial=None, logs=None, argument
228 vnc_port, error, device_serial=None, argument
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py164 def __init__(self, device_serial): argument
283 def _BuildAdbCmd(cls, args, device_serial, cpu_affinity=None): argument
301 device_serial=None, argument
H A Dgce_adb_wrapper.py24 def __init__(self, device_serial): argument
H A Dfastboot.py28 device_serial, argument
/aosp_15_r20/external/skia/tools/skpbench/
H A D_adb_path.py12 def init(device_serial, adb_binary): argument
H A D_adb.py13 def __init__(self, device_serial=None, adb_binary=None, echo=False): argument
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.h46 static std::string device_serial; variable
H A Dfixtures.cpp279 std::string FastBootTest::device_serial = ""; member in fastboot::FastBootTest
/aosp_15_r20/tools/acloud/list/
H A Dinstance.py297 def _GetDeviceFullName(device_serial, instance_name, elapsed_time, argument
830 def device_serial(self): member in LocalGoldfishInstance
/aosp_15_r20/hardware/google/camera/common/profiler/
Dprofiler.proto29 optional string device_serial = 5; field
/aosp_15_r20/cts/hostsidetests/theme/
H A Dgenerate_images.py118 def do_capture(setup, device_serial): argument
/aosp_15_r20/system/update_engine/scripts/
H A Dupdate_device.py276 def __init__(self, device_serial=None): argument
/aosp_15_r20/external/autotest/server/cros/servo/topology/
H A Dservo_topology.py478 device_serial=None, argument
/aosp_15_r20/cts/tools/incremental-cts/
H A Dincremental_deqp.py202 def __init__(self, device_serial=None): argument
/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Dsplit_build_test_script.py59 device_serial: str = None variable in IntegrationTestConfiguration
/aosp_15_r20/packages/modules/adb/client/
Dusb_libusb.cpp834 std::string device_serial; in Create() local