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:playing_for
(Results
1 - 6
of
6
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-native.h
135
uint64_t
playing_for
, underrun_for;
member
H
A
D
sink-input.c
627
i->thread_info.
playing_for
= 0;
in pa_sink_input_new()
1027
i->thread_info.
playing_for
= 0;
in pa_sink_input_peek()
1040
i->thread_info.
playing_for
+= tchunk.length;
in pa_sink_input_peek()
2328
i->thread_info.
playing_for
= 0;
in pa_sink_input_set_state_within_thread()
2501
if (nbytes > i->thread_info.
playing_for
)
in pa_sink_input_request_rewind()
2502
nbytes = (size_t) i->thread_info.
playing_for
;
in pa_sink_input_request_rewind()
H
A
D
sink-input.h
257
uint64_t underrun_for,
playing_for
;
member
H
A
D
protocol-native.c
1255
s->
playing_for
= s->sink_input->thread_info.
playing_for
;
in sink_input_process_msg()
2773
s->
playing_for
> 0 &&
in command_get_playback_latency()
2783
pa_tagstruct_putu64(reply, s->
playing_for
);
in command_get_playback_latency()
/third_party/pulseaudio/src/pulse/
H
A
D
stream.c
1843
uint64_t underrun_for = 0,
playing_for
= 0;
in stream_get_timing_info_callback()
local
1879
pa_tagstruct_getu64(t, &
playing_for
) < 0) {
in stream_get_timing_info_callback()
1894
i->since_underrun = (int64_t) (playing ?
playing_for
: underrun_for);
in stream_get_timing_info_callback()
/third_party/pulseaudio/src/modules/
H
A
D
module-tunnel.c
957
uint64_t underrun_for = 0,
playing_for
= 0;
in stream_get_latency_callback()
local
960
pa_tagstruct_getu64(t, &
playing_for
) < 0) {
in stream_get_latency_callback()
Completed in 22 milliseconds