Home
last modified time | relevance | path

Searched refs:audio_receiver (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DWlanWithHfpFunctionalityTest.py50 self.audio_receiver.enter_pairing_mode()
52 self.pri_ad, self.audio_receiver.mac_address,
60 self.audio_receiver.clean_up()
77 if not self.audio_receiver.press_accept_call():
93 self.audio_receiver.clean_up()
95 self.pri_ad, self.audio_receiver.mac_address,
105 self.audio_receiver.clean_up()
106 self.audio_receiver.power_on()
108 self.audio_receiver.mac_address):
116 if not initiate_disconnect_from_hf(self.audio_receiver, self.pri_ad,
[all …]
DCoexBtMultiProfileFunctionalityTest.py51 self.audio_receiver.enter_pairing_mode()
53 self.pri_ad, self.audio_receiver.mac_address,
62 self.audio_receiver.clean_up()
73 self.pri_ad, self.audio_receiver.mac_address):
77 self.audio_receiver, self.pri_ad, self.sec_ad,
91 self.pri_ad, self.audio_receiver.mac_address):
96 (self.audio_receiver, self.pri_ad, self.sec_ad,
DWlanWithA2dpFunctionalityTest.py70 self.audio_receiver.enter_pairing_mode()
88 self.audio_receiver.clean_up()
196 (avrcp_actions, (self.pri_ad, self.audio_receiver)),
215 (avrcp_actions, (self.pri_ad, self.audio_receiver))]
/tools/test/connectivity/acts/tests/google/coex/stress_tests/
DCoexHfpStressTest.py44 self.audio_receiver.enter_pairing_mode()
46 self.pri_ad, self.audio_receiver.mac_address,
54 self.audio_receiver.clean_up()
70 self.pri_ad, self.audio_receiver.mac_address,
76 self.pri_ad, self.audio_receiver.mac_address,
79 self.audio_receiver.mac_address))
91 if not self.audio_receiver.press_initiate_call():
112 if not self.audio_receiver.press_initiate_call():
145 self.audio_receiver, self.pri_ad, self.sec_ad,
DCoexBtMultiProfileStressTest.py45 self.audio_receiver.enter_pairing_mode()
53 self.audio_receiver.clean_up()
78 self.pri_ad, self.audio_receiver.mac_address,
92 self.pri_ad, self.audio_receiver.mac_address,
95 self.audio_receiver.mac_address))
DCoexA2dpStressTest.py62 self.audio_receiver.pairing_mode()
73 self.audio_receiver.clean_up()
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DCoexBtMultiProfilePerformanceTest.py57 self.audio_receiver.enter_pairing_mode()
59 self.pri_ad, self.audio_receiver.mac_address,
68 self.audio_receiver.clean_up()
88 self.audio_receiver.mac_address,
91 self.pri_ad, self.audio_receiver.mac_address,
111 self.pri_ad, self.audio_receiver.mac_address):
DWlanWithHfpPerformanceTest.py43 self.audio_receiver.enter_pairing_mode()
45 self.pri_ad, self.audio_receiver.mac_address,
53 self.audio_receiver.clean_up()
72 if not self.audio_receiver.press_accept_call():
86 (self.audio_receiver, self.pri_ad, self.sec_ad,
DWlanWithA2dpPerformanceTest.py59 self.audio_receiver.enter_pairing_mode()
79 self.audio_receiver.clean_up()
116 (avrcp_actions, (self.pri_ad, self.audio_receiver))]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtRangeBaseTest.py59 self.audio_receiver = self.relay_devices[0]
60 self.headset_mac_address = self.audio_receiver.mac_address
85 self.audio_receiver.power_on()
86 self.audio_receiver.enter_pairing_mode()
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py76 def avrcp_actions(pri_ad, audio_receiver): argument
87 if "Volume_up" and "Volume_down" in (audio_receiver.relays.keys()):
89 audio_receiver.press_volume_up()
96 audio_receiver.press_volume_down()
104 if "Next" and "Previous" in audio_receiver.relays.keys():
105 audio_receiver.press_next()
107 audio_receiver.press_previous()
437 def initiate_disconnect_from_hf(audio_receiver, pri_ad, sec_ad, duration): argument
458 audio_receiver.press_initiate_call()
DCoexBaseTest.py87 self.audio_receiver = self.relay_devices[0]
88 self.audio_receiver.power_on()
89 self.headset_mac_address = self.audio_receiver.mac_address
417 self.audio_receiver.press_volume_down()
424 self.audio_receiver.press_volume_up()
/tools/test/connectivity/acts/tests/google/bt/performance/
DBtRangeWithA2dpTest.py48 (avrcp_actions, (self.pri_ad, self.audio_receiver))]