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:soft_muted
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
source.c
326
s->thread_info.
soft_muted
= s->muted;
in pa_source_new()
662
s->thread_info.
soft_muted
= s->muted;
in pa_source_put()
987
if (s->thread_info.
soft_muted
|| !pa_cvolume_is_norm(&s->thread_info.soft_volume)) {
in pa_source_post()
993
if (s->thread_info.
soft_muted
|| pa_cvolume_is_muted(&s->thread_info.soft_volume))
in pa_source_post()
1029
if (s->thread_info.
soft_muted
|| !pa_cvolume_is_norm(&s->thread_info.soft_volume)) {
in pa_source_post_direct()
1035
if (s->thread_info.
soft_muted
|| pa_cvolume_is_muted(&s->thread_info.soft_volume))
in pa_source_post_direct()
2207
if (s->thread_info.
soft_muted
!= s->muted) {
in pa_source_process_msg()
2208
s->thread_info.
soft_muted
= s->muted;
in pa_source_process_msg()
H
A
D
sink.c
339
s->thread_info.
soft_muted
= s->muted;
in pa_sink_new()
714
s->thread_info.
soft_muted
= s->muted;
in pa_sink_put()
1293
if (s->thread_info.
soft_muted
|| pa_cvolume_is_muted(&volume)) {
in pa_sink_render()
1313
s->thread_info.
soft_muted
);
in pa_sink_render()
1370
if (s->thread_info.
soft_muted
|| pa_cvolume_is_muted(&volume))
in pa_sink_render_into()
1399
s->thread_info.
soft_muted
);
in pa_sink_render_into()
2916
if (s->thread_info.
soft_muted
!= s->muted) {
in pa_sink_process_msg()
2917
s->thread_info.
soft_muted
= s->muted;
in pa_sink_process_msg()
H
A
D
source.h
240
bool
soft_muted
:1;
member
H
A
D
sink.h
282
bool
soft_muted
:1;
member
Completed in 13 milliseconds