Searched defs:Playing (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.cc76 bool FakeAudioDevice::Playing() const { function in class:webrtc::test::FakeAudioDevice
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A Dstreamplayer.cpp256 TBool CStreamPlayer::Playing() const function in class:CStreamPlayer
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_track_jni.h62 bool Playing() const { return _playing; } function in class:webrtc::AudioTrackJni
H A Dopensles_output.h74 bool Playing() const { return playing_; } function in class:webrtc::OpenSlesOutput
H A Daudio_device_template.h139 bool Playing() const { function in class:webrtc::AudioDeviceTemplate
140 return output_.Playing();
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_impl.cc321 bool WebRtcAudioDeviceImpl::Playing() const { function in class:content::WebRtcAudioDeviceImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc72 bool AudioDeviceDummy::Playing() const { return false; } function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc273 bool FileAudioDevice::Playing() const { function in class:webrtc::FileAudioDevice
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h65 virtual bool Playing() const { return false; } function in class:webrtc::FakeAudioDeviceModule
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc264 bool FakeAudioCaptureModule::Playing() const { function in class:FakeAudioCaptureModule
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc1609 // Playing
1612 bool AudioDeviceModuleImpl::Playing() const function in class:webrtc::AudioDeviceModuleImpl
1615 return (_ptrAudioDevice->Playing());
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc1681 bool AudioDeviceLinuxALSA::Playing() const function in class:webrtc::AudioDeviceLinuxALSA
H A Daudio_device_pulse_linux.cc1655 bool AudioDeviceLinuxPulse::Playing() const function in class:webrtc::AudioDeviceLinuxPulse
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.h442 bool Playing() const function in class:webrtc::voe::Channel
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc2081 bool AudioDeviceMac::Playing() const function in class:webrtc::AudioDeviceMac
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc2274 // Playing
2277 bool AudioDeviceWindowsWave::Playing() const function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.cc3126 // Playing
3129 bool AudioDeviceWindowsCore::Playing() const function in class:webrtc::AudioDeviceWindowsCore

Completed in 455 milliseconds