HomeSort by relevance Sort by last modified time
    Searched refs:StreamCollectionInterface (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionproxy.h 38 PROXY_METHOD0(talk_base::scoped_refptr<StreamCollectionInterface>,
40 PROXY_METHOD0(talk_base::scoped_refptr<StreamCollectionInterface>,
peerconnectioninterface.h 96 class StreamCollectionInterface : public talk_base::RefCountInterface {
109 ~StreamCollectionInterface() {}
169 virtual talk_base::scoped_refptr<StreamCollectionInterface>
173 virtual talk_base::scoped_refptr<StreamCollectionInterface>
peerconnection.h 65 virtual talk_base::scoped_refptr<StreamCollectionInterface> local_streams();
66 virtual talk_base::scoped_refptr<StreamCollectionInterface> remote_streams();
streamcollection.h 39 class StreamCollection : public StreamCollectionInterface {
mediastreamsignaling.h 246 StreamCollectionInterface* local_streams() const { return local_streams_;}
249 StreamCollectionInterface* remote_streams() const {
peerconnection.cc 300 bool CanAddLocalMediaStream(webrtc::StreamCollectionInterface* current_streams,
394 talk_base::scoped_refptr<StreamCollectionInterface>
399 talk_base::scoped_refptr<StreamCollectionInterface>
peerconnection_unittest.cc 82 using webrtc::StreamCollectionInterface;
377 StreamCollectionInterface* remote_streams() {
385 StreamCollectionInterface* local_streams() {
    [all...]
mediastreamsignaling_unittest.cc 66 using webrtc::StreamCollectionInterface;
184 static void VerifyMediaOptions(StreamCollectionInterface* collection,
212 static bool CompareStreamCollections(StreamCollectionInterface* s1,
213 StreamCollectionInterface* s2) {
331 StreamCollectionInterface* remote_streams() const {
    [all...]
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h 26 virtual talk_base::scoped_refptr<webrtc::StreamCollectionInterface>
28 virtual talk_base::scoped_refptr<webrtc::StreamCollectionInterface>
mock_peer_connection_impl.cc 26 class MockStreamCollection : public webrtc::StreamCollectionInterface {
224 talk_base::scoped_refptr<webrtc::StreamCollectionInterface>
229 talk_base::scoped_refptr<webrtc::StreamCollectionInterface>

Completed in 74 milliseconds