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:subscribe_events
(Results
1 - 9
of
9
) sorted by relevance
/third_party/alsa-lib/src/control/
H
A
D
control_ext.c
73
if (ext->callback->
subscribe_events
)
in snd_ctl_ext_subscribe_events()
74
ext->callback->
subscribe_events
(ext, subscribe);
in snd_ctl_ext_subscribe_events()
470
.
subscribe_events
= snd_ctl_ext_subscribe_events,
683
The
subscribe_events
callback is called when the application subscribes or cancels
H
A
D
control_local.h
29
int (*
subscribe_events
)(snd_ctl_t *handle, int subscribe);
member
H
A
D
control_shm.c
135
ctrl->u.
subscribe_events
= subscribe;
in snd_ctl_shm_subscribe_events()
392
.
subscribe_events
= snd_ctl_shm_subscribe_events,
H
A
D
control_hw.c
389
.
subscribe_events
= snd_ctl_hw_subscribe_events,
H
A
D
control_remap.c
889
.
subscribe_events
= snd_ctl_remap_subscribe_events,
H
A
D
control.c
370
return ctl->ops->
subscribe_events
(ctl, subscribe);
in snd_ctl_subscribe_events()
/third_party/alsa-lib/include/
H
A
D
aserver.h
124
int
subscribe_events
;
member
H
A
D
control_external.h
237
void (*
subscribe_events
)(snd_ctl_ext_t *ext, int subscribe);
member
/third_party/alsa-lib/aserver/
H
A
D
aserver.c
642
ctrl->result = snd_ctl_subscribe_events(ctl, ctrl->u.
subscribe_events
);
in ctl_shm_cmd()
Completed in 12 milliseconds