Home
last modified time | relevance | path

Searched refs:get_audio_route (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py31 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/
DBtCarHfpConferenceTest.py33 from acts_contrib.test_utils.tel.tel_voice_utils import get_audio_route
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveVideoTest.py64 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/
Dtel_voice_utils.py1658 def get_audio_route(log, ad): function