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_rtpoll_run
(Results
1 - 21
of
21
) sorted by relevance
/third_party/pulseaudio/src/tests/
H
A
D
rtpoll-test.c
63
fail_unless(
pa_rtpoll_run
(p) >= 0);
in START_TEST()
75
fail_unless(
pa_rtpoll_run
(p) >= 0);
in START_TEST()
/third_party/pulseaudio/src/pulsecore/
H
A
D
rtpoll.h
61
int
pa_rtpoll_run
(pa_rtpoll *f);
68
* the last
pa_rtpoll_run
() invocation to finish */
76
*
pa_rtpoll_run
() is called. Hence: call this immediately before
H
A
D
rtpoll.c
207
int
pa_rtpoll_run
(pa_rtpoll *p) {
in pa_rtpoll_run()
function
568
*
pa_rtpoll_run
() to return 0 */
in asyncmsgq_read_work()
/third_party/pulseaudio/src/modules/
H
A
D
module-pipe-sink.c
343
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func_use_timing()
391
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-sine-source.c
183
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-null-source.c
180
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-pipe-source.c
181
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-null-sink.c
298
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-esound-sink.c
356
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-waveout.c
286
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-solaris.c
840
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-combine-sink.c
464
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0) {
in thread_func()
465
pa_log_info("
pa_rtpoll_run
() = %i", ret);
in thread_func()
H
A
D
module-tunnel.c
871
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
/third_party/pulseaudio/src/modules/jack/
H
A
D
module-jack-sink.c
242
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
module-jack-source.c
202
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
/third_party/pulseaudio/src/modules/raop/
H
A
D
raop-sink.c
454
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
/third_party/pulseaudio/src/modules/macosx/
H
A
D
module-coreaudio-device.c
739
ret =
pa_rtpoll_run
(u->rtpoll);
in thread_func()
/third_party/pulseaudio/src/modules/oss/
H
A
D
module-oss.c
1139
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0) {
in thread_func()
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
module-bluez5-device.c
1689
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0) {
in thread_func()
1690
pa_log_debug("
pa_rtpoll_run
failed with: %d", ret);
in thread_func()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-sink.c
2086
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
H
A
D
alsa-source.c
1790
if ((ret =
pa_rtpoll_run
(u->rtpoll)) < 0)
in thread_func()
Completed in 30 milliseconds