Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc40 VoEBaseImpl::VoEBaseImpl(voe::SharedData* shared) in VoEBaseImpl() function in webrtc::VoEBaseImpl
45 VoEBaseImpl::~VoEBaseImpl() { in ~VoEBaseImpl()
50 void VoEBaseImpl::OnErrorIsReported(const ErrorCode error) { in OnErrorIsReported()
66 void VoEBaseImpl::OnWarningIsReported(const WarningCode warning) { in OnWarningIsReported()
82 int32_t VoEBaseImpl::RecordedDataIsAvailable(const void* audioSamples, in RecordedDataIsAvailable()
98 int32_t VoEBaseImpl::NeedMorePlayData(const size_t nSamples, in NeedMorePlayData()
112 int VoEBaseImpl::OnDataAvailable(const int voe_channels[], in OnDataAvailable()
142 void VoEBaseImpl::OnData(int voe_channel, const void* audio_data, in OnData()
149 void VoEBaseImpl::PushCaptureData(int voe_channel, const void* audio_data, in PushCaptureData()
165 void VoEBaseImpl::PullRenderData(int bits_per_sample, in PullRenderData()
[all …]
Dvoe_base_impl.h23 class VoEBaseImpl : public VoEBase,
110 VoEBaseImpl(voe::SharedData* shared);
111 ~VoEBaseImpl() override;
Dvoice_engine_impl.h89 public VoEBaseImpl {
124 VoEBaseImpl(this), in VoiceEngineImpl()