/external/webrtc/webrtc/modules/audio_device/android/ |
audio_record_jni.h | 80 bool Recording() const { return recording_; } 99 // recording has started. Each call indicates that there are |length| new
|
/external/webrtc/webrtc/test/ |
fake_audio_device.cc | 77 bool FakeAudioDevice::Recording() const {
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
audio_device_dummy.cc | 78 bool AudioDeviceDummy::Recording() const { return false; }
|
file_audio_device.cc | 300 bool FileAudioDevice::Recording() const {
|
/external/webrtc/webrtc/modules/audio_device/include/ |
fake_audio_device.h | 67 virtual bool Recording() const { return false; }
|
/external/webrtc/talk/app/webrtc/test/ |
fakeaudiocapturemodule.cc | 189 // No recording device, just dropping audio. Return success. 283 bool FakeAudioCaptureModule::Recording() const { 448 // No recording device, just dropping audio. Stereo can be dropped just 455 // No recording device, just dropping audio. Stereo can be dropped just 467 // Keep thing simple. No stereo recording. 496 // Stereo recording not supported. However, WebRTC ADM returns kChannelBoth
|
/external/webrtc/webrtc/modules/audio_device/ |
audio_device_impl.cc | 1003 WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id, "recording in stereo is not supported"); 1009 WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id, "failed to enable stereo recording"); [all...] |
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.cc | 121 // Clean up the recording buffer and playout buffer. 207 // RECORDING 580 bool recording = _recording; local 585 // Stop/uninitialize recording if initialized (and possibly started) 598 // Stop/uninitialize recording 607 if (recording) 656 // Stop/uninitialize recording if initialized (and possibly started) 669 // Stop/uninitialize recording 987 // Try to initialize the recording side with mono 1205 " Error closing current recording sound device, [all...] |
audio_device_pulse_linux.cc | 202 // RECORDING 230 // RECORDING 346 // get recording devices 1003 // Get recording devices [all...] |
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_device_wave_win.cc | [all...] |
audio_device_core_win.cc | 352 "AudioDeviceWindowsCore::CoreAudioIsSupported() Failed to use Core Audio Recording for device id=%i", i); 521 // list of number of channels to use on recording side [all...] |
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_device_mac.cc | 351 " Recording must be stopped"); 1029 // Try to initialize the recording side 1035 // We must actually start recording here in order to have the IOProc [all...] |