OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_time_sec
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py
16
def run_once(self,
run_time_sec
=60):
17
if
run_time_sec
< 10:
22
# |
run_time_sec
| time, so that the total playback time doesn't
24
audio_loop_time_sec = min(10,
run_time_sec
/ 10 + 0.5)
36
gap_ms =
run_time_sec
* 1000 / 4
52
alarm_time = rtc.get_seconds() +
run_time_sec
55
time.sleep(
run_time_sec
)
/external/autotest/client/site_tests/power_VideoDetector/
power_VideoDetector.py
16
def run_once(self,
run_time_sec
=60):
17
if
run_time_sec
< 30:
22
run_time_ms =
run_time_sec
* 1000
51
time.sleep(
run_time_sec
)
Completed in 149 milliseconds