OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StopPlayingFileAsMicrophone
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_file_impl.cc
256
int VoEFileImpl::
StopPlayingFileAsMicrophone
(int channel) {
258
"
StopPlayingFileAsMicrophone
(channel=%d)", channel);
265
return _shared->transmit_mixer()->
StopPlayingFileAsMicrophone
();
273
"
StopPlayingFileAsMicrophone
() failed to locate channel");
276
return channelPtr->
StopPlayingFileAsMicrophone
();
transmit_mixer.cc
647
int TransmitMixer::
StopPlayingFileAsMicrophone
()
650
"TransmitMixer::
StopPlayingFileAsMicrophone
()");
[
all
...]
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java
497
* if (0 !=
StopPlayingFileAsMicrophone
(_channel)) {
[
all
...]
Completed in 37 milliseconds