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_rtclock_get
(Results
1 - 7
of
7
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-rtclock.c
63
return pa_timeval_diff(
pa_rtclock_get
(&now), tv);
in pa_rtclock_age()
66
struct timeval *
pa_rtclock_get
(struct timeval *tv) {
in pa_rtclock_get()
function
192
pa_rtclock_get
(&rt_now);
in pa_rtclock_from_wallclock()
239
pa_rtclock_get
(&rt_now);
in wallclock_from_rtclock()
H
A
D
core-rtclock.h
30
struct timeval *
pa_rtclock_get
(struct timeval *ts);
H
A
D
rtpoll.c
295
pa_rtclock_get
(&now);
in pa_rtpoll_run()
397
pa_rtclock_get
(&p->next_elapse);
in pa_rtpoll_set_timer_relative()
/third_party/pulseaudio/src/tests/
H
A
D
rtstutter.c
87
pa_rtclock_get
(&end);
in work()
91
pa_rtclock_get
(&now);
in work()
/third_party/pulseaudio/src/pulse/
H
A
D
rtclock.c
35
return pa_timeval_load(
pa_rtclock_get
(&tv));
in pa_rtclock_now()
/third_party/pulseaudio/src/modules/rtp/
H
A
D
module-rtp-recv.c
256
pa_rtclock_get
(&now);
in rtpoll_work_cb()
496
pa_rtclock_get
(&now);
in session_new()
642
pa_rtclock_get
(&now);
in sap_event_cb()
659
pa_rtclock_get
(&now);
in check_death_event_cb()
/third_party/pulseaudio/src/modules/raop/
H
A
D
raop-client.c
563
transmitted = timeval_to_ntp(
pa_rtclock_get
(&tv));
in build_udp_sync_packet()
636
transmitted = timeval_to_ntp(
pa_rtclock_get
(&tv));
in build_udp_timing_packet()
669
rci = timeval_to_ntp(
pa_rtclock_get
(&tv));
in handle_udp_timing_packet()
693
initial_time = timeval_to_ntp(
pa_rtclock_get
(&tv));
in send_initial_udp_timing_packet()
Completed in 6 milliseconds