| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | mod.rs | 30 pub enum State { enum 51 v if v == State::Started as u8 => State::Started, in from() 52 v if v == State::Paused as u8 => State::Paused, in from() 53 v if v == State::Stopped as u8 => State::Stopped, in from() 75 impl State { implementation 168 State::wait_for(&mut state_watch_rx, &[State::Started, State::Paused]).await?; in read() 198 State::wait_for(&mut state_watch_rx, &[State::Started, State::Paused]).await?; in read_simulcast() 366 State::Unstarted => State::transition(State::UnstartedPaused, &self.state_tx), in pause() 367 State::Started => State::transition(State::Paused, &self.state_tx), in pause() 376 State::UnstartedPaused => State::transition(State::Unstarted, &self.state_tx), in resume() [all …]
|
| /webrtc/dtls/src/flight/ |
| H A D | mod.rs | 75 state: &mut State, in parse() argument 82 state: &mut State, in generate() argument
|
| H A D | flight2.rs | 31 state: &mut State, in parse() argument 110 state: &mut State, in generate() argument
|
| H A D | flight6.rs | 30 state: &mut State, in parse() argument 72 state: &mut State, in generate() argument
|
| H A D | flight1.rs | 40 state: &mut State, in parse() argument 120 state: &mut State, in generate() argument
|
| H A D | flight0.rs | 30 state: &mut State, in parse() argument 184 state: &mut State, in generate() argument
|
| H A D | flight3.rs | 44 state: &mut State, in parse() argument 348 state: &mut State, in generate() argument 415 state: &mut State, in handle_server_key_exchange() argument
|
| H A D | flight5.rs | 42 state: &mut State, in parse() argument 177 state: &mut State, in generate() argument 602 state: &mut State, in initalize_cipher_suite() argument
|
| H A D | flight4.rs | 48 state: &mut State, in parse() argument 499 state: &mut State, in generate() argument 779 let mut state = State { in test_flight4_process_certificateverify()
|
| /webrtc/dtls/src/ |
| H A D | state.rs | 20 pub struct State { struct 67 impl Default for State { argument 69 State { in default() 103 impl State { implementation 105 let mut state = State::default(); in clone() 253 impl KeyingMaterialExporter for State { implementation
|
| /webrtc/webrtc/src/ |
| H A D | error.rs | 324 from: rtp_receiver::State, 325 to: rtp_receiver::State,
|
| /webrtc/dtls/src/conn/ |
| H A D | mod.rs | 75 pub(crate) state: State, // Internal state 148 initial_state: Option<State>, in new() argument 245 State { in new() 486 pub async fn connection_state(&self) -> State { in connection_state() argument
|
| H A D | conn_test.rs | 403 state: State { in test_export_keying_material()
|