Home
last modified time | relevance | path

Searched defs:Playing (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/
Daudio_track_jni.h76 bool Playing() const { return playing_; } in Playing() function
Dopensles_player.h74 bool Playing() const { return playing_; } in Playing() function
Daudio_device_template.h182 bool Playing() const override { in Playing() function
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.h56 bool Playing() const override { return playing_; } in Playing() function
/external/webrtc/webrtc/test/
Dfake_audio_device.cc67 bool FakeAudioDevice::Playing() const { in Playing() function in webrtc::test::FakeAudioDevice
/external/webrtc/webrtc/modules/audio_device/dummy/
Daudio_device_dummy.cc72 bool AudioDeviceDummy::Playing() const { return false; } in Playing() function in webrtc::AudioDeviceDummy
Dfile_audio_device.cc245 bool FileAudioDevice::Playing() const { in Playing() function in webrtc::FileAudioDevice
/external/webrtc/webrtc/modules/audio_device/include/
Dfake_audio_device.h65 virtual bool Playing() const { return false; } in Playing() function
/external/webrtc/webrtc/voice_engine/
Dchannel.h418 bool Playing() const in Playing() function
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc254 bool FakeAudioCaptureModule::Playing() const { in Playing() function in FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc1517 bool AudioDeviceModuleImpl::Playing() const in Playing() function in webrtc::AudioDeviceModuleImpl
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc1597 bool AudioDeviceLinuxALSA::Playing() const in Playing() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc1599 bool AudioDeviceLinuxPulse::Playing() const in Playing() function in webrtc::AudioDeviceLinuxPulse
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc2229 bool AudioDeviceWindowsWave::Playing() const in Playing() function in webrtc::AudioDeviceWindowsWave
Daudio_device_core_win.cc3129 bool AudioDeviceWindowsCore::Playing() const in Playing() function in webrtc::AudioDeviceWindowsCore
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc1651 bool AudioDeviceMac::Playing() const { in Playing() function in webrtc::AudioDeviceMac