Home
last modified time | relevance | path

Searched defs:state (Results 1 – 22 of 22) sorted by relevance

/webrtc/ice/src/
H A Dlib.rs13 pub mod state; module
/webrtc/sctp/src/association/
H A Dassociation_internal.rs14 pub(crate) state: Arc<AtomicU8>, field
561 let state = self.get_state(); in gather_outbound() localVariable
607 let state = self.get_state(); in handle_init() localVariable
713 let state = self.get_state(); in handle_init_ack() localVariable
823 let state = self.get_state(); in handle_cookie_echo() localVariable
871 let state = self.get_state(); in handle_cookie_ack() localVariable
1363 let state = self.get_state(); in handle_sack() localVariable
1511 let state = self.get_state(); in handle_shutdown() localVariable
1536 let state = self.get_state(); in handle_shutdown_ack() localVariable
1550 let state = self.get_state(); in handle_shutdown_complete() localVariable
[all …]
H A Dmod.rs201 state: Arc<AtomicU8>, field
252 let state = self.get_state(); in shutdown() localVariable
307 let state = Arc::clone(&ai.state); in new() localVariable
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs57 pub(crate) state: Arc<AtomicU8>, //ICEGathererState, field
158 let state = Arc::clone(&self.state); in gather() localVariable
272 pub fn state(&self) -> RTCIceGathererState { in state() method
H A Dmod.rs72 state: Arc<AtomicU8>, // ICETransportState field
108 let state = Arc::clone(&self.state); in start() localVariable
299 pub fn state(&self) -> RTCIceTransportState { in state() method
/webrtc/dtls/src/
H A Dlib.rs25 pub mod state; module
H A Dstate.rs105 let mut state = State::default(); in clone() localVariable
/webrtc/turn/src/client/
H A Dpermission.rs32 pub(crate) fn state(&self) -> PermState { in state() method
H A Dbinding.rs38 pub(crate) fn state(&self) -> BindingState { in state() method
/webrtc/dtls/src/conn/
H A Dconn_test.rs441 let state = c.connection_state().await; in test_export_keying_material() localVariable
455 let state = c.connection_state().await; in test_export_keying_material() localVariable
469 let state = c.connection_state().await; in test_export_keying_material() localVariable
483 let state = c.connection_state().await; in test_export_keying_material() localVariable
492 let state = c.connection_state().await; in test_export_keying_material() localVariable
H A Dmod.rs75 pub(crate) state: State, // Internal state field
/webrtc/sctp/src/stream/
H A Dmod.rs70 pub(crate) state: Arc<AtomicU8>, // clone from association field
296 let state: AssociationState = self.state.load(Ordering::SeqCst).into(); in prepare_write() localVariable
491 let state = self.get_state(); in send_payload_data() localVariable
504 let state = self.get_state(); in send_reset_request() localVariable
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs68 state: AtomicU8, // RTCSctpTransportState field
358 pub fn state(&self) -> RTCSctpTransportState { in state() method
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs69 pub(crate) state: AtomicU8, //DTLSTransportState, field
136 pub fn state(&self) -> RTCDtlsTransportState { in state() method
/webrtc/ice/src/stats/
H A Dmod.rs20 pub state: CandidatePairState, field
/webrtc/dtls/src/flight/
H A Dflight4.rs779 let mut state = State { in test_flight4_process_certificateverify() localVariable
/webrtc/ice/src/agent/
H A Dagent_stats.rs20 pub state: CandidatePairState, field
/webrtc/webrtc/src/stats/
H A Dmod.rs152 pub state: CandidatePairState, field
367 pub state: RTCDataChannelState, field
372 let state = data_channel.ready_state(); in from() localVariable
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs112 let state = *rx.borrow(); in wait_for() localVariable
133 let state = *rx.borrow(); in error_on_close() localVariable
/webrtc/ice/src/candidate/
H A Dmod.rs233 pub(crate) state: AtomicU8, // convert it to CandidatePairState, field
/webrtc/sdp/src/description/
H A Dsession.rs558 let mut state = Some(StateFn { f: s1 }); in unmarshal() localVariable
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs323 let state: NegotiationNeededState = params in do_negotiation_needed_inner() localVariable