Searched refs:new_direction (Results 1 – 5 of 5) sorted by relevance
284 void RtpTransceiver::SetDirection(RtpTransceiverDirection new_direction) { in SetDirection() argument288 if (new_direction == direction_) { in SetDirection()291 direction_ = new_direction; in SetDirection()
187 void SetDirection(RtpTransceiverDirection new_direction) override;
970 std::string new_direction; in ReplaceDirection() local973 new_direction = "a=inactive"; in ReplaceDirection()976 new_direction = "a=sendonly"; in ReplaceDirection()979 new_direction = "a=recvonly"; in ReplaceDirection()982 new_direction = "a=sendrecv"; in ReplaceDirection()987 new_direction = "a=sendrecv"; in ReplaceDirection()990 Replace("a=sendrecv", new_direction, message); in ReplaceDirection()
2268 RtpTransceiverDirection new_direction = in RemoveRecvDirectionFromReceivingTransceiversOfType() local2270 if (new_direction != transceiver->direction()) { in RemoveRecvDirectionFromReceivingTransceiversOfType()2277 << RtpTransceiverDirectionToString(new_direction) in RemoveRecvDirectionFromReceivingTransceiversOfType()2279 transceiver->internal()->set_direction(new_direction); in RemoveRecvDirectionFromReceivingTransceiversOfType()
102 virtual void SetDirection(RtpTransceiverDirection new_direction) = 0;