OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVoiceEngine
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
voice_engine_impl.cc
33
VoiceEngine*
GetVoiceEngine
(const Config* config, bool owns_config) {
77
return
GetVoiceEngine
(config, true);
81
return
GetVoiceEngine
(&config, false);
123
// Release the reference that was added in
GetVoiceEngine
.
/external/webrtc/webrtc/audio/
audio_state_unittest.cc
51
TEST(AudioStateTest,
GetVoiceEngine
) {
Completed in 617 milliseconds