OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wait_for_active_stream_count
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/audio_CrasLoopback/
audio_CrasLoopback.py
22
def
wait_for_active_stream_count
(expected_count):
member in class:audio_CrasLoopback
46
self.
wait_for_active_stream_count
(0)
49
self.
wait_for_active_stream_count
(1)
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
audio_WebRtcAudioLoopback.py
52
self.
wait_for_active_stream_count
(1)
72
def
wait_for_active_stream_count
(expected_count):
member in class:audio_WebRtcAudioLoopback
94
self.
wait_for_active_stream_count
(0)
/external/autotest/client/site_tests/audio_CRASFormatConversion/
audio_CRASFormatConversion.py
43
def
wait_for_active_stream_count
(self, expected_count):
member in class:audio_CRASFormatConversion
75
self.
wait_for_active_stream_count
(0)
82
self.
wait_for_active_stream_count
(1)
86
self.
wait_for_active_stream_count
(2)
/external/autotest/client/site_tests/policy_AudioOutputAllowed/
policy_AudioOutputAllowed.py
36
def
wait_for_active_stream_count
(self, expected_count):
member in class:policy_AudioOutputAllowed
98
self.
wait_for_active_stream_count
(0)
101
self.
wait_for_active_stream_count
(1)
Completed in 508 milliseconds