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:selem
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/mixer/
H
A
D
simple_none.c
77
sm_selem_t
selem
;
member
298
if ((s->
selem
.caps & (SM_CAP_CENUM | SM_CAP_PENUM)) ==
in elem_read_enum()
301
else if (s->
selem
.caps & SM_CAP_PENUM)
in elem_read_enum()
303
else if (s->
selem
.caps & SM_CAP_CENUM)
in elem_read_enum()
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()
540
if ((s->
selem
.caps & (SM_CAP_CENUM | SM_CAP_PENUM)) ==
in elem_write_enum()
543
else if (s->
selem
.caps & SM_CAP_PENUM)
in elem_write_enum()
545
else if (s->
selem
.caps & SM_CAP_CENUM)
in elem_write_enum()
663
if (simple->
selem
in selem_free()
[all...]
/third_party/alsa-lib/modules/mixer/simple/
H
A
D
python.c
44
sm_selem_t
selem
;
member
111
return (struct pymelem *)((char *)snd_mixer_elem_get_private(elem) - offsetof(struct pymelem,
selem
));
in melem_to_pymelem()
525
return PyInt_FromLong(pymelem->
selem
.caps);
in pymelem_get_caps()
531
return PyUnicode_FromString(snd_mixer_selem_id_get_name(pymelem->
selem
.id));
in pymelem_get_name()
537
return PyInt_FromLong(snd_mixer_selem_id_get_index(pymelem->
selem
.id));
in pymelem_get_index()
544
pymelem->
selem
.caps = PyLong_AsLong(val);
in pymelem_set_caps()
549
pymelem->
selem
.caps = PyInt_AsLong(val);
in pymelem_set_caps()
641
memset(&pymelem->
selem
, 0, sizeof(pymelem->
selem
));
in pymelem_init()
646
pymelem->
selem
in pymelem_init()
[all...]
H
A
D
sbase.c
307
if (simple->
selem
.id)
in selem_free()
308
snd_mixer_selem_id_free(simple->
selem
.id);
in selem_free()
401
simple->
selem
.id = id;
in simple_event_add1()
402
simple->
selem
.ops = &simple_ac97_ops;
in simple_event_add1()
426
simple->
selem
.caps |= hsimple->caps;
in simple_event_add1()
H
A
D
sbase.h
67
sm_selem_t
selem
;
member
Completed in 4 milliseconds