Home
last modified time | relevance | path

Searched defs:SetOptions (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactoryproxy.h41 PROXY_METHOD1(void, SetOptions, const Options&) in PROXY_METHOD1() argument
Dpeerconnectionfactory.h54 virtual void SetOptions(const Options& options) { in SetOptions() function
/external/syzkaller/vendor/google.golang.org/api/gensupport/
Dparams.go46 func SetOptions(u URLParams, opts ...googleapi.CallOption) { func
/external/flatbuffers/include/flatbuffers/
Dregistry.h79 void SetOptions(const IDLOptions &opts) { opts_ = opts; } in SetOptions() function
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc551 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
876 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1032 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1156 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1303 static int SetOptions(PyFileDescriptor *self, PyObject *value, in SetOptions() function
/external/webrtc/talk/media/base/
Dfakemediaengine.h397 bool SetOptions(const AudioOptions& options) { in SetOptions() function
584 bool SetOptions(const VideoOptions& options) { in SetOptions() function
789 bool SetOptions(const VideoOptions& options) { in SetOptions() function
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.cc1469 bool WebRtcVideoChannel2::SetOptions(const VideoOptions& options) { in SetOptions() function in cricket::WebRtcVideoChannel2
1809 void WebRtcVideoChannel2::WebRtcVideoSendStream::SetOptions( in SetOptions() function in cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
Dwebrtcvoiceengine.cc1361 bool WebRtcVoiceMediaChannel::SetOptions(const AudioOptions& options) { in SetOptions() function in cricket::WebRtcVoiceMediaChannel
/external/v8/src/
Dd8.cc2772 bool Shell::SetOptions(int argc, char* argv[]) { in SetOptions() function in v8::Shell