OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoEFileImpl
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_file_impl.h
19
class
VoEFileImpl
: public VoEFile {
86
VoEFileImpl
(voe::SharedData* shared);
87
~
VoEFileImpl
() override;
voe_file_impl.cc
40
VoEFileImpl
::
VoEFileImpl
(voe::SharedData* shared) : _shared(shared) {
42
"
VoEFileImpl
::
VoEFileImpl
() - ctor");
45
VoEFileImpl
::~
VoEFileImpl
() {
47
"
VoEFileImpl
::~
VoEFileImpl
() - dtor");
50
int
VoEFileImpl
::StartPlayingFileLocally(int channel,
81
int
VoEFileImpl
::StartPlayingFileLocally(int channel
[
all
...]
Completed in 154 milliseconds