OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartRecording
(Results
1 - 14
of
14
) sorted by null
/external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc
37
start_recording_(native_reg->GetMethodId("
startRecording
", "()Z")),
52
bool AudioRecordJni::JavaAudioRecord::
StartRecording
() {
148
int32_t AudioRecordJni::
StartRecording
() {
149
ALOGD("
StartRecording
%s", GetThreadInfo().c_str());
153
if (!j_audio_record_->
StartRecording
()) {
154
ALOGE("
StartRecording
failed!");
172
// next time
StartRecording
() is called since it will create a new Java
audio_device_unittest.cc
659
void
StartRecording
() {
664
EXPECT_EQ(0, audio_device()->
StartRecording
());
839
StartRecording
();
841
StartRecording
();
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc
78
void
StartRecording
();
183
void DebugDumpGenerator::
StartRecording
() {
474
generator.
StartRecording
();
483
generator.
StartRecording
();
500
generator.
StartRecording
();
512
generator.
StartRecording
();
524
generator.
StartRecording
();
539
generator.
StartRecording
();
557
generator.
StartRecording
();
576
generator.
StartRecording
();
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
74
int32_t AudioDeviceDummy::
StartRecording
() { return -1; }
file_audio_device.cc
249
int32_t FileAudioDevice::
StartRecording
() {
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
66
virtual int32_t
StartRecording
() { return 0; }
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc
582
void
StartRecording
() {
587
EXPECT_EQ(0, audio_device()->
StartRecording
());
626
StartRecording
();
628
StartRecording
();
727
StartRecording
();
749
StartRecording
();
804
StartRecording
();
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
259
int32_t FakeAudioCaptureModule::
StartRecording
() {
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
609
StartRecording
();
1337
int32_t AudioDeviceLinuxALSA::
StartRecording
()
[
all
...]
audio_device_pulse_linux.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
[
all
...]
audio_device_core_win.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
1037
if (
StartRecording
() == -1) {
[
all
...]
Completed in 80 milliseconds