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_stream_drop
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
pulse_audio_dec.c
315
r =
pa_stream_drop
(pd->stream);
in pulse_read_packet()
339
pa_stream_drop
(pd->stream);
in pulse_read_packet()
346
pa_stream_drop
(pd->stream);
in pulse_read_packet()
/third_party/pulseaudio/src/tests/
H
A
D
lo-latency-test.c
136
pa_stream_drop
(s);
in read_cb()
H
A
D
interpol-test.c
77
fail_unless(
pa_stream_drop
(p) == 0);
in stream_read_cb()
H
A
D
lo-test-util.c
155
pa_stream_drop
(s);
in calibrate_read_cb()
/third_party/pulseaudio/src/pulse/
H
A
D
simple.c
338
r =
pa_stream_drop
(p->stream);
in pa_simple_read()
356
r =
pa_stream_drop
(p->stream);
in pa_simple_read()
473
*
pa_stream_drop
() won't be called until the whole chunk has
in pa_simple_get_latency()
H
A
D
stream.h
153
* pa_stream_write() for playback, or pa_stream_peek() /
pa_stream_drop
() for
546
* Use
pa_stream_drop
() to actually remove the data from the buffer
547
* and move the read index forward.
pa_stream_drop
() should not be
559
int
pa_stream_drop
(pa_stream *p);
H
A
D
stream.c
1691
int
pa_stream_drop
(pa_stream *s) {
in pa_stream_drop()
function
/third_party/pulseaudio/src/utils/
H
A
D
pacat.c
263
pa_stream_drop
(s);
in stream_read_callback()
282
pa_stream_drop
(s);
in stream_read_callback()
304
pa_stream_drop
(s);
in stream_read_callback()
H
A
D
padsp.c
939
if (
pa_stream_drop
(i->rec_stream) < 0) {
in fd_info_copy_data()
940
debug(DEBUG_LEVEL_NORMAL, __FILE__":
pa_stream_drop
(): %s\n", pa_strerror(pa_context_errno(i->context)));
in fd_info_copy_data()
964
if (
pa_stream_drop
(i->rec_stream) < 0) {
in fd_info_copy_data()
965
debug(DEBUG_LEVEL_NORMAL, __FILE__":
pa_stream_drop
(): %s\n", pa_strerror(pa_context_errno(i->context)));
in fd_info_copy_data()
/third_party/pulseaudio/src/modules/
H
A
D
module-tunnel-source-new.c
222
pa_stream_drop
(u->stream);
in read_new_samples()
Completed in 14 milliseconds