HomeSort by relevance Sort by last modified time
    Searched full:low_threshold (Results 1 - 1 of 1) sorted by null

  /external/autotest/client/cros/chameleon/
avsync_probe_utils.py 108 def __init__(self, low_threshold, high_threshold, init_state):
111 @param low_threshold: The threshold value to deactivate the output.
118 if low_threshold > high_threshold:
120 low_threshold, high_threshold)
121 self._low_threshold = low_threshold

Completed in 134 milliseconds