/aosp_15_r20/external/autotest/client/common_lib/cros/manual/ |
H A D | audio_helper.py | 17 def get_soundcard_by_name(dut, name): argument 40 def check_soundcard_by_name(dut, name): argument 54 def check_audio_stream(dut, is_in_meeting): argument 74 def get_audio_stream_state(dut, soundcard): argument 96 def check_default_speaker_volume(dut, cfm_facade): argument 132 def get_number_of_active_streams(dut): argument 153 def get_nodes_for_default_speakers_cras(dut): argument 177 def get_speaker_for_node_cras(dut, node): argument 199 def get_nodes_for_default_microphone_cras(dut): argument 220 def get_microphone_for_node_cras(dut, node): argument [all …]
|
H A D | cfm_helper.py | 21 def check_chrome_logfile(dut): argument 39 def check_last_reboot(dut): argument 57 def check_is_platform(dut, name): argument 73 def get_mgmt_ipv4(dut): argument 90 def retrieve_usb_devices(dut): argument 189 def check_usb_enumeration(dut, puts): argument 213 def check_usb_interface_initializion(dut, puts): argument 232 def clear_core_file(dut): argument 243 def check_process_crash(dut, cdlines): argument 260 def gpio_usb_test(dut, gpio_list, device_list, pause, board): argument [all …]
|
H A D | video_helper.py | 22 def get_video_by_name(dut, name): argument 46 def get_lsof4_video(dut, video): argument 61 def get_video_streams(dut, name): argument 73 def check_v4l2_interface(dut, vidpid, camera): argument 88 def check_video_stream(dut, is_muted, vidpid, camera): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | __init__.py | 66 def detect_wifi_platform(dut): argument 127 def write_antenna_tune_code(dut, tune_code): argument 174 def check_skip_conditions(testcase_params, dut, access_point, argument 198 def validate_network(dut, ssid): argument 371 def get_atten_for_target_rssi(target_rssi, attenuators, dut, ping_server): argument 448 def get_current_atten_dut_chain_map(attenuators, argument 510 dut, argument 559 def get_dut_temperature(dut): argument 590 def wait_for_dut_cooldown(dut, target_temp=50, timeout=300): argument 609 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): argument [all …]
|
D | qcom_utils.py | 45 def get_connected_rssi(dut, argument 159 def get_scan_rssi(dut, tracked_bssids, num_measurements=1): argument 193 def get_sw_signature(dut): argument 212 def get_country_code(dut): argument 220 def push_config(dut, config_file): argument 228 def start_wifi_logging(dut): argument 238 def stop_wifi_logging(dut): argument 250 def push_firmware(dut, firmware_files): argument 277 def _edit_dut_ini(dut, ini_fields): argument 290 def set_chain_mask(dut, chain_mask): argument [all …]
|
D | brcm_utils.py | 164 def get_connected_rssi(dut, argument 289 def get_scan_rssi(dut, tracked_bssids, num_measurements=1): argument 323 def get_sw_signature(dut): argument 344 def get_country_code(dut): argument 355 def push_config(dut, config_file): argument 362 def start_wifi_logging(dut): argument 366 def stop_wifi_logging(dut): argument 370 def push_firmware(dut, firmware_files): argument 383 def disable_beamforming(dut): argument 394 def set_nss_capability(dut, nss): argument [all …]
|
/aosp_15_r20/external/autotest/server/cros/crosperf/ |
H A D | device_setup_utils.py | 23 def run_command_on_dut(dut, command, ignore_status=False): argument 52 def disable_aslr(dut): argument 67 def set_cpu_governor(dut, governor, ignore_status=False): argument 93 def disable_turbo(dut): argument 118 def setup_cpu_usage(dut, cpu_usage): argument 136 def setup_arm_cores(dut, cpu_usage): argument 240 def get_cpu_online(dut): argument 284 def setup_cpu_freq(dut, freq_percent, online_cores): argument 347 def wait_cooldown(dut, cooldown_time, cooldown_temp): argument 427 def decrease_wait_time(dut): argument [all …]
|
/aosp_15_r20/external/autotest/server/site_tests/telemetry_Crosperf/ |
H A D | telemetry_Crosperf.py | 87 def scp_telemetry_results(self, client_ip, dut, file_path, host_dir, argument 144 def run_in_background_with_log(self, cmd, dut, log_path): argument 193 def run_cpustats_in_background(self, dut, log_name): argument 220 def run_top_in_background(self, dut, log_name, interval_in_sec): argument 235 def run_turbostat_in_background(self, dut, log_name): argument 248 def run_cpuinfo(self, dut, log_name): argument 286 def run_once(self, args, client_ip='', dut=None): argument
|
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | ui_interaction_utils.py | 96 def open_jca_viewfinder(dut, log_path, request_video_capture=False): argument 134 def switch_jca_camera(dut, log_path, facing): argument 164 def change_jca_aspect_ratio(dut, log_path, aspect_ratio): argument 193 def do_jca_video_setup(dut, log_path, facing, aspect_ratio): argument 230 def switch_default_camera(dut, facing, log_path): argument 296 def launch_and_take_capture(dut, pkg_name, camera_facing, log_path): argument 362 def force_stop_app(dut, pkg_name): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTetheringTest.py | 91 def _supports_ipv6_tethering(self, dut): argument 106 def _carrier_supports_ipv6(self, dut): argument 121 def _verify_ipv6_tethering(self, dut): argument 220 def _verify_ping(self, dut, ip, isIPv6=False): argument 236 def _return_ip_for_interface(self, dut, iface_name): argument 268 def _ping_hotspot_interfaces_from_tethered_device(self, dut): argument
|
/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/ |
D | WifiAwareAgentNetworkSpecifierTest.java | 50 WifiAwareAgentNetworkSpecifier dut = new WifiAwareAgentNetworkSpecifier( in testParcel() local 80 WifiAwareAgentNetworkSpecifier dut = new WifiAwareAgentNetworkSpecifier(); in testEmptyDoesntMatchAnything() local 92 WifiAwareAgentNetworkSpecifier dut = new WifiAwareAgentNetworkSpecifier(nsThis); in testSingleMatch() local 111 WifiAwareAgentNetworkSpecifier dut = new WifiAwareAgentNetworkSpecifier( in testMultipleMatchesAllMembers() local
|
/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | power_cycle_usb_util.py | 98 def power_cycle_usb_vidpid(dut, board, vid, pid, pause=1): argument 128 def get_port_number_from_vidpid(dut, vid, pid): argument 228 def get_all_port_number_from_vidpid(dut, vid, pid): argument 287 def get_target_all_gpio(dut, board, vid, pid): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 88 def config_privilege_override(dut, override_to_no_privilege): argument 127 def scan_networks(dut, max_tries=3): argument 145 def scan_with_rtt_support_constraint(dut, support_rtt, repeat=0): argument 412 def run_ranging(dut, argument
|
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | schedv2.py | 24 def __init__(self, dut, sched): argument 200 def dut(self): member in DutWorker 389 def get_benchmark_run(self, dut): argument 418 def allocate_label(self, dut): argument
|
/aosp_15_r20/test/vts/vndk_utils/vndk/ |
H A D | vndk_utils.py | 22 def IsVndkRuntimeEnforced(dut): argument 47 def IsVndkRequired(dut): argument 62 def IsVndkInstalledInVendor(dut): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | device_doze.py | 26 dut, argument 38 dut, argument 56 dut, argument
|
/aosp_15_r20/test/vts/tests/kernel_proc_file_api_test/proc_tests/ |
H A D | ProcUidCpuPowerTests.py | 42 def file_optional(self, shell=None, dut=None): argument 67 def file_optional(self, shell=None, dut=None): argument 100 def file_optional(self, shell=None, dut=None): argument
|
H A D | KernelProcFileTestBase.py | 139 def set_api_level(self, dut): argument 181 def prepare_test(self, dut): argument 192 def file_optional(self, shell=None, dut=None): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/ |
D | aware_test_utils.py | 474 def run_ping6(dut, target_ip, duration=60): argument 539 def request_network(dut, ns): argument 551 def get_network_specifier(dut, id, dev_type, peer_mac, sec): argument 782 def attach_with_identity(dut): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | net_test_utils.py | 453 def carrier_supports_ipv6(dut): argument 469 def is_carrier_supports_entitlement(dut): argument 499 def supports_ipv6_tethering(self, dut): argument
|
/aosp_15_r20/packages/services/DeviceAsWebcam/tests/ |
D | windows_webcam_test.py | 71 def setup_for_test_fps(dut, supported_resolutions): argument 96 def test_fps(dut): argument
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | audio_utils.py | 41 def play_audio_into_device(self, audio_file_path, audio_player, dut): argument 65 audio_player, dut, argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | cellular_performance_test_utils.py | 262 def __new__(self, dut, log): argument 272 def __init__(self, dut, log): argument 645 def __init__(self, dut, log): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/aware/stress/ |
D | InfraAssociationStressTest.py | 34 def is_associated(self, dut): argument 45 def wait_for_disassociation(self, q, dut): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nfc/ |
D | NfcBasicFunctionalityTest.py | 43 def _ensure_nfc_enabled(self, dut): argument 55 def _ensure_nfc_disabled(self, dut): argument
|