Home
last modified time | relevance | path

Searched refs:read_data_channel (Results 1 – 3 of 3) sorted by relevance

/webrtc/data/src/data_channel/
H A Ddata_channel_test.rs231 let (n, is_string) = dc1.read_data_channel(&mut rbuf[..]).await?; in pr_ordered_unordered_test()
241 let (n, is_string) = dc1.read_data_channel(&mut rbuf[..]).await?; in pr_ordered_unordered_test()
367 let (n, is_string) = dc1.read_data_channel(&mut rbuf[..]).await?; in test_data_channel_channel_type_reliable_unordered()
376 let (n, is_string) = dc1.read_data_channel(&mut rbuf[..]).await?; in test_data_channel_channel_type_reliable_unordered()
H A Dmod.rs156 self.read_data_channel(buf).await.map(|(n, _)| n) in read()
163 pub async fn read_data_channel(&self, buf: &mut [u8]) -> Result<(usize, bool)> { in read_data_channel() method
/webrtc/webrtc/src/data_channel/
H A Dmod.rs311 result = data_channel.read_data_channel(&mut buffer) => { in read_loop()