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:snd_config_top
(Results
1 - 9
of
9
) sorted by relevance
/third_party/alsa-lib/test/lsb/
H
A
D
config.c
64
if (ALSA_CHECK(
snd_config_top
(&top)) < 0)
in test_top()
81
ALSA_CHECK(
snd_config_top
(&loaded));
in test_load()
87
ALSA_CHECK(
snd_config_top
(&made));
in test_load()
126
ALSA_CHECK(
snd_config_top
(&orig));
in test_save()
133
ALSA_CHECK(
snd_config_top
(&saved));
in test_save()
169
ALSA_CHECK(
snd_config_top
(&top));
in test_search()
202
ALSA_CHECK(
snd_config_top
(&top));
in test_searchv()
226
ALSA_CHECK(
snd_config_top
(&c1));
in test_add()
238
ALSA_CHECK(
snd_config_top
(&c4));
in test_add()
254
ALSA_CHECK(
snd_config_top
(
in test_delete()
[all...]
/third_party/alsa-utils/topology/
H
A
D
pre-processor.c
310
ret =
snd_config_top
(&_tplg_pp->output_cfg);
in init_pre_processor()
480
ret =
snd_config_top
(new);
in pre_process_include_conf()
941
err =
snd_config_top
(&top);
in pre_process()
/third_party/alsa-lib/include/
H
A
D
conf.h
89
int
snd_config_top
(snd_config_t **config);
/third_party/alsa-utils/alsactl/
H
A
D
utils.c
205
err =
snd_config_top
(&config);
in load_configuration()
207
error("
snd_config_top
error: %s", snd_strerror(err));
in load_configuration()
H
A
D
state.c
1602
err =
snd_config_top
(&config);
in save_state()
1604
error("
snd_config_top
error: %s", snd_strerror(err));
in save_state()
/third_party/alsa-lib/src/topology/
H
A
D
parser.c
197
ret =
snd_config_top
(&top);
in tplg_load_config()
/third_party/alsa-lib/src/mixer/
H
A
D
simple_abst.c
307
err =
snd_config_top
(&top);
in snd_mixer_simple_basic_register()
/third_party/alsa-lib/src/ucm/
H
A
D
utils.c
391
err =
snd_config_top
(&top);
in uc_mgr_config_load()
H
A
D
parser.c
2818
err =
snd_config_top
(&uc_mgr->local_config);
in uc_mgr_import_master_config()
2822
err =
snd_config_top
(&uc_mgr->macros);
in uc_mgr_import_master_config()
Completed in 12 milliseconds