Home
last modified time | relevance | path

Searched refs:accept_suspend (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/pandora/test/
Da2dp_test.py340 …await asyncio.gather(self.dut.a2dp.Suspend(source=dut_ref1_source), channel.accept_suspend(timeout…
947 … await asyncio.gather(self.dut.a2dp.Suspend(source=dut_ref1_source), channel.accept_suspend())
1013 … await asyncio.gather(self.dut.a2dp.Suspend(source=dut_ref1_source), channel.accept_suspend())
/packages/modules/Bluetooth/android/pandora/test/a2dp/
Dsignaling_channel.py237 async def accept_suspend(self, timeout: float = 3.0): member in SignalingChannel