Home
last modified time | relevance | path

Searched refs:RtpTransceiverDirectionHasRecv (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/pc/
Drtp_media_utils_unittest.cc37 bool recv = RtpTransceiverDirectionHasRecv(direction); in TEST_P()
47 bool recv = RtpTransceiverDirectionHasRecv(direction); in TEST_P()
77 EXPECT_EQ(RtpTransceiverDirectionHasRecv(direction), in TEST_P()
78 RtpTransceiverDirectionHasRecv(result)); in TEST_P()
90 EXPECT_EQ(recv, RtpTransceiverDirectionHasRecv(result)); in TEST_P()
Drtp_media_utils.cc35 bool RtpTransceiverDirectionHasRecv(RtpTransceiverDirection direction) { in RtpTransceiverDirectionHasRecv() function
60 send, RtpTransceiverDirectionHasRecv(direction)); in RtpTransceiverDirectionWithSendSet()
93 RtpTransceiverDirectionHasRecv(lhs) && in RtpTransceiverDirectionIntersection()
94 RtpTransceiverDirectionHasRecv(rhs)); in RtpTransceiverDirectionIntersection()
Dchannel.cc295 webrtc::RtpTransceiverDirectionHasRecv(local_content_direction_); in IsReadyToReceiveMedia_w()
308 webrtc::RtpTransceiverDirectionHasRecv(remote_content_direction_) && in IsReadyToSendMedia_n()
860 webrtc::RtpTransceiverDirectionHasRecv(audio->direction()), &recv_params); in SetLocalContent_w()
870 if (webrtc::RtpTransceiverDirectionHasRecv(audio->direction())) { in SetLocalContent_w()
922 webrtc::RtpTransceiverDirectionHasRecv(audio->direction()), &send_params); in SetRemoteContent_w()
1030 webrtc::RtpTransceiverDirectionHasRecv(video->direction()), &recv_params); in SetLocalContent_w()
1063 if (webrtc::RtpTransceiverDirectionHasRecv(video->direction())) { in SetLocalContent_w()
1125 webrtc::RtpTransceiverDirectionHasRecv(video->direction()), &send_params); in SetRemoteContent_w()
1280 webrtc::RtpTransceiverDirectionHasRecv(data->direction()), &recv_params); in SetLocalContent_w()
1349 webrtc::RtpTransceiverDirectionHasRecv(data->direction()), &send_params); in SetRemoteContent_w()
Drtp_media_utils.h27 bool RtpTransceiverDirectionHasRecv(RtpTransceiverDirection direction);
Dpeer_connection.cc2305 RtpTransceiverDirectionHasRecv(transceiver->direction())) { in GetReceivingTransceiversOfType()
2680 if (!RtpTransceiverDirectionHasRecv(media_desc->direction()) && in ApplyLocalDescription()
2682 RtpTransceiverDirectionHasRecv( in ApplyLocalDescription()
3196 if (RtpTransceiverDirectionHasRecv(local_direction)) { in ApplyRemoteDescription()
3215 !RtpTransceiverDirectionHasRecv(*transceiver->fired_direction())) { in ApplyRemoteDescription()
3226 if (!RtpTransceiverDirectionHasRecv(local_direction) && in ApplyRemoteDescription()
3228 RtpTransceiverDirectionHasRecv(*transceiver->fired_direction()))) { in ApplyRemoteDescription()
3258 RtpTransceiverDirectionHasRecv(local_direction)) { in ApplyRemoteDescription()
3716 RtpTransceiverDirectionHasRecv(media_desc->direction()) && in AssociateTransceiver()
Dmedia_session.cc144 bool offer_recv = webrtc::RtpTransceiverDirectionHasRecv(offer); in NegotiateRtpTransceiverDirection()
146 bool wants_recv = webrtc::RtpTransceiverDirectionHasRecv(wants); in NegotiateRtpTransceiverDirection()
Dpeer_connection_media_unittest.cc728 bool offer_recv = RtpTransceiverDirectionHasRecv(offer_direction_); in TEST_P()
Dpeer_connection_integrationtest.cc843 !webrtc::RtpTransceiverDirectionHasRecv( in RemoveUnusedVideoRenderers()