Searched refs:VoEFileImpl (Results 1 – 3 of 3) sorted by relevance
40 VoEFileImpl::VoEFileImpl(voe::SharedData* shared) : _shared(shared) { in VoEFileImpl() function in webrtc::VoEFileImpl45 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 …]
19 class VoEFileImpl : public VoEFile {86 VoEFileImpl(voe::SharedData* shared);87 ~VoEFileImpl() override;
71 public VoEFileImpl,106 VoEFileImpl(this), in VoiceEngineImpl()