Searched refs:pa_rtpoll_set_timer_absolute (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 230 pa_rtpoll_set_timer_absolute(u->rtpoll, now); in sink_process_msg() 346 pa_rtpoll_set_timer_absolute(u->rtpoll, now); in sink_set_state_in_io_thread_cb() 355 pa_rtpoll_set_timer_absolute(u->rtpoll, now); in sink_set_state_in_io_thread_cb() 633 pa_rtpoll_set_timer_absolute(u->rtpoll, intvl); in thread_func() 640 pa_rtpoll_set_timer_absolute(u->rtpoll, intvl); in thread_func()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | rtpoll.h | 63 void pa_rtpoll_set_timer_absolute(pa_rtpoll *p, pa_usec_t usec);
|
H A D | rtpoll.c | 384 void pa_rtpoll_set_timer_absolute(pa_rtpoll *p, pa_usec_t usec) { in pa_rtpoll_set_timer_absolute() function
|
/third_party/pulseaudio/src/modules/ |
H A D | module-sine-source.c | 178 pa_rtpoll_set_timer_absolute(u->rtpoll, u->timestamp); in thread_func()
|
H A D | module-null-source.c | 175 pa_rtpoll_set_timer_absolute(u->rtpoll, u->timestamp + u->block_usec); in thread_func()
|
H A D | module-null-sink.c | 293 pa_rtpoll_set_timer_absolute(u->rtpoll, u->timestamp); in thread_func()
|
H A D | module-pipe-sink.c | 338 pa_rtpoll_set_timer_absolute(u->rtpoll, u->timestamp); in thread_func_use_timing()
|
H A D | module-solaris.c | 773 pa_rtpoll_set_timer_absolute(u->rtpoll, xtime0 + PA_MIN(xsleep_interval, ysleep_interval)); in thread_func()
|
H A D | module-combine-sink.c | 456 pa_rtpoll_set_timer_absolute(u->rtpoll, u->thread_info.timestamp); in thread_func()
|
Completed in 8 milliseconds