Searched refs:Channel (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/ |
D | calibrations.py | 22 from acts.controllers.monsoon_lib.sampling.enums import Channel 35 Channel.values, 86 Channel.values, 92 if key[0] == Channel.AUX and key[1] == Origin.ZERO: 122 if channel == Channel.MAIN: 124 elif channel == Channel.USB: 126 elif channel == Channel.AUX:
|
D | transformers.py | 35 from acts.controllers.monsoon_lib.sampling.enums import Channel 410 data.get(Channel.MAIN, Origin.REFERENCE, Granularity.COARSE) 411 data.get(Channel.MAIN, Origin.ZERO, Granularity.COARSE) 434 for channel in Channel.values: 463 main_voltage_index = HvpmMeasurement.get_index(Channel.MAIN, 465 usb_voltage_index = HvpmMeasurement.get_index(Channel.USB,
|
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | Testing.kt | 4 import kotlinx.coroutines.channels.Channel 112 val warningChannel = Channel<String>(Channel.UNLIMITED) in <lambda>() 113 val resultChannel = Channel<TestResult>(Channel.UNLIMITED) in <lambda>()
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/ |
D | calibrations.py | 25 from acts.controllers.monsoon_lib.sampling.enums import Channel 44 Channel.values, 74 for channel in Channel.values: 87 pairs = itertools.product(Channel.values, Granularity.values)
|
D | stock_transformers.py | 33 from acts.controllers.monsoon_lib.sampling.enums import Channel 344 data.get(Channel.MAIN, Origin.REFERENCE, Granularity.COARSE) 345 data.get(Channel.MAIN, Origin.ZERO, Granularity.COARSE) 359 for channel in Channel.values:
|
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/ |
D | calibration_test.py | 24 from acts.controllers.monsoon_lib.sampling.enums import Channel 29 C = Channel.MAIN 32 C2 = Channel.USB
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/ |
D | enums.py | 63 class Channel: class
|