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:get_mute
(Results
1 - 7
of
7
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
source.c
156
s->
get_mute
= NULL;
in reset_callbacks()
533
s->
get_mute
= cb;
in pa_source_set_get_mute_callback()
1922
if ((s->refresh_muted || force_refresh) && s->
get_mute
) {
in pa_source_get_mute()
1929
if (s->
get_mute
(s, &mute) >= 0)
in pa_source_get_mute()
2218
if (s->flags & PA_SOURCE_DEFERRED_VOLUME && s->
get_mute
)
in pa_source_process_msg()
2219
return s->
get_mute
(s, userdata);
in pa_source_process_msg()
H
A
D
sink.c
166
s->
get_mute
= NULL;
in reset_callbacks()
585
s->
get_mute
= cb;
in pa_sink_set_get_mute_callback()
2403
if ((s->refresh_muted || force_refresh) && s->
get_mute
) {
in pa_sink_get_mute()
2410
if (s->
get_mute
(s, &mute) >= 0)
in pa_sink_get_mute()
2928
if (s->flags & PA_SINK_DEFERRED_VOLUME && s->
get_mute
)
in pa_sink_process_msg()
2929
return s->
get_mute
(s, userdata);
in pa_sink_process_msg()
H
A
D
source.h
193
* chooses the latter approach, it should implement the
get_mute
callback.
194
* Otherwise
get_mute
can be NULL.
205
pa_source_get_mute_cb_t
get_mute
;
member
H
A
D
sink.h
225
* it should implement the
get_mute
callback. Otherwise
get_mute
can be
237
pa_sink_get_mute_cb_t
get_mute
;
member
/third_party/pulseaudio/src/modules/
H
A
D
module-solaris.c
456
if (s->
get_mute
(s, &mute) >= 0)
in sink_set_state_in_io_thread_cb()
1107
if (u->sink->
get_mute
(u->sink, &mute) >= 0)
in pa__init()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-sink.c
2807
if (u->sink->
get_mute
) {
in pa_alsa_sink_new()
2810
if (u->sink->
get_mute
(u->sink, &mute) >= 0)
in pa_alsa_sink_new()
H
A
D
alsa-source.c
2465
if (u->source->
get_mute
) {
in pa_alsa_source_new()
2468
if (u->source->
get_mute
(u->source, &mute) >= 0)
in pa_alsa_source_new()
Completed in 22 milliseconds