Home
last modified time | relevance | path

Searched defs:StartRecordingPlayout (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.cc303 int VoEFileImpl::StartRecordingPlayout(int channel, in StartRecordingPlayout() function in webrtc::VoEFileImpl
333 int VoEFileImpl::StartRecordingPlayout(int channel, in StartRecordingPlayout() function in webrtc::VoEFileImpl
Doutput_mixer.cc276 int OutputMixer::StartRecordingPlayout(const char* fileName, in StartRecordingPlayout() function in webrtc::voe::OutputMixer
357 int OutputMixer::StartRecordingPlayout(OutStream* stream, in StartRecordingPlayout() function in webrtc::voe::OutputMixer
Dchannel.cc2234 int Channel::StartRecordingPlayout(const char* fileName, in StartRecordingPlayout() function in webrtc::voe::Channel
2312 int Channel::StartRecordingPlayout(OutStream* stream, in StartRecordingPlayout() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
DAndroidTest.java1145 private native int StartRecordingPlayout(int channel, String fileName, in StartRecordingPlayout() method in AndroidTest