OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_selected_node_types
(Results
1 - 8
of
8
) sorted by null
/external/autotest/server/cros/multimedia/
audio_facade_adapter.py
189
def
get_selected_node_types
(self):
member in class:AudioFacadeRemoteAdapter
197
return self._audio_proxy.
get_selected_node_types
()
/external/autotest/client/site_tests/audio_AlsaLoopback/
audio_AlsaLoopback.py
49
(output_type, input_type) = cras_utils.
get_selected_node_types
()
/external/autotest/server/site_tests/audio_AudioBasicExternalMicrophone/
audio_AudioBasicExternalMicrophone.py
64
_, input_nodes = audio_facade.
get_selected_node_types
()
/external/autotest/server/site_tests/audio_AudioBasicHDMI/
audio_AudioBasicHDMI.py
98
output_nodes, _ = audio_facade.
get_selected_node_types
()
/external/autotest/server/site_tests/audio_LeftRightInternalSpeaker/
audio_LeftRightInternalSpeaker.py
110
output_nodes, _ = self.audio_facade.
get_selected_node_types
()
/external/autotest/client/cros/multimedia/
audio_facade_native.py
354
def
get_selected_node_types
(self):
member in class:AudioFacadeNative
362
return cras_utils.
get_selected_node_types
()
/external/autotest/client/cros/audio/
cras_utils.py
347
def
get_selected_node_types
():
function
/external/autotest/client/cros/chameleon/
audio_test_utils.py
82
curr_out_nodes, curr_in_nodes = audio_facade.
get_selected_node_types
()
Completed in 514 milliseconds