Searched refs:pa_stream_readable_size (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dpulse_mangling.h67 #define pa_stream_readable_size PULSE_MANGLER(pa_stream_readable_size) macro
H A Dpulse_stubs.c189 PROXY_STUB (pa_stream_readable_size, size_t,
246 ELEMENT(pa_stream_readable_size)
H A Dpulseaudio.c606 /* We should only call pa_stream_readable_size() once and trust the first value */
608 cFramesAvail = pa_stream_readable_size(pPulse->pStream) >> hwshift;
H A DDrvHostPulseAudio.cpp702 /* We should only call pa_stream_readable_size() once and trust the first value. */
704 size_t cbAvail = pa_stream_readable_size(pThisStrmIn->pStream);

Completed in 1564 milliseconds