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:source_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
650
pa_cvolume_reset(&i->
source_volume
, 2);
in fd_info_new()
1280
if (!pa_cvolume_equal(&i->
source_volume
, &si->volume))
in source_info_cb()
1283
i->
source_volume
= si->volume;
in source_info_cb()
1584
if (i->
source_volume
.channels > 1)
in mixer_ioctl()
1620
v = &i->
source_volume
;
in mixer_ioctl()
1646
v = i->
source_volume
;
in mixer_ioctl()
1647
pv = &i->
source_volume
;
in mixer_ioctl()
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
bluez5-util.h
122
pa_volume_t
source_volume
;
member
H
A
D
backend-native.c
799
t->
source_volume
= hsp_gain_to_volume(gain);
in rfcomm_io_callback()
915
if (t->
source_volume
== volume)
in set_source_volume()
918
t->
source_volume
= volume;
in set_source_volume()
H
A
D
bluez5-util.c
215
t->
source_volume
= PA_VOLUME_INVALID;
in pa_bluetooth_transport_new()
586
if (t->profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE && t->
source_volume
== volume)
in pa_bluetooth_transport_set_volume()
592
t->
source_volume
= volume;
in pa_bluetooth_transport_set_volume()
646
if (t->
source_volume
== volume)
in pa_bluetooth_transport_remote_volume_changed()
648
t->
source_volume
= volume;
in pa_bluetooth_transport_remote_volume_changed()
H
A
D
module-bluez5-device.c
2455
volume = t->
source_volume
;
in transport_source_volume_changed_cb()
Completed in 14 milliseconds