HomeSort by relevance Sort by last modified time
    Searched defs:in_dev (Results 1 - 3 of 3) sorted by null

  /external/iputils/Modules/
pg3.c 174 struct in_device *in_dev = odev->ip_ptr; local
176 if (in_dev->ifa_list)
177 saddr = in_dev->ifa_list->ifa_address;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 440 Device in_dev, out_dev; local
441 if (!device_manager_->GetAudioInputDevice(in_name, &in_dev) ||
450 AudioOptions options(opts, &in_dev, &out_dev);
463 bool ChannelManager::SetAudioOptions_w(int opts, const Device* in_dev,
474 ret = media_engine_->SetSoundDevices(in_dev, out_dev);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc 524 Device in_dev, out_dev; local
525 if (!device_manager_->GetAudioInputDevice(in_name, &in_dev)) {
539 opts, delay_offset, &in_dev, &out_dev));
553 const Device* in_dev, const Device* out_dev) {
566 ret = media_engine_->SetSoundDevices(in_dev, out_dev);

Completed in 203 milliseconds