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:slave_channels
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_share.c
106
unsigned int *
slave_channels
;
member
1009
int c = share->
slave_channels
[channel];
in snd_pcm_share_channel_info()
1290
free(share->
slave_channels
);
in snd_pcm_share_close()
1313
snd_output_printf(out, " %d: %d\n", k, share->
slave_channels
[k]);
in snd_pcm_share_dump()
1418
share->
slave_channels
= calloc(channels, sizeof(*share->
slave_channels
));
in snd_pcm_share_open()
1419
if (!share->
slave_channels
) {
in snd_pcm_share_open()
1423
memcpy(share->
slave_channels
, channels_map, channels * sizeof(*share->
slave_channels
));
in snd_pcm_share_open()
1427
free(share->
slave_channels
);
in snd_pcm_share_open()
[all...]
H
A
D
pcm_extplug.c
306
ext->data->
slave_channels
= slave->channels;
in snd_pcm_extplug_hw_params()
H
A
D
pcm_multi.c
880
unsigned int
slave_channels
=
in snd_pcm_multi_query_chmaps()
local
885
if ((*p)->map.channels ==
slave_channels
) {
in snd_pcm_multi_query_chmaps()
/third_party/alsa-lib/include/
H
A
D
pcm_extplug.h
123
*
slave_channels
hw parameter; filled after hw_params is caled
125
unsigned int
slave_channels
;
member
Completed in 7 milliseconds