Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ctl_info
(Results
1 - 6
of
6
) sorted by relevance
/third_party/alsa-utils/alsactl/
H
A
D
init_parse.c
77
snd_ctl_elem_info_t *
ctl_info
;
member
113
if (space->
ctl_info
) {
in free_space()
114
snd_ctl_elem_info_free(space->
ctl_info
);
in free_space()
115
space->
ctl_info
= NULL;
in free_space()
205
err = snd_ctl_elem_info_malloc(&res->
ctl_info
);
in init_space()
251
err = snd_hctl_elem_info(elem, space->
ctl_info
);
in check_id_changed()
278
type = snd_ctl_elem_info_get_type(space->
ctl_info
);
in get_ctl_value()
279
count = snd_ctl_elem_info_get_count(space->
ctl_info
);
in get_ctl_value()
349
type = snd_ctl_elem_info_get_type(space->
ctl_info
);
in set_ctl_value()
350
count = snd_ctl_elem_info_get_count(space->
ctl_info
);
in set_ctl_value()
[all...]
/third_party/alsa-lib/src/ucm/
H
A
D
ucm_subs.c
88
snprintf(num, sizeof(num), "%i", snd_ctl_card_info_get_card(ctl_list->
ctl_info
));
in get_card_number()
106
return strdup(snd_ctl_card_info_get_id(ctl_list->
ctl_info
));
in rval_card_id()
116
return strdup(snd_ctl_card_info_get_driver(ctl_list->
ctl_info
));
in rval_card_driver()
126
return strdup(snd_ctl_card_info_get_name(ctl_list->
ctl_info
));
in rval_card_name()
136
return strdup(snd_ctl_card_info_get_longname(ctl_list->
ctl_info
));
in rval_card_longname()
146
return strdup(snd_ctl_card_info_get_components(ctl_list->
ctl_info
));
in rval_card_components()
191
return strdup(snd_ctl_card_info_get_id(ctl_list->
ctl_info
));
in rval_card_id_by_name()
301
iter->info = iter->ctl_list->
ctl_info
;
in rval_card_lookup1()
H
A
D
utils.c
103
s = snd_ctl_card_info_get_name(ctl_list->
ctl_info
);
in uc_mgr_get_ctl_by_name()
122
s = snd_ctl_card_info_get_name(ctl_list->
ctl_info
);
in uc_mgr_get_ctl_by_name()
155
snd_ctl_card_info_free(ctl_list->
ctl_info
);
in uc_mgr_free_ctl()
217
if (snd_ctl_card_info_malloc(&cl->
ctl_info
) < 0) {
in uc_mgr_ctl_add()
221
snd_ctl_card_info_copy(cl->
ctl_info
, info);
in uc_mgr_ctl_add()
311
if (strcmp(id, snd_ctl_card_info_get_id(ctl_list->
ctl_info
)) == 0) {
in uc_mgr_open_ctl()
H
A
D
ucm_local.h
128
snd_ctl_card_info_t *
ctl_info
;
member
H
A
D
parser.c
2513
*info = ctl_list->
ctl_info
;
in get_card_info()
/third_party/python/Modules/
H
A
D
socketmodule.c
2308
struct
ctl_info
info;
in getsockaddrarg()
Completed in 17 milliseconds