OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopPlayingFileAsMicrophone
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.cc
26
voe_file_->
StopPlayingFileAsMicrophone
(channel_);
35
EXPECT_EQ(0, voe_file_->
StopPlayingFileAsMicrophone
(channel_));
/external/webrtc/webrtc/voice_engine/include/
voe_file.h
29
// file->
StopPlayingFileAsMicrophone
(ch);
107
virtual int
StopPlayingFileAsMicrophone
(int channel) = 0;
/external/webrtc/webrtc/voice_engine/
voe_file_impl.h
57
int
StopPlayingFileAsMicrophone
(int channel) override;
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.h
116
int
StopPlayingFileAsMicrophone
();
channel.h
258
int
StopPlayingFileAsMicrophone
();
transmit_mixer.cc
647
int TransmitMixer::
StopPlayingFileAsMicrophone
()
650
"TransmitMixer::
StopPlayingFileAsMicrophone
()");
[
all
...]
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
732
res = file->
StopPlayingFileAsMicrophone
(chan);
755
res = file->
StopPlayingFileAsMicrophone
(channels[channel_index]);
836
res = file->
StopPlayingFileAsMicrophone
(channels[channel_index]);
/external/webrtc/webrtc/test/
mock_voice_engine.h
202
MOCK_METHOD1(
StopPlayingFileAsMicrophone
, int(int channel));
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc
113
EXPECT_EQ(0, voe_file_->
StopPlayingFileAsMicrophone
(channel_));
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc
1085
return veData1.file->
StopPlayingFileAsMicrophone
(channel);
[
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 114 milliseconds