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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dhybridvideoengine.cc48 void HybridVideoMediaChannel::SetInterface(NetworkInterface* iface) { function in class:cricket::HybridVideoMediaChannel
50 channel1_->SetInterface(iface);
53 channel2_->SetInterface(iface);
H A Dmediachannel.h506 virtual void SetInterface(NetworkInterface *iface) { function in class:cricket::MediaChannel
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
H A DSubjectTest.java1891 set.addTest(new TestSuite(SetInterface.class, "Interface"));
1945 public static class SetInterface extends SecurityTest.SetTest { class in class:SubjectTest.PrincipalTestSuite
1946 public SetInterface() { method in class:SubjectTest.PrincipalTestSuite.SetInterface
2022 set.addTest(new TestSuite(SetInterface.class, "Interface"));
2156 public static class SetInterface extends SecurityTest.SetTest { class in class:SubjectTest.PrivateCredentialTestSuite
2157 public SetInterface() { method in class:SubjectTest.PrivateCredentialTestSuite.SetInterface
2223 set.addTest(new TestSuite(SetInterface.class, "Interface"));
2275 public static class SetInterface extends SecurityTest.SetTest { class in class:SubjectTest.PublicCredentialTestSuite
2276 public SetInterface() { method in class:SubjectTest.PublicCredentialTestSuite.SetInterface
2335 set.addTest(new TestSuite(SetInterface
2349 public static class SetInterface extends SecurityTest.SetTest { class in class:SubjectTest.PrincipalClassTestSuite
2350 public SetInterface() { method in class:SubjectTest.PrincipalClassTestSuite.SetInterface
2406 public static class SetInterface extends SecurityTest.SetTest { class in class:SubjectTest.PrivateCredentialClassTestSuite
2407 public SetInterface() { method in class:SubjectTest.PrivateCredentialClassTestSuite.SetInterface
2463 public static class SetInterface extends SecurityTest.SetTest { class in class:SubjectTest.PublicCredentialClassTestSuite
2464 public SetInterface() { method in class:SubjectTest.PublicCredentialClassTestSuite.SetInterface
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h85 virtual void SetInterface(NetworkInterface *iface) { function in class:cricket::MediaChannel
/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 Dwebrtcvideoengine.cc2810 void WebRtcVideoMediaChannel::SetInterface(NetworkInterface* iface) { function in class:cricket::WebRtcVideoMediaChannel
2811 MediaChannel::SetInterface(iface);

Completed in 293 milliseconds