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_GSWITCH
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/mixer/
H
A
D
simple_none.c
370
if ((s->selem.caps & (
SM_CAP_GSWITCH
|SM_CAP_PSWITCH)) == 0) {
in selem_read()
412
if ((s->selem.caps & (
SM_CAP_GSWITCH
|SM_CAP_CSWITCH)) == 0) {
in selem_read()
695
caps |=
SM_CAP_GSWITCH
;
in simple_update()
703
caps |=
SM_CAP_GSWITCH
;
in simple_update()
711
caps |=
SM_CAP_GSWITCH
;
in simple_update()
734
caps &= ~
SM_CAP_GSWITCH
;
in simple_update()
741
caps &= ~
SM_CAP_GSWITCH
;
in simple_update()
748
caps &= ~
SM_CAP_GSWITCH
;
in simple_update()
755
caps &= ~
SM_CAP_GSWITCH
;
in simple_update()
784
caps &= ~
SM_CAP_GSWITCH
;
in simple_update()
[all...]
H
A
D
simple.c
210
return COND_CAPS(elem,
SM_CAP_GSWITCH
);
in snd_mixer_selem_has_common_switch()
/third_party/alsa-lib/include/
H
A
D
mixer_abst.h
43
#define
SM_CAP_GSWITCH
(1<<2)
macro
/third_party/alsa-lib/modules/mixer/simple/
H
A
D
python.c
665
{"CAP_GSWITCH", (getter)pymelem_cap, NULL, NULL, (void *)
SM_CAP_GSWITCH
},
Completed in 6 milliseconds