Home
last modified time | relevance | path

Searched defs:read (Results 1 – 23 of 23) sorted by relevance

/webrtc/interceptor/src/
H A Dstream_reader.rs9 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
16 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
H A Dnoop.rs63 async fn read(&self, _buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
70 async fn read(&self, _buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
H A Dlib.rs107 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)>; in read() method
123 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() method
166 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)>; in read() method
183 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() method
/webrtc/ice/src/udp_mux/
H A Dudp_mux_test.rs210 let mut read = 0; in test_mux_connection() localVariable
236 let mut read = 0; in test_mux_connection() localVariable
/webrtc/interceptor/src/twcc/receiver/
H A Dreceiver_stream.rs33 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() method
/webrtc/webrtc/src/rtp_transceiver/
H A Dsrtp_writer_future.rs180 pub async fn read(&self, b: &mut [u8]) -> Result<usize> { in read() method
263 async fn read(&self, buf: &mut [u8], a: &Attributes) -> IResult<(usize, Attributes)> { in read() method
/webrtc/srtp/src/
H A Dstream.rs51 pub async fn read(&self, buf: &mut [u8]) -> Result<usize> { in read() method
/webrtc/util/src/sync/
H A Dmod.rs56 pub fn read(&self) -> RwLockReadGuard<'_, T> { in read() method
/webrtc/interceptor/src/mock/
H A Dmock_stream.rs262 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
289 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
/webrtc/sctp/src/queue/
H A Dreassembly_queue.rs256 pub(crate) fn read(&mut self, buf: &mut [u8]) -> Result<(usize, PayloadProtocolIdentifier)> { in read() method
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs37 async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() method
472 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() method
/webrtc/interceptor/src/nack/responder/
H A Dmod.rs105 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
/webrtc/media/src/io/h264_reader/
H A Dmod.rs157 fn read(&mut self, num_to_read: usize) -> Result<Bytes> { in read() method
/webrtc/util/src/buffer/
H A Dmod.rs190 pub async fn read(&self, packet: &mut [u8], duration: Option<Duration>) -> Result<usize> { in read() method
/webrtc/interceptor/src/report/receiver/
H A Dmod.rs29 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
H A Dreceiver_stream.rs211 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
/webrtc/interceptor/src/nack/generator/
H A Dgenerator_stream.rs155 async fn read(&self, buf: &mut [u8], a: &Attributes) -> Result<(usize, Attributes)> { in read() method
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs164 async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() method
616 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() method
/webrtc/interceptor/src/stats/
H A Dinterceptor.rs395 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() function
724 async fn read(&self, buf: &mut [u8], attributes: &Attributes) -> Result<(usize, Attributes)> { in read() method
/webrtc/webrtc/src/track/track_remote/
H A Dmod.rs219 pub async fn read(&self, b: &mut [u8]) -> Result<(usize, Attributes)> { in read() method
/webrtc/data/src/data_channel/
H A Dmod.rs155 pub async fn read(&self, buf: &mut [u8]) -> Result<usize> { in read() method
/webrtc/sctp/src/stream/
H A Dmod.rs177 pub async fn read(&self, p: &mut [u8]) -> Result<usize> { in read() method
/webrtc/dtls/src/conn/
H A Dmod.rs390 pub async fn read(&self, p: &mut [u8], duration: Option<Duration>) -> Result<usize> { in read() method