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:LATENCY_INTERVAL
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-tunnel.c
138
#define
LATENCY_INTERVAL
(1*PA_USEC_PER_SEC)
macro
1071
pa_core_rttime_restart(u->core, e, pa_rtclock_now() +
LATENCY_INTERVAL
);
in timeout_callback()
1714
u->time_event = pa_core_rttime_new(u->core, pa_rtclock_now() +
LATENCY_INTERVAL
, timeout_callback, u);
in create_stream_callback()
2469
u->smoother = pa_smoother_2_new(
LATENCY_INTERVAL
+ 5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_size(&u->sample_spec), u->sample_spec.rate);
in do_init()
Completed in 4 milliseconds