Home
last modified time | relevance | path

Searched refs:in_device (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dmediaengine.h108 virtual bool SetSoundDevices(const Device* in_device,
224 virtual bool SetSoundDevices(const Device* in_device, in SetSoundDevices() argument
226 return voice_.SetDevices(in_device, out_device); in SetSoundDevices()
307 bool SetDevices(const Device* in_device, const Device* out_device) { in SetDevices() argument
Dfakemediaengine.h805 bool SetDevices(const Device* in_device, const Device* out_device) { in SetDevices() argument
806 in_device_ = (in_device) ? in_device->name : ""; in SetDevices()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcmediaengine.h136 const Device* in_device, const Device* out_device) OVERRIDE { in SetSoundDevices() argument
137 return delegate_->SetSoundDevices(in_device, out_device); in SetSoundDevices()
Dwebrtcvoiceengine.h132 bool SetDevices(const Device* in_device, const Device* out_device);
Dwebrtcvoiceengine.cc997 bool WebRtcVoiceEngine::SetDevices(const Device* in_device, in SetDevices() argument
1000 int in_id = in_device ? rtc::FromString<int>(in_device->id) : in SetDevices()
1016 in_device->name : "Default device"; in SetDevices()
/external/chromium_org/media/midi/
Dmidi_manager_win.cc510 scoped_ptr<InDeviceInfo> in_device(InDeviceInfo::Create(this, device_id)); in StartInitialization() local
511 if (!in_device) in StartInitialization()
519 in_device->set_port_index(input_ports().size() - 1); in StartInitialization()
520 in_devices_.push_back(in_device.Pass()); in StartInitialization()
/external/iputils/Modules/
Dpg3.c174 struct in_device *in_dev = odev->ip_ptr; in pg_setup_inject()