Searched refs:get_audio_route (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_carkit_lib.py | 31 from acts_contrib.test_utils.tel.tel_voice_utils import get_audio_route 426 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_SPEAKER: 434 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_EARPIECE: 442 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH: 537 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_EARPIECE: 545 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH: 685 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_EARPIECE: 693 if get_audio_route(self.log, pri_dut) != AUDIO_ROUTE_BLUETOOTH:
|
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarHfpConferenceTest.py | 33 from acts_contrib.test_utils.tel.tel_voice_utils import get_audio_route
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveVideoTest.py | 64 from acts_contrib.test_utils.tel.tel_voice_utils import get_audio_route 1158 if get_audio_route(self.log, ad) != AUDIO_ROUTE_SPEAKER: 1270 if get_audio_route(self.log, ad) != AUDIO_ROUTE_EARPIECE: 1293 if get_audio_route(self.log, ad) != AUDIO_ROUTE_EARPIECE: 1322 if get_audio_route(self.log, ad) != AUDIO_ROUTE_EARPIECE: 2109 get_audio_route(self.log, ad))) 2261 if get_audio_route(self.log, ad) != AUDIO_ROUTE_SPEAKER:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_voice_utils.py | 1658 def get_audio_route(log, ad): function
|