Home
last modified time | relevance | path

Searched defs:push (Results 1 – 9 of 9) sorted by relevance

/webrtc/util/src/vnet/
H A Dchunk_queue.rs23 pub(crate) async fn push(&self, c: Box<dyn Chunk + Send + Sync>) -> bool { in push() method
H A Drouter.rs410 pub(crate) async fn push(&self, mut c: Box<dyn Chunk + Send + Sync>) { in push() method
/webrtc/sctp/src/queue/
H A Dreassembly_queue.rs46 pub(crate) fn push(&mut self, chunk: ChunkPayloadData) -> bool { in push() method
136 pub(crate) fn push(&mut self, chunk: ChunkPayloadData) -> bool { in push() method
H A Dpayload_queue.rs63 pub(crate) fn push(&mut self, p: ChunkPayloadData, cumulative_tsn: u32) -> bool { in push() method
H A Dpending_queue.rs67 pub(crate) async fn push(&self, c: ChunkPayloadData) { in push() method
/webrtc/dtls/src/fragment_buffer/
H A Dmod.rs39 pub fn push(&mut self, mut buf: &[u8]) -> Result<bool> { in push() method
/webrtc/dtls/src/handshake/
H A Dhandshake_cache.rs43 pub(crate) async fn push( in push() method
/webrtc/util/src/conn/
H A Dconn_bridge.rs121 pub async fn push(&self, b: &[u8], id: usize) -> Result<usize> { in push() method
/webrtc/media/src/io/sample_builder/
H A Dmod.rs200 pub fn push(&mut self, p: Packet) { in push() method