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 326 @returns: A tuple (output_node_types, input_node_types) where each
331 output_node_types = []
343 output_node_types.append(node_type)
344 return (output_node_types, input_node_types)
350 @returns: A tuple (output_node_types, input_node_types) where each
406 @returns: A tuple (output_node_types, input_node_types) where each
427 def set_selected_node_types(output_node_types, input_node_types):
430 @param output_node_types: A list of output node types. None to skip setting.
434 if len(output_node_types) == 1:
435 set_single_selected_output_node(output_node_types[0]
    [all...]
  /external/autotest/server/cros/multimedia/
audio_facade_adapter.py 174 def set_selected_node_types(self, output_node_types, input_node_types):
179 @param output_node_types: A list of output node types.
186 output_node_types, input_node_types)
192 @returns: A tuple (output_node_types, input_node_types) where each
203 @returns: A tuple (output_node_types, input_node_types) where each
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 340 def set_selected_node_types(self, output_node_types, input_node_types):
345 @param output_node_types: A list of output node types.
351 cras_utils.set_selected_node_types(output_node_types, input_node_types)
357 @returns: A tuple (output_node_types, input_node_types) where each
368 @returns: A tuple (output_node_types, input_node_types) where each

Completed in 228 milliseconds