Searched defs:StartRecording (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/base/
H A Devent_recorder_stubs.cc14 bool EventRecorder::StartRecording(const FilePath& filename) { function in class:base::EventRecorder
H A Devent_recorder_win.cc44 bool EventRecorder::StartRecording(const FilePath& filename) { function in class:base::EventRecorder
/external/chromium_org/cc/debug/
H A Drendering_stats_instrumentation.cc55 base::TimeTicks RenderingStatsInstrumentation::StartRecording() const { function in class:cc::RenderingStatsInstrumentation
/external/chromium_org/third_party/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioRecord.java98 private int StartRecording() { method in class:WebRtcAudioRecord
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils_unittest.cc75 SkCanvas* StartRecording(SkPictureRecorder* recorder, gfx::Rect layer_rect) { function in namespace:skia::__anon10045
98 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
137 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
190 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
238 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
291 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
343 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
385 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
446 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
497 SkCanvas* canvas = StartRecording(
[all...]
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc133 bool StartRecording(int duration_sec, const base::FilePath& output_file, function in class:AudioRecorder
400 ASSERT_TRUE(recorder.StartRecording(kRecordingTimeSeconds, recording, true));
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_impl.cc325 int32_t WebRtcAudioDeviceImpl::StartRecording() { function in class:content::WebRtcAudioDeviceImpl
326 DVLOG(1) << "WebRtcAudioDeviceImpl::StartRecording()";
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_record_jni.cc463 int32_t AudioRecordJni::StartRecording() { function in class:webrtc::AudioRecordJni
501 "StartRecording", "()I");
508 "StartRecording failed (%d)", res);
H A Dopensles_input.cc140 int32_t OpenSlesInput::StartRecording() { function in class:webrtc::OpenSlesInput
H A Daudio_device_template.h143 int32_t StartRecording() { function in class:webrtc::AudioDeviceTemplate
144 return input_.StartRecording();
/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl.cc352 return StartRecording(event_args);
491 SpeechRecognizerImpl::StartRecording(const FSMEventArgs&) { function in class:content::SpeechRecognizerImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc74 int32_t AudioDeviceDummy::StartRecording() { return -1; } function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc276 int32_t FileAudioDevice::StartRecording() { function in class:webrtc::FileAudioDevice
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h66 virtual int32_t StartRecording() { return 0; } function in class:webrtc::FakeAudioDeviceModule
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc276 int32_t FakeAudioCaptureModule::StartRecording() { function in class:FakeAudioCaptureModule
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc1617 // StartRecording
1620 int32_t AudioDeviceModuleImpl::StartRecording() function in class:webrtc::AudioDeviceModuleImpl
1623 return (_ptrAudioDevice->StartRecording());
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
H A Daudio_device_ios.cc869 int32_t AudioDeviceIPhone::StartRecording() { function in class:webrtc::AudioDeviceIPhone
1060 if (rec) res += StartRecording();
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc636 StartRecording();
1364 int32_t AudioDeviceLinuxALSA::StartRecording() function in class:webrtc::AudioDeviceLinuxALSA
H A Daudio_device_pulse_linux.cc1403 int32_t AudioDeviceLinuxPulse::StartRecording() function in class:webrtc::AudioDeviceLinuxPulse
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc1274 if (StartRecording() == -1)
1775 int32_t AudioDeviceMac::StartRecording() function in class:webrtc::AudioDeviceMac
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc1986 // StartRecording
1989 int32_t AudioDeviceWindowsWave::StartRecording() function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.cc2716 // StartRecording
2719 int32_t AudioDeviceWindowsCore::StartRecording() function in class:webrtc::AudioDeviceWindowsCore

Completed in 271 milliseconds