Searched defs:StopRecordingMicrophone (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_file_impl.cc442 int VoEFileImpl::StopRecordingMicrophone() { function in class:webrtc::VoEFileImpl
444 "StopRecordingMicrophone()");
453 // Start/StopRecordingMicrophone() if no channel is recording.
460 "StopRecordingMicrophone() failed to stop recording");
465 if (_shared->transmit_mixer()->StopRecordingMicrophone() != 0) {
467 "StopRecordingMicrophone() failed to stop recording to mixer");
H A Dtransmit_mixer.cc839 int TransmitMixer::StopRecordingMicrophone() function in class:webrtc::voe::TransmitMixer
842 "TransmitMixer::StopRecordingMicrophone()");
849 "StopRecordingMicrophone() isnot recording");

Completed in 82 milliseconds