Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc78 _tempBufferSpace(0), in AudioDeviceLinuxPulse()
2248 _tempBufferSpace = LATE(pa_stream_writable_size)(_playStream); in EnableWriteCallback()
2249 if (_tempBufferSpace > 0) in EnableWriteCallback()
2278 _tempBufferSpace = bufferSpace; in PaStreamWriteCallbackHandler()
2724 if (_tempBufferSpace < write) in PlayThreadProcess()
2726 write = _tempBufferSpace; in PlayThreadProcess()
2761 _tempBufferSpace -= write; in PlayThreadProcess()
2766 if (_tempBufferSpace > 0) in PlayThreadProcess()
2793 if (_tempBufferSpace < write) in PlayThreadProcess()
2795 write = _tempBufferSpace; in PlayThreadProcess()
[all …]
Daudio_device_pulse_linux.h346 size_t _tempBufferSpace; variable