Searched refs:try_send_packet (Results 1 – 2 of 2) sorted by relevance
220 fn try_send_packet( in try_send_packet() method224 match self.context.try_send_packet(input_packet) { in try_send_packet()259 let res = self.try_send_packet(input_packet)?; in try_send_input_job()
457 pub fn try_send_packet<'a>(&mut self, packet: &AvPacket<'a>) -> Result<bool, AvError> { in try_send_packet() method