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_selem_t
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/mixer/
H
A
D
simple.c
91
unsigned int xcaps = ((
sm_selem_t
*)(elem)->private_data)->caps; \
98
unsigned int xcaps = ((
sm_selem_t
*)(elem)->private_data)->caps; \
106
if (!(((
sm_selem_t
*)(elem)->private_data)->caps & (SM_CAP_PENUM|SM_CAP_CENUM))) \
110
!!(((
sm_selem_t
*)(elem)->private_data)->caps & (what))
117
sm_selem_t
*s1 = c1->private_data;
in snd_mixer_selem_compare()
118
sm_selem_t
*s2 = c2->private_data;
in snd_mixer_selem_compare()
137
sm_selem_t
*s;
in snd_mixer_find_selem()
158
sm_selem_t
*s;
in snd_mixer_selem_get_id()
172
sm_selem_t
*s;
in snd_mixer_selem_get_name()
185
sm_selem_t
*
in snd_mixer_selem_get_index()
[all...]
H
A
D
simple_none.c
77
sm_selem_t
selem;
/third_party/alsa-lib/include/
H
A
D
mixer_abst.h
63
#define sm_selem(x) ((
sm_selem_t
*)((x)->private_data))
64
#define sm_selem_ops(x) ((
sm_selem_t
*)((x)->private_data))->ops
71
}
sm_selem_t
;
typedef
/third_party/alsa-lib/modules/mixer/simple/
H
A
D
sbase.h
67
sm_selem_t
selem;
H
A
D
python.c
44
sm_selem_t
selem;
508
sm_selem_t
*simple = snd_mixer_elem_get_private(elem);
in selem_free()
Completed in 6 milliseconds