Searched refs:received_ssrc (Results 1 – 1 of 1) sorted by relevance
195 let received_ssrc = Arc::new(Mutex::new(vec![])); in test_session_srtcp_replay_protection() localVariable196 let cloned_received_ssrc = Arc::clone(&received_ssrc); in test_session_srtcp_replay_protection()234 let received_ssrc = received_ssrc.lock().await; in test_session_srtcp_replay_protection() localVariable235 assert_eq!(&expected_ssrc[..], &received_ssrc[..]); in test_session_srtcp_replay_protection()