Home
last modified time | relevance | path

Searched refs:VoEFileImpl (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.cc40 VoEFileImpl::VoEFileImpl(voe::SharedData* shared) : _shared(shared) { in VoEFileImpl() function in webrtc::VoEFileImpl
45 VoEFileImpl::~VoEFileImpl() { in ~VoEFileImpl()
50 int VoEFileImpl::StartPlayingFileLocally(int channel, in StartPlayingFileLocally()
81 int VoEFileImpl::StartPlayingFileLocally(int channel, in StartPlayingFileLocally()
109 int VoEFileImpl::StopPlayingFileLocally(int channel) { in StopPlayingFileLocally()
126 int VoEFileImpl::IsPlayingFileLocally(int channel) { in IsPlayingFileLocally()
141 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel, in StartPlayingFileAsMicrophone()
201 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel, in StartPlayingFileAsMicrophone()
256 int VoEFileImpl::StopPlayingFileAsMicrophone(int channel) { in StopPlayingFileAsMicrophone()
280 int VoEFileImpl::IsPlayingFileAsMicrophone(int channel) { in IsPlayingFileAsMicrophone()
[all …]
Dvoe_file_impl.h19 class VoEFileImpl : public VoEFile {
86 VoEFileImpl(voe::SharedData* shared);
87 ~VoEFileImpl() override;
Dvoice_engine_impl.h71 public VoEFileImpl,
106 VoEFileImpl(this), in VoiceEngineImpl()