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_CENUM
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/mixer/
H
A
D
simple_none.c
298
if ((s->selem.caps & (
SM_CAP_CENUM
| SM_CAP_PENUM)) ==
in elem_read_enum()
299
(
SM_CAP_CENUM
| SM_CAP_PENUM))
in elem_read_enum()
303
else if (s->selem.caps &
SM_CAP_CENUM
)
in elem_read_enum()
540
if ((s->selem.caps & (
SM_CAP_CENUM
| SM_CAP_PENUM)) ==
in elem_write_enum()
541
(
SM_CAP_CENUM
| SM_CAP_PENUM))
in elem_write_enum()
545
else if (s->selem.caps &
SM_CAP_CENUM
)
in elem_write_enum()
790
caps |= SM_CAP_PENUM |
SM_CAP_CENUM
;
in simple_update()
802
caps |=
SM_CAP_CENUM
;
in simple_update()
1028
if (dir == SM_PLAY && (s->selem.caps & SM_CAP_PENUM) && !(s->selem.caps &
SM_CAP_CENUM
) )
in is_ops()
1030
if (dir == SM_CAPT && (s->selem.caps &
SM_CAP_CENUM
)
in is_ops()
[all...]
H
A
D
simple.c
106
if (!(((sm_selem_t *)(elem)->private_data)->caps & (SM_CAP_PENUM|
SM_CAP_CENUM
))) \
/third_party/alsa-lib/include/
H
A
D
mixer_abst.h
54
#define
SM_CAP_CENUM
(1<<13)
macro
/third_party/alsa-lib/modules/mixer/simple/
H
A
D
python.c
676
{"CAP_CENUM", (getter)pymelem_cap, NULL, NULL, (void *)
SM_CAP_CENUM
},
Completed in 6 milliseconds