Searched defs:Recording (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.cc86 bool FakeAudioDevice::Recording() const { function in class:webrtc::test::FakeAudioDevice
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_record_jni.h63 bool Recording() const { return _recording; } function in class:webrtc::AudioRecordJni
H A Dopensles_input.h73 bool Recording() const { return recording_; } function in class:webrtc::OpenSlesInput
H A Daudio_device_template.h151 bool Recording() const { function in class:webrtc::AudioDeviceTemplate
152 return input_.Recording() ;
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_impl.cc357 bool WebRtcAudioDeviceImpl::Recording() const { function in class:content::WebRtcAudioDeviceImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc78 bool AudioDeviceDummy::Recording() const { return false; } function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc352 bool FileAudioDevice::Recording() const { function in class:webrtc::FileAudioDevice
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h67 virtual bool Recording() const { return false; } function in class:webrtc::FakeAudioDeviceModule
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc293 bool FakeAudioCaptureModule::Recording() const { function in class:FakeAudioCaptureModule
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc1638 // Recording
1641 bool AudioDeviceModuleImpl::Recording() const function in class:webrtc::AudioDeviceModuleImpl
1644 return (_ptrAudioDevice->Recording());
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc1529 bool AudioDeviceLinuxALSA::Recording() const function in class:webrtc::AudioDeviceLinuxALSA
H A Daudio_device_pulse_linux.cc1470 // Stop Recording
1517 bool AudioDeviceLinuxPulse::Recording() const function in class:webrtc::AudioDeviceLinuxPulse
2432 " Recording overflow");
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc440 " Recording must be stopped");
1793 " Recording worker thread has not been started");
1856 " Recording stopped");
1890 " Recording stopped (shared)");
1932 bool AudioDeviceMac::Recording() const function in class:webrtc::AudioDeviceMac
2980 _id, " Recording device stopped");
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc2119 // Recording
2122 bool AudioDeviceWindowsWave::Recording() const function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.cc352 "AudioDeviceWindowsCore::CoreAudioIsSupported() Failed to use Core Audio Recording for device id=%i", i);
2941 // Recording
2944 bool AudioDeviceWindowsCore::Recording() const function in class:webrtc::AudioDeviceWindowsCore
3092 "Recording should be stopped before playout when using the "

Completed in 186 milliseconds