HomeSort by relevance Sort by last modified time
    Searched refs:_playing (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc 37 _playing(false),
188 if (_playing) {
193 _playing = true;
200 _playing = false;
208 _playing = false;
224 _playing = false;
479 if(!_playing) {
file_audio_device.h 188 bool _playing; member in class:webrtc::FileAudioDevice
  /external/webrtc/webrtc/voice_engine/
dtmf_inband.cc 78 _playing(false),
195 _playing = true;
205 if (!_playing)
210 _playing = false;
226 return (_remainingSamples > 0 || _playing);
dtmf_inband.h 81 bool _playing; member in class:webrtc::DtmfInband
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 92 _playing(false),
254 if (_playing)
651 bool playing = _playing;
1019 if (_playing)
    [all...]
audio_device_pulse_linux.cc 51 _playing(false),
281 if (_playing)
406 if (!_playing) {
710 if (_playChannels == 2 && _playing) {
1108 if (_playing)
    [all...]
audio_device_alsa_linux.h 230 bool _playing; member in class:webrtc::AudioDeviceLinuxALSA
audio_device_pulse_linux.h 313 bool _playing; member in class:webrtc::AudioDeviceLinuxPulse
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc 114 _playing(false),
355 if (_playing) {
422 if (_playing) {
1052 if (_playing) {
    [all...]
audio_device_mac.h 326 bool _playing; member in class:webrtc::AudioDeviceMac
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 73 _playing(false),
453 if (_playing)
    [all...]
audio_device_core_win.h 346 bool _playing; member in class:webrtc::AudioDeviceWindowsCore
audio_device_wave_win.h 266 bool _playing; member in class:webrtc::AudioDeviceWindowsWave
audio_device_core_win.cc 453 _playing(false),
721 _playing = false;
756 if (_playing)
    [all...]

Completed in 790 milliseconds