OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoEBaseImpl
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_base_impl.cc
40
VoEBaseImpl
::
VoEBaseImpl
(voe::SharedData* shared)
45
VoEBaseImpl
::~
VoEBaseImpl
() {
50
void
VoEBaseImpl
::OnErrorIsReported(const ErrorCode error) {
66
void
VoEBaseImpl
::OnWarningIsReported(const WarningCode warning) {
82
int32_t
VoEBaseImpl
::RecordedDataIsAvailable(const void* audioSamples,
98
int32_t
VoEBaseImpl
::NeedMorePlayData(const size_t nSamples,
112
int
VoEBaseImpl
::OnDataAvailable(const int voe_channels[],
142
void
VoEBaseImpl
::OnData(int voe_channel, const void* audio_data
[
all
...]
voice_engine_impl.h
89
public
VoEBaseImpl
{
124
VoEBaseImpl
(this),
voe_base_impl.h
23
class
VoEBaseImpl
: public VoEBase,
110
VoEBaseImpl
(voe::SharedData* shared);
111
~
VoEBaseImpl
() override;
Completed in 169 milliseconds