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

  /external/autotest/server/cros/multimedia/
audio_facade_adapter.py 252 def set_chrome_active_node_type(self, output_node_type, input_node_type):
261 @param input_node_type: A node type defined in
266 output_node_type, input_node_type)
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 133 def set_chrome_active_node_type(self, output_node_type, input_node_type):
142 @param input_node_type: A node type defined in
150 if input_node_type:
152 input_node_type, True)
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 66 input_node_type = cros_port_id_to_cras_node_type(port_id)
67 check_audio_nodes(audio_facade, (None, [input_node_type]))

Completed in 181 milliseconds