OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StopRecordingPlayout
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_file_impl.cc
357
int VoEFileImpl::
StopRecordingPlayout
(int channel) {
359
"
StopRecordingPlayout
(channel=%d)", channel);
365
return _shared->output_mixer()->
StopRecordingPlayout
();
371
"
StopRecordingPlayout
() failed to locate channel");
374
return channelPtr->
StopRecordingPlayout
();
output_mixer.cc
436
int OutputMixer::
StopRecordingPlayout
()
439
"OutputMixer::
StopRecordingPlayout
()");
444
"
StopRecordingPlayout
() file isnot recording");
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java
509
// if (0 !=
StopRecordingPlayout
(_channel)) {
[
all
...]
Completed in 162 milliseconds