OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StopRecordingMicrophone
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_file_impl.cc
442
int VoEFileImpl::
StopRecordingMicrophone
() {
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");
transmit_mixer.cc
839
int TransmitMixer::
StopRecordingMicrophone
()
842
"TransmitMixer::
StopRecordingMicrophone
()");
849
"
StopRecordingMicrophone
() isnot recording");
[
all
...]
Completed in 54 milliseconds