Searched refs:stop_playing_audio_subprocess (Results 1 – 3 of 3) sorted by relevance
449 if not self.bluetooth_facade.stop_playing_audio_subprocess():876 if not self.bluetooth_facade.stop_playing_audio_subprocess():
1172 def stop_playing_audio_subprocess(self): member in BluetoothDevice1177 return self._proxy.stop_playing_audio_subprocess()
2532 def stop_playing_audio_subprocess(self): member in BluetoothFacadeNative