Searched refs:_playStream (Results 1 – 2 of 2) sorted by relevance
92 _playStream(NULL), in AudioDeviceLinuxPulse()1137 _playStream = LATE(pa_stream_new)(_paContext, "playStream", in InitPlayout()1140 if (!_playStream) in InitPlayout()1149 _mixerManager.SetPlayStream(_playStream); in InitPlayout()1160 LATE(pa_stream_get_state)(_playStream)); in InitPlayout()1180 LATE(pa_stream_get_sample_spec)(_playStream); in InitPlayout()1211 LATE(pa_stream_set_underflow_callback)(_playStream, in InitPlayout()1215 LATE(pa_stream_set_state_callback)(_playStream, in InitPlayout()1530 if (_playStream == NULL) in StopPlayout()1547 LATE(pa_stream_set_underflow_callback)(_playStream, NULL, NULL); in StopPlayout()[all …]
364 pa_stream* _playStream; variable