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:ext_ops
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/topology/
H
A
D
ops.c
185
be->
ext_ops
.info = ival;
in tplg_parse_ext_ops()
187
be->
ext_ops
.put = ival;
in tplg_parse_ext_ops()
189
be->
ext_ops
.get = ival;
in tplg_parse_ext_ops()
205
if (be->
ext_ops
.info + be->
ext_ops
.get + be->
ext_ops
.put == 0)
in tplg_save_ext_ops()
208
if (err >= 0 && be->
ext_ops
.info > 0) {
in tplg_save_ext_ops()
209
s = tplg_ops_name(be->
ext_ops
.info);
in tplg_save_ext_ops()
212
be->
ext_ops
.info);
in tplg_save_ext_ops()
216
if (err >= 0 && be->
ext_ops
in tplg_save_ext_ops()
[all...]
H
A
D
ctl.c
1164
be->
ext_ops
.put = bytes_ctl->
ext_ops
.put;
in tplg_add_bytes()
1165
be->
ext_ops
.get = bytes_ctl->
ext_ops
.get;
in tplg_add_bytes()
1471
bt->
ext_ops
.get = bc->
ext_ops
.get;
in tplg_decode_control_bytes1()
1472
bt->
ext_ops
.put = bc->
ext_ops
.put;
in tplg_decode_control_bytes1()
1473
bt->
ext_ops
.info = bc->
ext_ops
in tplg_decode_control_bytes1()
[all...]
/third_party/alsa-lib/include/
H
A
D
topology.h
927
struct snd_tplg_io_ops_template
ext_ops
; /*!< ops mapping */
member
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
449
struct snd_soc_tplg_io_ops
ext_ops
;
member
Completed in 6 milliseconds