Searched refs:StartRecordingMicrophone (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_file.h | 126 virtual int StartRecordingMicrophone(const char* fileNameUTF8, 131 virtual int StartRecordingMicrophone(OutStream* stream,
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_file_impl.h | 76 int StartRecordingMicrophone(const char* fileNameUTF8, 80 int StartRecordingMicrophone(OutStream* stream,
|
D | voe_file_impl.cc | 378 int VoEFileImpl::StartRecordingMicrophone(const char* fileNameUTF8, in StartRecordingMicrophone() function in webrtc::VoEFileImpl 391 if (_shared->transmit_mixer()->StartRecordingMicrophone(fileNameUTF8, in StartRecordingMicrophone() 412 int VoEFileImpl::StartRecordingMicrophone(OutStream* stream, in StartRecordingMicrophone() function in webrtc::VoEFileImpl 421 if (_shared->transmit_mixer()->StartRecordingMicrophone(stream, in StartRecordingMicrophone()
|
D | transmit_mixer.h | 120 int StartRecordingMicrophone(const char* fileName, 123 int StartRecordingMicrophone(OutStream* stream,
|
D | transmit_mixer.cc | 682 int TransmitMixer::StartRecordingMicrophone(const char* fileName, in StartRecordingMicrophone() function in webrtc::voe::TransmitMixer 761 int TransmitMixer::StartRecordingMicrophone(OutStream* stream, in StartRecordingMicrophone() function in webrtc::voe::TransmitMixer
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | file_test.cc | 47 EXPECT_EQ(0, voe_file_->StartRecordingMicrophone(recording_filename.c_str()));
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 212 MOCK_METHOD3(StartRecordingMicrophone, 216 MOCK_METHOD2(StartRecordingMicrophone,
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 662 res = file->StartRecordingMicrophone(mic_filename.c_str()); in RunTest()
|