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_IDLE
(Results
1 - 14
of
14
) sorted by relevance
/third_party/pulseaudio/src/pulse/
H
A
D
def.h
878
PA_SINK_IDLE
= 1,
enumerator
902
return x == PA_SINK_RUNNING || x ==
PA_SINK_IDLE
;
in PA_SINK_IS_OPENED()
913
#define
PA_SINK_IDLE
PA_SINK_IDLE
macro
/third_party/pulseaudio/src/modules/raop/
H
A
D
raop-sink.c
271
if (u->sink->thread_info.state !=
PA_SINK_IDLE
) {
in sink_process_msg()
277
if (u->sink->thread_info.state !=
PA_SINK_IDLE
)
in sink_process_msg()
317
case
PA_SINK_IDLE
:
in sink_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/pulsecore/
H
A
D
sink.h
51
return x == PA_SINK_RUNNING || x ==
PA_SINK_IDLE
|| x == PA_SINK_SUSPENDED;
in PA_SINK_IS_LINKED()
H
A
D
sink.c
732
pa_assert_se(sink_set_state(s,
PA_SINK_IDLE
, 0) == 0);
in pa_sink_put()
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()
2567
case
PA_SINK_IDLE
: return "IDLE";
in pa_sink_state_to_string()
/third_party/pulseaudio/src/modules/
H
A
D
module-esound-sink.c
210
case
PA_SINK_IDLE
:
in sink_set_state_in_io_thread_cb()
H
A
D
module-tunnel-sink-new.c
558
case
PA_SINK_IDLE
:
in sink_set_state_in_io_thread_cb()
H
A
D
module-solaris.c
441
case
PA_SINK_IDLE
:
in sink_set_state_in_io_thread_cb()
H
A
D
module-combine-sink.c
838
case
PA_SINK_IDLE
:
in sink_set_state_in_main_thread_cb()
H
A
D
module-tunnel.c
708
case
PA_SINK_IDLE
:
in sink_set_state_in_main_thread_cb()
/third_party/pulseaudio/src/modules/macosx/
H
A
D
module-coreaudio-device.c
362
case
PA_SINK_IDLE
:
in ca_sink_set_state_in_main_thread()
/third_party/pulseaudio/src/modules/oss/
H
A
D
module-oss.c
697
case
PA_SINK_IDLE
:
in sink_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
module-bluez5-device.c
1143
case
PA_SINK_IDLE
:
in sink_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-sink.c
1430
case
PA_SINK_IDLE
:
in sink_set_state_in_io_thread_cb()
/third_party/pulseaudio/src/utils/
H
A
D
pactl.c
556
[1+
PA_SINK_IDLE
] = "IDLE",
in get_sink_info_callback()
Completed in 31 milliseconds