OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteMediaStreamImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/media/
remote_media_stream_impl.h
23
//
RemoteMediaStreamImpl
serves as a container and glue between remote webrtc
25
// on a PeerConnection a
RemoteMediaStreamImpl
instance is created and
27
class CONTENT_EXPORT
RemoteMediaStreamImpl
31
explicit
RemoteMediaStreamImpl
(
33
virtual ~
RemoteMediaStreamImpl
();
46
DISALLOW_COPY_AND_ASSIGN(
RemoteMediaStreamImpl
);
peer_connection_handler_base.h
21
class
RemoteMediaStreamImpl
;
49
content::
RemoteMediaStreamImpl
*> RemoteStreamMap;
remote_media_stream_impl.cc
116
RemoteMediaStreamImpl
::
RemoteMediaStreamImpl
(
158
RemoteMediaStreamImpl
::~
RemoteMediaStreamImpl
() {
162
void
RemoteMediaStreamImpl
::OnChanged() {
rtc_peer_connection_handler.cc
715
RemoteMediaStreamImpl
* remote_stream =
716
new
RemoteMediaStreamImpl
(stream_interface);
718
std::pair<webrtc::MediaStreamInterface*,
RemoteMediaStreamImpl
*> (
738
scoped_ptr<
RemoteMediaStreamImpl
> remote_stream(it->second);
Completed in 113 milliseconds