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:pa_sink_used_by
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
sink.h
500
unsigned
pa_sink_used_by
(pa_sink *s); /* Number of connected streams which are not corked */
H
A
D
cli-text.c
261
pa_sink_used_by
(sink),
in pa_sink_list_to_string()
H
A
D
sink.c
918
return sink_set_state(s,
pa_sink_used_by
(s) ? PA_SINK_RUNNING : PA_SINK_IDLE, 0);
in pa_sink_update_status()
938
return sink_set_state(s,
pa_sink_used_by
(s) ? PA_SINK_RUNNING : PA_SINK_IDLE, 0);
in pa_sink_suspend()
1558
if (!passthrough &&
pa_sink_used_by
(s) > 0)
in pa_sink_reconfigure()
2498
* note the asymmetry to
pa_sink_used_by
()! */
in pa_sink_linked_by()
2507
unsigned
pa_sink_used_by
(pa_sink *s) {
in pa_sink_used_by()
function
2518
*
pa_sink_used_by
()!.*/
in pa_sink_used_by()
H
A
D
sink-input.c
711
if (i->state == PA_SINK_INPUT_CORKED && state == PA_SINK_INPUT_RUNNING &&
pa_sink_used_by
(i->sink) == 0 &&
in sink_input_set_state()
/third_party/pulseaudio/src/modules/
H
A
D
module-waveout.c
562
return (u->sink ?
pa_sink_used_by
(u->sink) : 0) +
in pa__get_n_used()
Completed in 12 milliseconds