Searched refs:j_port_number_int (Results 1 – 2 of 2) sorted by relevance
223 jint j_port_number_int) { in SetLocalAddress() argument226 rtp_local_address_ = rtc::SocketAddress(ip_address, j_port_number_int); in SetLocalAddress()227 rtcp_local_address_ = rtc::SocketAddress(ip_address, j_port_number_int + 1); in SetLocalAddress()233 jint j_port_number_int) { in SetRemoteAddress() argument236 rtp_remote_address_ = rtc::SocketAddress(ip_address, j_port_number_int); in SetRemoteAddress()237 rtcp_remote_address_ = rtc::SocketAddress(ip_address, j_port_number_int + 1); in SetRemoteAddress()
80 jint j_port_number_int);83 jint j_port_number_int);