OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSendingMediaStatus
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/video/
vie_channel.cc
384
rtp_rtcp->
SetSendingMediaStatus
(false);
394
rtp_rtcp->
SetSendingMediaStatus
(is_sending);
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
270
virtual void
SetSendingMediaStatus
(bool sending) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc
168
sender_.impl_->
SetSendingMediaStatus
(true);
183
receiver_.impl_->
SetSendingMediaStatus
(false);
rtp_rtcp_impl.h
104
void
SetSendingMediaStatus
(bool sending) override;
rtp_sender.h
131
void
SetSendingMediaStatus
(bool enabled);
rtp_rtcp_impl.cc
392
void ModuleRtpRtcpImpl::
SetSendingMediaStatus
(const bool sending) {
393
rtp_sender_.
SetSendingMediaStatus
(sending);
rtp_sender.cc
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
111
MOCK_METHOD1(
SetSendingMediaStatus
, void(const bool sending));
Completed in 70 milliseconds