OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopRecordingPlayout
(Results
1 - 14
of
14
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_file.h
119
virtual int
StopRecordingPlayout
(int channel) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_test.cc
74
EXPECT_EQ(0, voe_file_->
StopRecordingPlayout
(channel_));
file_before_streaming_test.cc
57
EXPECT_EQ(0, voe_file_->
StopRecordingPlayout
(-1));
mixing_test.cc
99
EXPECT_EQ(0, voe_file_->
StopRecordingPlayout
(-1));
/external/webrtc/webrtc/voice_engine/
voe_file_impl.h
72
int
StopRecordingPlayout
(int channel) override;
output_mixer.h
84
int
StopRecordingPlayout
();
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.h
262
int
StopRecordingPlayout
();
channel.cc
[
all
...]
/external/webrtc/webrtc/test/
mock_voice_engine.h
209
MOCK_METHOD1(
StopRecordingPlayout
, int(int channel));
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc
1042
return veData1.file->
StopRecordingPlayout
(channel);
[
all
...]
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java
509
// if (0 !=
StopRecordingPlayout
(_channel)) {
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
677
res = file->
StopRecordingPlayout
(chan);
Completed in 111 milliseconds