OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetDevices
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h
199
return voice_.
SetDevices
(in_device, out_device);
295
bool
SetDevices
(const Device* in_device, const Device* out_device) {
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h
216
return voice_.
SetDevices
(in_device, out_device);
297
bool
SetDevices
(const Device* in_device, const Device* out_device) {
fakemediaengine.h
759
bool
SetDevices
(const Device* in_device, const Device* out_device) {
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h
126
bool
SetDevices
(const Device* in_device, const Device* out_device);
webrtcvoiceengine_unittest.cc
[
all
...]
webrtcvoiceengine.cc
903
bool WebRtcVoiceEngine::
SetDevices
(const Device* in_device,
[
all
...]
Completed in 28 milliseconds