Home
last modified time | relevance | path

Searched defs:offer (Results 1 – 25 of 33) sorted by relevance

12

/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc607 SessionDescriptionInterface* offer = CreateOffer(); in InitiateCall() local
738 JsepSessionDescription* offer( in VerifyAnswerFromNonCryptoOffer() local
753 scoped_ptr<JsepSessionDescription> offer( in VerifyAnswerFromCryptoOffer() local
772 SessionDescriptionInterface* offer = CreateOffer(); in SetAndVerifyNumUnsignalledRecvStreams() local
871 SessionDescriptionInterface* offer = CreateRemoteOffer(); in CreateAndSetRemoteOfferAndLocalAnswer() local
939 void CreateCryptoOfferAndNonCryptoAnswer(SessionDescriptionInterface** offer, in CreateCryptoOfferAndNonCryptoAnswer()
954 void CreateDtlsOfferAndNonDtlsAnswer(SessionDescriptionInterface** offer, in CreateDtlsOfferAndNonDtlsAnswer()
989 JsepSessionDescription* offer( in CreateRemoteOfferWithVersion() local
1037 JsepSessionDescription* offer = new JsepSessionDescription( in ChangeSDPSctpPort() local
1053 const SessionDescriptionInterface* offer, in CreateRemoteAnswer()
[all …]
Dpeerconnectioninterface_unittest.cc668 bool offer, in DoCreateOfferAnswer()
749 rtc::scoped_ptr<SessionDescriptionInterface> offer; in CreateOfferAsRemoteDescription() local
809 rtc::scoped_ptr<SessionDescriptionInterface> offer; in CreateOfferAsLocalDescription() local
979 scoped_ptr<SessionDescriptionInterface> offer; in TEST_F() local
1038 std::string offer; in TEST_F() local
1095 SessionDescriptionInterface* offer = NULL; in TEST_F() local
1116 SessionDescriptionInterface* offer = NULL; in TEST_F() local
1141 scoped_ptr<SessionDescriptionInterface> offer; in TEST_F() local
1178 scoped_ptr<SessionDescriptionInterface> offer; in TEST_F() local
1198 scoped_ptr<SessionDescriptionInterface> offer; in TEST_F() local
[all …]
/external/webrtc/talk/session/media/
Dsrtpfilter_unittest.cc154 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local
169 std::vector<CryptoParams> offer, answer; in TEST_F() local
185 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local
237 std::vector<CryptoParams> offer; in TEST_F() local
256 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local
266 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local
276 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local
287 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local
297 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local
307 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F() local
[all …]
Dmediasession_unittest.cc285 void TestTransportInfo(bool offer, const MediaSessionOptions& options, in TestTransportInfo()
313 rtc::scoped_ptr<SessionDescription> offer; in TestTransportInfo() local
380 void TestCryptoWithBundle(bool offer) { in TestCryptoWithBundle()
437 rtc::scoped_ptr<SessionDescription> offer( in TestMediaDirectionInAnswer() local
484 rtc::scoped_ptr<SessionDescription> offer( in TEST_F() local
509 offer(f1_.CreateOffer(opts, NULL)); in TEST_F() local
553 offer(f2_.CreateOffer(opts, NULL)); in TEST_F() local
582 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL)); in TEST_F() local
618 offer(f1_.CreateOffer(opts, NULL)); in TEST_F() local
654 rtc::scoped_ptr<SessionDescription> offer(f1_.CreateOffer(opts, NULL)); in TEST_F() local
[all …]
Dmediasession.cc213 static bool SelectCrypto(const MediaContentDescription* offer, in SelectCrypto()
758 MediaContentDescriptionImpl<C>* offer) { in CreateMediaContentOffer()
1027 const MediaContentDescriptionImpl<C>* offer, in CreateMediaContentAnswer()
1258 scoped_ptr<SessionDescription> offer(new SessionDescription()); in CreateOffer() local
1362 const SessionDescription* offer, const MediaSessionOptions& options, in CreateAnswer()
1738 const SessionDescription* offer, in AddAudioContentForAnswer()
1797 const SessionDescription* offer, in AddVideoContentForAnswer()
1852 const SessionDescription* offer, in AddDataContentForAnswer()
/external/webrtc/webrtc/p2p/base/
Dtransportdescriptionfactory_unittest.cc74 rtc::scoped_ptr<TransportDescription> offer(f1_.CreateOffer( in TestIceRestart() local
169 scoped_ptr<TransportDescription> offer(f1_.CreateOffer( in TEST_F() local
182 scoped_ptr<TransportDescription> offer( in TEST_F() local
200 scoped_ptr<TransportDescription> offer( in TEST_F() local
213 scoped_ptr<TransportDescription> offer( in TEST_F() local
239 scoped_ptr<TransportDescription> offer( in TEST_F() local
Dtransportdescriptionfactory.cc52 const TransportDescription* offer, in CreateAnswer()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DPoolable.java4 void offer(); in offer() method
DBaseKeyPool.java19 public void offer(T key) { in offer() method in BaseKeyPool
/external/webrtc/webrtc/tools/rtcbot/test/
Dsimple_offer_answer.js22 function gotOffer(offer) { argument
Dwebrtc_video_streaming.js69 function gotOffer(offer) { argument
Dtwo_way_video_streaming.js76 function gotOffer(offer) { argument
Dthree_bots_video_conference.js95 function gotOffer(offer) { argument
DoneWayVideoStreamingWithDownloadingFile.js73 function gotOffer(offer) { argument
/external/guava/guava/src/com/google/common/collect/
DForwardingQueue.java54 public boolean offer(E o) { in offer() method in ForwardingQueue
DEvictingQueue.java89 @Override public boolean offer(E e) { in offer() method in EvictingQueue
DForwardingBlockingDeque.java100 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { in offer() method in ForwardingBlockingDeque
/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingBlockingQueue.java53 @Override public boolean offer(E e, long timeout, TimeUnit unit) in offer() method in ForwardingBlockingQueue
/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go244 offer(rand io.Reader) (publicKey []byte, err error) methodSpec
262 func (e *ellipticECDHCurve) offer(rand io.Reader) (publicKey []byte, err error) { func
310 func (e *x25519ECDHCurve) offer(rand io.Reader) (publicKey []byte, err error) { func
358 func (e *cecpq2Curve) offer(rand io.Reader) (publicKey []byte, err error) { func
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedPriorityBlockingQueue.java188 public boolean offer(E e) { in offer() method in MonitorBasedPriorityBlockingQueue
231 public boolean offer(E e, long timeout, TimeUnit unit) { in offer() method in MonitorBasedPriorityBlockingQueue
DMonitorBasedArrayBlockingQueue.java244 public boolean offer(E e) { in offer() method in MonitorBasedArrayBlockingQueue
287 public boolean offer(E e, long timeout, TimeUnit unit) in offer() method in MonitorBasedArrayBlockingQueue
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedQueueTest.java44 public boolean offer(E o) { in offer() method in SynchronizedQueueTest.TestQueue
DForwardingQueueTest.java93 @Override public boolean offer(T o) { in offer() method in ForwardingQueueTest.StandardImplForwardingQueue
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDictionaryBreakEngine.java118 void offer(int v) { in offer() method in DictionaryBreakEngine.DequeI
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryBreakEngine.java117 void offer(int v) { in offer() method in DictionaryBreakEngine.DequeI

12