Home
last modified time | relevance | path

Searched refs:_playStream (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc78 _playStream(NULL), in AudioDeviceLinuxPulse()
876 _playStream = in InitPlayout()
880 if (!_playStream) { in InitPlayout()
887 _mixerManager.SetPlayStream(_playStream); in InitPlayout()
896 << LATE(pa_stream_get_state)(_playStream); in InitPlayout()
913 const pa_sample_spec* spec = LATE(pa_stream_get_sample_spec)(_playStream); in InitPlayout()
941 (_playStream, PaStreamUnderflowCallback, this); in InitPlayout()
944 LATE(pa_stream_set_state_callback)(_playStream, PaStreamStateCallback, this); in InitPlayout()
1214 if (_playStream == NULL) { in StopPlayout()
1228 LATE(pa_stream_set_underflow_callback)(_playStream, NULL, NULL); in StopPlayout()
[all …]
Daudio_device_pulse_linux.h335 pa_stream* _playStream; variable