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:sink_volume
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pulseaudio/src/utils/
H
A
D
padsp.c
101
pa_cvolume
sink_volume
, source_volume;
member
649
pa_cvolume_reset(&i->
sink_volume
, 2);
in fd_info_new()
1258
if (!pa_cvolume_equal(&i->
sink_volume
, &si->volume))
in sink_info_cb()
1261
i->
sink_volume
= si->volume;
in sink_info_cb()
1582
if (i->
sink_volume
.channels > 1)
in mixer_ioctl()
1618
v = &i->
sink_volume
;
in mixer_ioctl()
1643
v = i->
sink_volume
;
in mixer_ioctl()
1644
pv = &i->
sink_volume
;
in mixer_ioctl()
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
bluez5-util.h
123
pa_volume_t
sink_volume
;
member
H
A
D
backend-native.c
789
t->
sink_volume
= hsp_gain_to_volume(gain);
in rfcomm_io_callback()
890
if (t->
sink_volume
== volume)
in set_sink_volume()
893
t->
sink_volume
= volume;
in set_sink_volume()
H
A
D
bluez5-util.c
214
t->
sink_volume
= PA_VOLUME_INVALID;
in pa_bluetooth_transport_new()
588
else if (t->profile == PA_BLUETOOTH_PROFILE_A2DP_SINK && t->
sink_volume
== volume)
in pa_bluetooth_transport_set_volume()
594
t->
sink_volume
= volume;
in pa_bluetooth_transport_set_volume()
651
if (t->
sink_volume
== volume)
in pa_bluetooth_transport_remote_volume_changed()
653
t->
sink_volume
= volume;
in pa_bluetooth_transport_remote_volume_changed()
H
A
D
module-bluez5-device.c
2427
volume = t->
sink_volume
;
in transport_sink_volume_changed_cb()
Completed in 14 milliseconds