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:control_channels
(Results
1 - 1
of
1
) sorted by relevance
/third_party/alsa-utils/alsamixer/
H
A
D
mixer_controls.c
48
static const snd_mixer_selem_channel_id_t
control_channels
[][2] = {
variable
115
for (i = 0; i < ARRAY_SIZE(
control_channels
); ++i) {
in has_merged_cswitch()
116
if (has_any_control_channel(elem,
control_channels
[i], snd_mixer_selem_has_capture_channel) &&
in has_merged_cswitch()
117
!has_any_control_channel(elem,
control_channels
[i], snd_mixer_selem_has_playback_channel))
in has_merged_cswitch()
138
for (i = 0; i < ARRAY_SIZE(
control_channels
); ++i) {
in get_playback_controls_count()
139
if (snd_mixer_selem_has_playback_channel(elem,
control_channels
[i][0]) ||
in get_playback_controls_count()
140
(
control_channels
[i][1] != SND_MIXER_SCHN_UNKNOWN &&
in get_playback_controls_count()
141
snd_mixer_selem_has_playback_channel(elem,
control_channels
[i][1])))
in get_playback_controls_count()
161
for (i = 0; i < ARRAY_SIZE(
control_channels
); ++i) {
in get_capture_controls_count()
162
if (snd_mixer_selem_has_capture_channel(elem,
control_channels
[
in get_capture_controls_count()
[all...]
Completed in 1 milliseconds