Home
last modified time | relevance | path

Searched refs:_playing (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc37 _playing(false), in FileAudioDevice()
188 if (_playing) { in StartPlayout()
193 _playing = true; in StartPlayout()
200 _playing = false; in StartPlayout()
208 _playing = false; in StartPlayout()
224 _playing = false; in StopPlayout()
479 if(!_playing) { in PlayThreadProcess()
Dfile_audio_device.h188 bool _playing; variable
/external/webrtc/webrtc/voice_engine/
Ddtmf_inband.cc78 _playing(false), in DtmfInband()
195 _playing = true; in StartTone()
205 if (!_playing) in StopTone()
210 _playing = false; in StopTone()
226 return (_remainingSamples > 0 || _playing); in IsAddingTone()
Ddtmf_inband.h81 bool _playing; variable
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc92 _playing(false), in AudioDeviceLinuxALSA()
254 if (_playing) in InitSpeaker()
651 bool playing = _playing; in StereoPlayoutIsAvailable()
1019 if (_playing) in InitPlayout()
1491 if (_playing) in StartPlayout()
1496 _playing = true; in StartPlayout()
1505 _playing = false; in StartPlayout()
1544 _playing = false; in StopPlayout()
1599 return (_playing); in Playing()
1940 _playing && in ErrorRecovery()
[all …]
Daudio_device_pulse_linux.cc51 _playing(false), in AudioDeviceLinuxPulse()
281 if (_playing) in InitSpeaker()
406 if (!_playing) { in SetSpeakerVolume()
710 if (_playChannels == 2 && _playing) { in StereoPlayoutIsAvailable()
1108 if (_playing) in InitPlayout()
1475 if (_playing) in StartPlayout()
1505 if (_playing) in StartPlayout()
1536 _playing = false; in StopPlayout()
1602 return (_playing); in Playing()
2705 _playing = true; in PlayThreadProcess()
[all …]
Daudio_device_alsa_linux.h230 bool _playing; variable
Daudio_device_pulse_linux.h313 bool _playing; variable
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc73 _playing(false), in AudioDeviceWindowsWave()
453 if (_playing) in InitSpeaker()
1599 if (_playing) in InitPlayout()
2100 if (_playing) in StartPlayout()
2117 if (_playing) in StartPlayout()
2150 _playing = false; in StopPlayout()
2231 return (_playing); in Playing()
2689 if (!_playing) in GetPlayoutBufferDelay()
3050 _playing = true; in ThreadProcess()
3068 if (_playing) in ThreadProcess()
[all …]
Daudio_device_core_win.cc453 _playing(false), in AudioDeviceWindowsCore()
721 _playing = false; in Terminate()
756 if (_playing) in InitSpeaker()
2159 if (_playing) in InitPlayout()
2741 if (!_playing) in StartRecording()
2976 if (_playing) in StartPlayout()
3012 _playing = true; in StartPlayout()
3041 _playing = false; in StopPlayout()
3060 _playing = false; in StopPlayout()
3078 _playing = false; in StopPlayout()
[all …]
Daudio_device_wave_win.h266 bool _playing; variable
Daudio_device_core_win.h346 bool _playing; variable
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc114 _playing(false), in AudioDeviceMac()
355 if (_playing) { in Terminate()
422 if (_playing) { in InitSpeaker()
1052 if (_playing) { in InitPlayout()
1426 } else if (!_playing) { in StartRecording()
1543 if (_playing) { in StartPlayout()
1557 _playing = true; in StartPlayout()
1572 if (_playing && renderDeviceIsAlive == 1) { in StopPlayout()
1580 _playing = false; in StopPlayout()
1632 _playing = false; in StopPlayout()
[all …]
Daudio_device_mac.h326 bool _playing; variable