Searched refs:SetOptions (Results 1 - 14 of 14) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionfactoryproxy.h41 PROXY_METHOD1(void, SetOptions, const Options&)
H A Dpeerconnectionfactory.h54 virtual void SetOptions(const Options& options) { function in class:webrtc::PeerConnectionFactory
H A Dpeerconnectioninterface.h526 virtual void SetOptions(const Options& options) = 0;
H A Dpeerconnection_unittest.cc760 peer_connection_factory_->SetOptions(*options);
/external/webrtc/talk/media/base/
H A Dfakemediaengine.h246 SetOptions(options);
261 SetOptions(params.options));
286 return SetOptions(*options);
397 bool SetOptions(const AudioOptions& options) { function in class:cricket::FakeVoiceMediaChannel
448 SetOptions(options);
480 SetOptions(params.options));
523 return SetOptions(*options);
584 bool SetOptions(const VideoOptions& options) { function in class:cricket::FakeVideoMediaChannel
789 bool SetOptions(const VideoOptions& options) { function in class:cricket::FakeVideoEngine
H A Dvideoengine_unittest.h1468 EXPECT_TRUE(channel_->SetOptions(vmo));
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc551 static int SetOptions(PyBaseDescriptor *self, PyObject *value, function in namespace:google::protobuf::python::message_descriptor
614 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
876 static int SetOptions(PyBaseDescriptor *self, PyObject *value, function in namespace:google::protobuf::python::field_descriptor
907 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
1032 static int SetOptions(PyBaseDescriptor *self, PyObject *value, function in namespace:google::protobuf::python::enum_descriptor
1060 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
1156 static int SetOptions(PyBaseDescriptor *self, PyObject *value, function in namespace:google::protobuf::python::enumvalue_descriptor
1169 { "_options", (getter)NULL, (setter)SetOptions, "Options"},
1303 static int SetOptions(PyFileDescriptor *self, PyObject *value, function in namespace:google::protobuf::python::file_descriptor
1331 { "_options", (getter)NULL, (setter)SetOptions, "Option
[all...]
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.h225 bool SetOptions(const AudioOptions& options);
H A Dwebrtcvideoengine2.h206 bool SetOptions(const VideoOptions& options);
251 void SetOptions(const VideoOptions& options);
H A Dwebrtcvideoengine2.cc721 !SetOptions(params.options)) {
926 return SetOptions(*options);
1469 bool WebRtcVideoChannel2::SetOptions(const VideoOptions& options) { function in class:cricket::WebRtcVideoChannel2
1470 TRACE_EVENT0("webrtc", "WebRtcVideoChannel2::SetOptions");
1471 LOG(LS_INFO) << "SetOptions: " << options.ToString();
1490 it->second->SetOptions(options_);
1809 void WebRtcVideoChannel2::WebRtcVideoSendStream::SetOptions( function in class:cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
1813 LOG(LS_INFO) << "SetCodecAndOptions because of SetOptions; options="
H A Dwebrtcvoiceengine.cc1284 SetOptions(options);
1330 return SetOptions(params.options);
1361 bool WebRtcVoiceMediaChannel::SetOptions(const AudioOptions& options) { function in class:cricket::WebRtcVoiceMediaChannel
1375 "Failed to apply engine options during channel SetOptions.";
1828 return SetOptions(*options);
/external/v8/src/
H A Dd8.h476 static bool SetOptions(int argc, char* argv[]);
H A Dd8.cc2405 bool Shell::SetOptions(int argc, char* argv[]) { function in class:v8::Shell
2897 if (!SetOptions(argc, argv)) return 1;
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1333 factory->SetOptions(options_to_set);

Completed in 1550 milliseconds