HomeSort by relevance Sort by last modified time
    Searched refs:output_node_types (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/audio/
cras_utils.py 299 @returns: A tuple (output_node_types, input_node_types) where each
304 output_node_types = []
316 output_node_types.append(node_type)
317 return (output_node_types, input_node_types)
323 @returns: A tuple (output_node_types, input_node_types) where each
367 @returns: A tuple (output_node_types, input_node_types) where each
388 def set_selected_node_types(output_node_types, input_node_types):
391 @param output_node_types: A list of output node types. None to skip setting.
395 if len(output_node_types) == 1:
396 set_single_selected_output_node(output_node_types[0]
    [all...]
  /external/autotest/server/cros/multimedia/
audio_facade_adapter.py 144 def set_selected_node_types(self, output_node_types, input_node_types):
149 @param output_node_types: A list of output node types.
156 output_node_types, input_node_types)
162 @returns: A tuple (output_node_types, input_node_types) where each
173 @returns: A tuple (output_node_types, input_node_types) where each
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 273 def set_selected_node_types(self, output_node_types, input_node_types):
278 @param output_node_types: A list of output node types.
284 cras_utils.set_selected_node_types(output_node_types, input_node_types)
290 @returns: A tuple (output_node_types, input_node_types) where each
301 @returns: A tuple (output_node_types, input_node_types) where each

Completed in 101 milliseconds