OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_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
299
input_node_types
= []
308
input_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
):
362
@param
input_node_types
: A list of input node types. None to skip setting.
369
if len(
input_node_types
) == 1:
370
set_single_selected_input_node(
input_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
):
126
@param
input_node_types
: A list of input 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
):
228
@param
input_node_types
: A list of input 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 168 milliseconds