OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartRecordingMicrophone
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_file.h
126
virtual int
StartRecordingMicrophone
(const char* fileNameUTF8,
131
virtual int
StartRecordingMicrophone
(OutStream* stream,
/external/webrtc/webrtc/voice_engine/
voe_file_impl.h
76
int
StartRecordingMicrophone
(const char* fileNameUTF8,
80
int
StartRecordingMicrophone
(OutStream* stream,
transmit_mixer.h
120
int
StartRecordingMicrophone
(const char* fileName,
123
int
StartRecordingMicrophone
(OutStream* stream,
voe_file_impl.cc
378
int VoEFileImpl::
StartRecordingMicrophone
(const char* fileNameUTF8,
382
"
StartRecordingMicrophone
(fileNameUTF8=%s, compression, "
391
if (_shared->transmit_mixer()->
StartRecordingMicrophone
(fileNameUTF8,
394
"
StartRecordingMicrophone
() failed to start recording");
400
"
StartRecordingMicrophone
() failed to initialize recording");
405
"
StartRecordingMicrophone
() failed to start recording");
412
int VoEFileImpl::
StartRecordingMicrophone
(OutStream* stream,
415
"
StartRecordingMicrophone
(stream, compression)");
421
if (_shared->transmit_mixer()->
StartRecordingMicrophone
(stream,
424
"
StartRecordingMicrophone
() failed to start recording")
[
all
...]
transmit_mixer.cc
682
int TransmitMixer::
StartRecordingMicrophone
(const char* fileName,
686
"TransmitMixer::
StartRecordingMicrophone
(fileName=%s)",
694
"
StartRecordingMicrophone
() is already recording");
706
"
StartRecordingMicrophone
() invalid compression");
738
"
StartRecordingMicrophone
() fileRecorder format isnot correct");
761
int TransmitMixer::
StartRecordingMicrophone
(OutStream* stream,
765
"TransmitMixer::
StartRecordingMicrophone
()");
772
"
StartRecordingMicrophone
() is already recording");
784
"
StartRecordingMicrophone
() invalid compression");
816
"
StartRecordingMicrophone
() fileRecorder format isnot correct")
[
all
...]
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_test.cc
47
EXPECT_EQ(0, voe_file_->
StartRecordingMicrophone
(recording_filename.c_str()));
/external/webrtc/webrtc/test/
mock_voice_engine.h
212
MOCK_METHOD3(
StartRecordingMicrophone
,
216
MOCK_METHOD2(
StartRecordingMicrophone
,
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
662
res = file->
StartRecordingMicrophone
(mic_filename.c_str());
Completed in 152 milliseconds