Searched refs:on_reconfigure_command (Results 1 – 1 of 1) sorted by relevance
1635 def on_reconfigure_command(self, command): member in Protocol1642 result = endpoint.stream.on_reconfigure_command(command.capabilities)1905 def on_reconfigure_command(self, configuration): member in Stream1909 result = self.local_endpoint.on_reconfigure_command(configuration)2137 def on_reconfigure_command(self, command): member in LocalStreamEndPoint