Searched defs:SetInterface (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/usb_gadget/
H A Dgadget.py290 return self.SetInterface(index, value)
403 def SetInterface(self, interface, alt_setting): member in class:Gadget
415 print 'SetInterface({}, {})'.format(interface, alt_setting)
/external/chromium_org/dbus/
H A Dmessage.cc282 bool Message::SetInterface(const std::string& interface) { function in class:dbus::Message
358 CHECK(SetInterface(interface_name));
381 CHECK(SetInterface(interface_name));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc1245 void WebRtcVideoChannel2::SetInterface(NetworkInterface* iface) { function in class:cricket::WebRtcVideoChannel2
1246 MediaChannel::SetInterface(iface);
H A Dwebrtcvideoengine.cc3087 void WebRtcVideoMediaChannel::SetInterface(NetworkInterface* iface) { function in class:cricket::WebRtcVideoMediaChannel
3088 MediaChannel::SetInterface(iface);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediachannel.h569 virtual void SetInterface(NetworkInterface *iface) { function in class:cricket::MediaChannel

Completed in 178 milliseconds