OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoEFile
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/include/
voe_file.h
22
//
VoEFile
* file =
VoEFile
::GetInterface(voe);
47
class WEBRTC_DLLEXPORT
VoEFile
50
// Factory for the
VoEFile
sub-API. Increases an internal
53
static
VoEFile
* GetInterface(VoiceEngine* voiceEngine);
55
// Releases the
VoEFile
sub-API and decreases an internal
163
VoEFile
() {}
164
virtual ~
VoEFile
() {}
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h
66
webrtc::
VoEFile
* voe_file_;
before_initialization_fixture.cc
26
voe_file_ = webrtc::
VoEFile
::GetInterface(voice_engine_);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_standard_test.h
161
VoEFile
* FilePtr() const {
191
VoEFile
* voe_file_;
voe_cpu_test.cc
49
VoEFile
* file = _mgr.FilePtr();
voe_standard_test.cc
146
voe_file_ =
VoEFile
::GetInterface(voice_engine_);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h
107
webrtc::
VoEFile
* file,
135
webrtc::
VoEFile
* file() const { return file_.get(); }
151
scoped_voe_ptr<webrtc::
VoEFile
> file_;
fakewebrtcvoiceengine.h
164
public webrtc::
VoEFile
, public webrtc::VoEHardware,
706
// webrtc::
VoEFile
[
all
...]
/external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.h
19
class VoEFileImpl : public
VoEFile
voe_file_impl.cc
25
VoEFile
*
VoEFile
::GetInterface(VoiceEngine* voiceEngine)
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.h
157
VoEFile
* _veFilePtr;
WinTestDlg.cc
[
all
...]
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
voice_engine_jni.cc
59
file(webrtc::
VoEFile
::GetInterface(ve)),
120
webrtc::
VoEFile
* const file;
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc
123
VoEFile
* file;
1195
veData.file =
VoEFile
::GetInterface(veData.ve);
[
all
...]
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
62
VoEFile
* file = NULL;
135
file =
VoEFile
::GetInterface(m_voe);
Completed in 174 milliseconds