Home
last modified time | relevance | path

Searched refs:ConnectionState (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DWebSocketRTCClient.java44 private enum ConnectionState { enum in WebSocketRTCClient
54 private ConnectionState roomState;
62 roomState = ConnectionState.NEW; in WebSocketRTCClient()
96 roomState = ConnectionState.NEW; in connectToRoomInternal()
123 if (roomState == ConnectionState.CONNECTED) { in disconnectFromRoomInternal()
127 roomState = ConnectionState.CLOSED; in disconnectFromRoomInternal()
173 roomState = ConnectionState.CONNECTED; in signalingParametersReady()
189 if (roomState != ConnectionState.CONNECTED) { in sendOfferSdp()
239 if (roomState != ConnectionState.CONNECTED) { in sendLocalIceCandidate()
330 if (roomState != ConnectionState.ERROR) { in reportError()
[all …]
/external/syzkaller/vendor/google.golang.org/grpc/credentials/
Dcredentials.go114 State tls.ConnectionState
171 return tlsConn{Conn: conn, rawConn: rawConn}, TLSInfo{conn.ConnectionState()}, nil
179 return tlsConn{Conn: conn, rawConn: rawConn}, TLSInfo{conn.ConnectionState()}, nil
/external/syzkaller/vendor/golang.org/x/net/http2/
Dhttp2.go340 ConnectionState() tls.ConnectionState methodSpec
Dserver.go387 sc.tlsState = new(tls.ConnectionState)
388 *sc.tlsState = tc.ConnectionState()
463 tlsState *tls.ConnectionState // shared by all handlers, like net/http
1965 var tlsState *tls.ConnectionState // nil if not scheme https
Dtransport.go148 tlsState *tls.ConnectionState // nil only for specialized impls
505 state := cn.ConnectionState()
575 state := cs.ConnectionState()
/external/boringssl/src/ssl/test/runner/
Dconn.go1831 func (c *Conn) ConnectionState() ConnectionState { func
1835 var state ConnectionState
Dcommon.go242 type ConnectionState struct { struct
Drunner.go792 connState := tlsConn.ConnectionState()
943 expected := tlsConn.ConnectionState().TLSUnique