OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:control_name
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/cros/servo/
plankton.py
73
def set(self,
control_name
, value):
76
@param
control_name
: plankton servo control item
79
assert
control_name
80
self._server.set(
control_name
, value)
83
def get(self,
control_name
):
86
@param
control_name
: plankton servo control item
88
assert
control_name
89
return self._server.get(
control_name
)
/external/autotest/utils/
test_importer.py
205
control_name
= "%s:%s"
206
control_name
%= (test_new_name[-2],
208
test.name = re.sub('control.*\.', '',
control_name
)
252
control_name
= "%s:%s"
253
control_name
%= (test_new_test[-2],
255
new_test.name =
control_name
.replace('control.', '')
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c
[
all
...]
msm8960_use_cases.h
104
char *
control_name
;
member in struct:mixer_control
Completed in 2477 milliseconds