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:SM_CAP_GVOLUME
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/mixer/
H
A
D
simple_none.c
691
caps |=
SM_CAP_GVOLUME
;
in simple_update()
727
caps |=
SM_CAP_GVOLUME
;
in simple_update()
766
caps &= ~
SM_CAP_GVOLUME
;
in simple_update()
777
caps &= ~
SM_CAP_GVOLUME
;
in simple_update()
810
if (caps & (
SM_CAP_GVOLUME
|SM_CAP_PVOLUME))
in simple_update()
814
if (caps & (
SM_CAP_GVOLUME
|SM_CAP_CVOLUME))
in simple_update()
870
if ((caps &
SM_CAP_GVOLUME
) &&
in simple_update()
968
if (s->selem.caps &
SM_CAP_GVOLUME
)
in _snd_mixer_selem_set_volume()
1088
if (s->selem.caps &
SM_CAP_GVOLUME
)
in get_volume_ops()
1184
if (s->selem.caps &
SM_CAP_GVOLUME
)
in get_dB_range_ops()
[all...]
H
A
D
simple.c
199
return COND_CAPS(elem,
SM_CAP_GVOLUME
);
in snd_mixer_selem_has_common_volume()
/third_party/alsa-lib/include/
H
A
D
mixer_abst.h
42
#define
SM_CAP_GVOLUME
(1<<1)
macro
/third_party/alsa-lib/modules/mixer/simple/
H
A
D
sbase.c
76
static unsigned int gmask[2] = {
SM_CAP_GVOLUME
,
SM_CAP_GVOLUME
};
in update_ranges()
H
A
D
python.c
664
{"CAP_GVOLUME", (getter)pymelem_cap, NULL, NULL, (void *)
SM_CAP_GVOLUME
},
Completed in 9 milliseconds