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 293 @returns: A tuple (output_node_types, input_node_types) where each
298 output_node_types = []
310 output_node_types.append(node_type)
311 return (output_node_types, input_node_types)
317 @returns: A tuple (output_node_types, input_node_types) where each
337 @returns: A tuple (output_node_types, input_node_types) where each
358 def set_selected_node_types(output_node_types, input_node_types):
361 @param output_node_types: A list of output node types. None to skip setting.
365 if len(output_node_types) == 1:
366 set_single_selected_output_node(output_node_types[0]
    [all...]
  /external/autotest/server/cros/multimedia/
audio_facade_adapter.py 119 def set_selected_node_types(self, output_node_types, input_node_types):
124 @param output_node_types: A list of output node types.
131 output_node_types, input_node_types)
137 @returns: A tuple (output_node_types, input_node_types) where each
148 @returns: A tuple (output_node_types, input_node_types) where each
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 221 def set_selected_node_types(self, output_node_types, input_node_types):
226 @param output_node_types: A list of output node types.
232 cras_utils.set_selected_node_types(output_node_types, input_node_types)
238 @returns: A tuple (output_node_types, input_node_types) where each
249 @returns: A tuple (output_node_types, input_node_types) where each

Completed in 264 milliseconds