Home
last modified time | relevance | path

Searched defs:expected_freqs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Dcheck_quality.py275 def check_freqs(self, expected_freqs, freq_threshold): argument
350 def check_freqs(self, expected_freqs, freq_threshold): argument
/aosp_15_r20/system/connectivity/wificond/tests/
Dscanner_unittest.cpp448 std::vector<uint32_t> expected_freqs; in TEST_F() local
485 std::vector<uint32_t> expected_freqs; in TEST_F() local
/aosp_15_r20/external/autotest/client/cros/audio/
H A Dcheck_quality.py358 def check_freqs(self, expected_freqs, freq_threshold): argument