HomeSort by relevance Sort by last modified time
    Searched refs:dtls_state (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 128 ASSERT(dtls_state() == DTLS_TRANSPORT_NEW);
173 if (dtls_state() == DTLS_TRANSPORT_CONNECTED) {
191 if (dtls_state() != DTLS_TRANSPORT_CONNECTED) {
299 if (dtls_state() == DTLS_TRANSPORT_CONNECTING) {
304 if (dtls_state() == DTLS_TRANSPORT_CONNECTED) {
330 if (!VERIFY(dtls_state() == DTLS_TRANSPORT_NEW)) {
339 if (dtls_state() != DTLS_TRANSPORT_CONNECTED) {
356 switch (dtls_state()) {
411 switch (dtls_state()) {
443 if (!dtls_active_ || dtls_state() == DTLS_TRANSPORT_CONNECTED)
    [all...]
transportchannel.h 77 DtlsTransportState dtls_state() const { return dtls_state_; } function in class:cricket::TransportChannel

Completed in 189 milliseconds